-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day all,
We've been using some code internally for about a year now that autoloads models. It handles MySQL 4 and 5 right now, and works by looking at the foreign key relations/constraints defined in the database schema, and creates appropriate CakePHP models. This code works fine, and works well, but it lacks some features that I'd like to see: - - ability to define validation and callbacks on generated models - - ability to write them to the filesystem (this overlaps with Bake) after first autoload - - support for PostgreSQL I'm considering releasing this code to the Bakery, but I first wanted to gauge community interest. Is runtime model autoloading something that you would use? - -- Darian Anthony Patrick Principal, Application Development Criticode LLC (215) 240-6566 Office (866) 789-2992 Facsimile Web: http://criticode.com Email: [EMAIL PROTECTED] JID: [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF0H8bKpzEXPWA4IcRAvqdAJ9fMwNQ55WdKHKuikq3u23MaZCRAQCeKRRa H8LpYn5V+wZxcXgXURxUeIQ= =6E9O -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
