I am new to Php and I ll be working for a fresh project in my company. Have been learning PHP from last 2 months. The project is much more about creating a CMS in PHP. I have not worked before for a project using PHP. However I have worked with Python and Django. Now I am looking for a sugestion from experienced people in PHP, which framework i should use or shell I start creating this project on Core PHP. Framework is not a bar in my organization. What will be the best effort for my learning. I am willing to put endless efforts to learn.
Share
First you should know that all php frameworks are fundamentally flawed in one way or another. bad design choices, fake OOP ( like cake and ci ), magic.
My advice would bie , if you have your own framework – use it .. it will be a nice test if nothing else. If you really want to use a ready-made framework , then try looking at Symfony2 or Kohana3. They are the less-messed-up ones right now.