I am new to php programming. I have been assigned a project to design a php based website through which video conferencing could be done.. I need help in deciding the framework of php for this specific project..Which of the frameworks of php will be best suitable for this project.. Thanks in advance

link|improve this question
Substantially more information is needed to give any sort of recommendation. How is the video conferencing going to work? What does the web site need to do? Your question may be too broad. – erisco Apr 16 '11 at 7:08
1  
If you are "new to php programming" then learn the basics first before learning a framework. – Gordon Apr 16 '11 at 8:17
feedback

closed as not constructive by Quentin, Maerlyn, Marcin, diEcho, Graviton Apr 16 '11 at 7:24

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Without knowing much about the project, the question is almost subjective. However, I think any of the major frameworks would be able to handle what you are trying to accomplish. But for sake of argument, I would recommend taking a look at Kohana www.kohanaframework.org and Code Ignitor www.codeignitor.com. Kohana seems to be a bit more mature and lightweight, but Code Ignitor is also pretty popular and has better documentation. However, I've found in my searching that people tend to start with CI and move to Kohana, which is kinda what I wish I had done because of its learning curve.

Whichever route you choose, though, you'll always have SO to reference. ;)

Cheers, Brian

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.