On Jun 23, 2006, at 2:55 PM, Luke wrote:
> > I am pretty new to the MVC model. I am rebuilding my File management > system (that i just finished without cakePHP). My question is > basically > this: > > If I am working with files, won't my model be directories instead of a > database? Would the file structure actually be the model? I am > confused > on how to approach this. Yep. Just put "var $useTable = false;" in your model definitions. From there, just start writing your own directory-manipulating functions right in the model. -- John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
