CakePHP

TwitterFacebook
Get flash to fully experience Pearltrees
/**************************************************************************** * Software: FPDF_Protection * * Version: 1.02 * * Date: 2005/05/08 * * Author: Klemen VODOPIVEC * * License: Freeware * * * * You may use and modify this software as you wish as stated in original * * FPDF package. * * * * Thanks: Cpdf (http://www.ros.co.nz/pdf) was my working sample of how to * * implement protection in pdf. * ****************************************************************************/ http://www.fpdf.de/downloads/addons/37/

Downloads > Add-On

CakePHP resources

On this page I try to list the most useful resources for a cakebaker. http://cakebaker.42dh.com/cakephp-resources/
http://wiki.cakephp.org/tutorials:flashing?s=flash

Wiki :: tutorials:flashing

Batteries Included The things you need are built-in.
This is a very simple tutorial that shows how you can modify the dispatcher to call controller actions from the command line and cron. http://bakery.cakephp.org/articles/mathew_attlee/2006/12/05/calling-controller-actions-from-cron-and-the-command-line

Calling controller actions from cron and the co...

Storing Hierarchical Data in a Database [PHP & ...

http://www.sitepoint.com/hierarchical-data-database/ This article was written in 2003 and remains one of our most popular posts. If you’re keen to learn more about mastering database management, you may find this recent article on MySQL of great interest. Whether you want to build your own forum, publish the messages from a mailing list on your Website, or write your own cms: there will be a moment that you’ll want to store hierarchical data in a database.