tags:

views:

17

answers:

1

From where should I start if I want to learn any PHP framework? Like Joomla, Cake PHP etc....

I have an experience in PHP core development for 9 months... Please help me out....

+1  A: 

It is always very hard to start from scratch. What I like to do is walk through the tutorials. For example Symfony PHP framework has an excellent tutorial.

http://www.symfony-project.org/jobeet/1_4/Doctrine/en/

This exercise will expose you to the almost every area of the framework. After the tutorial, you may not remember every detail since there is a lot of information, but you will have ideas of where to look when you get stuck building your app.

Christopher Altman