cakephp Archives - CodeForest (original) (raw)
Development news and resources #1
I am bringing you the latest news from development world. And some great resources for WordPress and other platforms.
CakePHP tip: Custom Find Types
CakePHP uses awesome built in find types to retrieve your data. Why stop there when you can write your own find types. Here is how.
CakePHP from Scratch: Theming in real life example – Part Two
Finally, the second part to CakePHP theming tutorial. I am continuing where we left of and adjusting the theme and views to finish this part of the Jobs board CakePHP application.
CakePHP from Scratch: Theming in real life example – Part one
Today we are going to make a front end theme for our Jobs Board project. CakePHP has quite powerful theme support which is really easy to implement.
CakePHP from scratch: Introduction to layouts and theming
CakePHP is great for making multiple themes for your application. Today I will show a little bit of theory involving themes, layouts, views and helpers in CakePHP.
CakePHP from scratch: Reviewing and changing baked code to fit our needs
In the last tutorial, we baked model, controllers and views for our Job board application. Today, we are going to see what exactly was generated and change that code a little to better fit our needs.
CakePHP from scratch: Baking with dependancy tables
I am continuing the series with baking the rest of the application. Today, we are going to build a relationship between all three tables, so our models, controllers and view can be generated properly.
CakePHP from scratch: Baking our application
The CakePHP Bake console can create any of CakePHP’s basic ingredients: models, views and controllers. And I am not just talking skeleton classes: Bake can create a fully functional application in just a few minutes.
CakePHP from scratch: Data validation, routes and more
I am going to continue where we left off in the last tutorial. Today I am going to show you data validation in CakePHP and finish with Routing.