Extending PHP Doctrine Record - Check Box Groups
Monday, August 11th, 2008Table of Contents for Working with Doctrine
- PHP Doctrine introduction for dummies
- Smarty and Doctrine combination
- Extending PHP Doctrine Record - Check Box Groups
- CRUD with PHP Doctrine
- File Uploads with PHP Doctrine
- Pagination with PHP Doctrine
- DQL recipes
- PHP Doctrine - adding automatic, simple CRUD
- Smarty + Doctrine = Smoc
- Extending Smoc - Check Box Groups, Search and Pagination
- Cleaning up and wrapping up
I simply knew we would need the extension capability that the Mdl class allows for sooner or later, I didn’t expect it to be this soon though. The main problem here is saving a many to many relationship straight to the database from the $_POST array, to do that we can extend Doctrine Record with a new function I have named fromArrayExt which adds something extra to the normal fromArray method.... Read More




