Luke,

Let me explain something. Models represent anything, it does not have to be a database, so when you create models they are used to model real world object, for example a file system.
There is file handler model that may help.

http://cakeforge.org/snippet/download.php?type=snippet&id=108

Notice that the var $useTable = false;
This tells cake not to use a database table.

Other then that look at the components also...

--
/**
* @author Larry E. Masters
* @var string $userName
* @param string $realName
* @returns string aka PhpNut
* @access  public
*/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to