Development news and resources #1

Mar 06, 2012 No Comments by

I am bringing you the latest news from development world. And some great resources for WordPress and other platforms.

Resources Read more

CakePHP DataSources

May 16, 2011 1 Comment by

DataSources are the link between models and the source of data that models represent. In many cases, the data is retrieved from a relational database such as MySQL, PostgreSQL or MSSQL.

Articles Read more

CakePHP tip: Custom Find Types

Jan 09, 2011 1 Comment by

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.

Tips Read more

CakePHP from Scratch: Theming in real life example – Part Two

Oct 24, 2010 6 Comments by

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.

Basics, Tutorials Read more

CakePHP from Scratch: Theming in real life example – Part one

Oct 03, 2010 12 Comments

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.

Read more

CakePHP from scratch: Introduction to layouts and theming

Sep 23, 2010 3 Comments

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.

Read more

CakePHP from scratch: Reviewing and changing baked code to fit our needs

Sep 15, 2010 3 Comments

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.

Read more

CakePHP from scratch: Baking with dependancy tables

Sep 06, 2010 1 Comment

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.

Read more

CakePHP from scratch: Baking our application

Aug 31, 2010 4 Comments

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.

Read more

CakePHP from scratch: Data validation, routes and more

Aug 26, 2010 6 Comments

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.

Read more