Sitemaps
Questions
DiscussionsQuestionsExperts

Questions

PHP

What is the best tutorial to get started with CakePHP?

Any video tutorial, PDF...

Answer This Question

3

Answers

Hernan Jaramillo

3 youtube channels with more than 500M views

I would probably look at a course on udemy for that specific case
https://www.udemy.com/getting-started-with-php-programming/?dtcode=MzjhAx31ASRH

Answered about 10 years ago

Josh Oiknine

Cofounder and Lead Developer at Port9 LLC

I learned to use CakePHP from the source and have been using it for a few years now.

They have great resources on cakephp.org for learning the platform take a look at their blog tutorial and the also post videos.

http://book.cakephp.org/2.0/en/getting-started.html

Let me know if you need any help I could get you started or follow up on any gotchas

Answered about 10 years ago

Jorge Colon

Technical Advisor, Senior Software Architect

The Cake cookbook is pretty good: http://book.cakephp.org/2.0/en/index.html. Nothing's better then getting your hands dirty after learning the concepts, especially MVC is general. Cake is very opinionated, clunky and bulky, which means you have to do things "the Cake way" which depending on your needs may or may not be great. I'd stay away from CakePHP unless you have to work on a project that's already using it.

If you're new to MVC, I'd recommend FuelPHP first, then Laravel. CodeIgniter is definitely easy to use and the documentation is great, but it's aging and has many old concepts which other frameworks have improved over the years. If you need help jump-starting your learning on MVC frameworks book a call with me. I can get you up and running in 1-3 hours so you could focus on coding.

Answered about 10 years ago