Jon Baer wrote:
> Ive recently figured out how to "extract" the Model portion from Cake
> if that is what you mean .. I find it extremely handy to have when you
> are on PHP4.
>
> If this is what you mean I can clean up the code but basically you
> still need the /cake folder, I just place everything so only a single
> require is needed ...
>
> ie: require('/path/to/cake/cake.php'); // framework
>
> - JonI'd definitely like to see how you are doing that. Having to include the whole cake folder is not an ideal solution, but it might work for what I'm wanting. I've played with pear's db_dataobject, and I've looked at propel, but I really like the way cake does things. What I really want is something like cake's model, where I can just include one class, set a few variables (like database info, table name, associations, etc) and have it work. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
