views:

97

answers:

3

Possible Duplicate:
What PHP framework would you choose for a new application and why?

Hi guys..

I am trying to learn some php framwork..I know Zend is pretty good but its hard for the beginner. Are there any recommended framework that you guys like? I am thinking about starting from cakephp. Thanks for any advises.

+1  A: 

I'd recommend starting off on something that is easier and can get you up and going quickly. Then, when you feel comfortable with it, you can move on to something more advanced, or something that meets your needs better.

I think cakephp is probably a bit easier to learn for new beginners, but you really can't go wrong with either option.

Personally, I prefer CodeIngniter.

Robert Greiner
+1  A: 

CakePHP is quite easy and very powerful too. I built my first e-commerce site with it with ease!

aadravid
+1  A: 

It depends really on what your trying to accomplish here. If you're strictly trying to learn the ins and outs of PHP, I'd stick with just installing LAMP or WAMP and running some tutorials. Try out http://w3schools.com for tutorials and general references.

If you want to provide a little more detail on what you're trying to learn/do, let us know and you'll get a much better answer ;0)

hafichuk