Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDennis Castillo
16,018 PointsWhat is CakePHP? what is for?
Can someone explain to me what is CakePHP? how do I use this and what is good for?
Thanks and God Bless.
1 Answer
Holger Liesegang
50,595 PointsHi Dennis Castillo !
CakePHP is a great PHP Framework similar to e.g. Laravel (there's a great course by Hampton Paulk for Laravel here at Treehouse: Laravel Basics )
Both frameworks are based on the Model View Controller (MVC) pattern.
I'd like to quote CakePHP.org (where you will find everything you want to know): "CakePHP makes building web applications simpler, faster and require less code."
Please read the section "Why use CakePHP" which will answer the "...and what is good for?" part of your question in more detail.
You might also want to have a look at Getting Started