What is cake PHP?

hello all dear i am new in PHP and i don’t know about more in PHP so will u can inform me what is cake PHP ? and is there any online tutorials then please inform me.

CakePHP is a framework built with the aim of making certain programming tasks in PHP much easier to do.

You can read more about it at http://book.cakephp.org/

If you’re just starting out with PHP, it might be a good idea to try a few of the tutorials here at SitePoint before moving on to a framework such as Cake. Generally frameworks tend to require a certain amount of programming experience.

Yes, I entirely agree with Immerse on the point that frameworks require programming experience. But I also think that the faster you move onto using frameworks the better developer you’ll become.
However, CakePHP may be not the best choice for framework because it had extra code to support PHP4 which should not be used now. So it’s performance is lower and overall design is worse than it may be.
I advice to look at ZendFramework (however it is overdesigned in some parts), Symfony (great thing, but not very fast), Kohana, Yii (my choice), PRADO (great thing, but it is not going to be developed any more).
In my blog I wrote about framework selection and [URL=“http://programmersnotes.info/2010/03/14/what-is-a-framework-and-why-you-should-use-one/”]framework usage. You’re welcome to read and comment :slight_smile: