I believe that you can store your custom classes in the vendors directory. 

If you read the blog tutorial part 2 (in the Cake Wiki), in the later part they demo how to set up an RSS feed and they have you put a rss feed class in the vendors directory.



On 7/12/06, Larry E. Masters aka PhpNut <[EMAIL PROTECTED]> wrote:
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