Videos tagged with CakePHP





CakePHP:  Building the Bakery

CakePHP: Building the Bakery

Posted in Frameworks, Development, Databases

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...

Tags: Frameworks, PHP, CakePHP, MVC, ORM


CakePHP: Using TortoiseSVN to Sync CakePHP applications

CakePHP: Using TortoiseSVN to Sync CakePHP applications

Posted in Frameworks, Development

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.

Tags: Frameworks, PHP, CakePHP, SVN, source control, TortoiseSVN


CakePHP: The Blog Tutorial

CakePHP: The Blog Tutorial

Posted in Frameworks, Development, Databases

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...

Tags: Frameworks, PHP, CakePHP, MVC, ORM




CakePHP: Admin Routing

CakePHP: Admin Routing

Posted in Frameworks, Development

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.

Tags: Frameworks, PHP, CakePHP