
Install CakePHP 3 with composer and a compatible web server, enable the required php extensions, and launch a local development server to view your application.
Configure CakePHP 3.0 projects by managing config files in the config folder, bootstrapping the app, and using custom configuration files to read, consume, and dump keys.
Explore how CakePHP 3 handles request and response objects, exposing interfaces to access params, query data, and post data, while revealing current controller and action and client accepted content types.
Explore CakePHP components, core and custom, to share logic across controllers, load components in initialize, reuse in multiple actions, and even load at runtime for flexible design.
Set up a database connection in CakePHP 3, access the orders table, and perform CRUD operations using the low-level database access API and the query builder, including prepared statements.
Learn the CakePHP 3 query builder's fluent interface to create, read, update, and delete orders data, using find, insert, update, and delete methods and viewing results in a database browser.
This course is an introduction to web development with CakePHP 3.0, the most amazing PHP framework. This course will get you up and running with the CakePHP 3.0 framework in no time, with everything from an introduction to MVC to building a fully-functional application.
Starting with the basics of installing and configuring CakePHP 3.0, you will learn everything from creating a custom theme to custom components developing. We will be diving deep into JavaScript using jQuery to implement AJAX in CakePHP 3.0 application.
Time is more valuable than money. I prepared this CakePHP 3.0 tutorial course to be very effective, so you can learn everything you need to know about CakePHP in less time.
This course is for CakePHP version 3.X