Tagged in

Cakephp

Zen of Coding
Zen of Coding
holistic web development
More information
Followers
12
Elsewhere
More, on Medium

CakePHP 3 … growing up (step 4 — it’s AJAX time)

(Get the app code on github.)

Taking a look back at where I have left off, it’s time to start working on the interactive part of our application. It should come as no surprise that most of the actions taken in the app…


Cake3 … baby steps (step 3 — let’s get to work, front-end preparation)

(Get the app code on github.)

In part 1 and part 2 of these mini-series, I went over the basics of installation of CakePHP 3, as well as setting up the initial database and table for…


CakePHP 3 — DebugKit, where are you?

Debug Kit, one of the most awesome plugins for CakePHP, is now installed by default with the cake core.

However, I recently setup a brand new Cake 3 app, and DebugKit was nowhere to be seen in my app.


Cake3 … baby steps (step 2 — setting up)

(Get the app code on github.)

Now that we have cake installed, and our fresh application is up and running, it’s time to setup some things and prepare for development.


Cake3 … baby steps (step 1 — getting started)

(Get the app code on github.)

With the recent announcement of CakePHP 3 (beta 2) being released… it is really tempting to see where we are today.
And oh boy… how things have changed.