Page 1 of 1

What framework ?

Posted: Tue Oct 18, 2011 4:42 pm
by conradk
Hello,

I would like to start using a PHP framework, to kind of get used to OOP, because I don't really get the point of it.

I would like to try a framework that is not packed with too much stuff but has enough to get me started, maybe create a simple CMS or something. Could you give me any advice please ?

Regards,
CK

Re: What framework ?

Posted: Tue Oct 18, 2011 6:23 pm
by Josh
OOP is for DRY (Dont Repeat Yourself) coding. It's the same way you might use functions but you use classes as well to separate out them functions (sort of..).
I'd recommend CodeIgniter as a first framework, it has a small learning curve. Once you get comfortable with MVC Architecture I recommend FuelPHP or Laravel (Laravel is MVR but Laravel2 will support MVC also).

Good luck, feel free to email/message me if you need any help!

Re: What framework ?

Posted: Wed Oct 19, 2011 6:54 pm
by conradk
Thanks Josh :)

I'll have a look at them :) Why would you say are these better than, say, Symfony or Zend ?

Re: What framework ?

Posted: Wed Oct 26, 2011 3:38 pm
by Kamal