Videos in category CakePHP
Easy tutorial that will help to start building Facebooks application using CakePHP framework from scratch. Presenter: Adrian Quek & Chee Tji Hun, Code Crew, Ablewise Online Classifieds
CakePHP Basics Screencast
CakePHP screencast showing the basics of this PHP framework.
CakePHP: Building the Bakery
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. This video walks you through the initial steps of creating the Bakery app...
CakePHP: Using TortoiseSVN to Sync CakePHP applications
TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows. Since it's not an integration for a specific IDE you can use it with whatever development tools you like. TortoiseSVN is free to use. You don't need to get a loan or pay a full years salary to use it. From this episode you will learn how to use svn to help manage your applications.
CakePHP: The Blog Tutorial
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. This tutorial takes you through the steps of creating a simple Blog using...
CakePHP: Using Debug Messages
In this 15 minute video, we will walk through building a basic cake application using the debug messages. CakePHP provides a simple debugging system that will display the sample code needed to create your models, views and controllers.
CakePHP: Admin Routing
CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code. This episode demostrates using the built in admin routing.