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
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.
|
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 | |||
|
feedback
|