Extending Smoc – Check Box Groups, Search and Pagination
Friday, February 27th, 2009Table 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
In the prior version we just had the basics, automatic listings of all entries in a table, update/inster forms with text fields, text areas and drop downs through a single Doctrine relation (hasOne). Now we add check box groups which will manage multiple relations (hasMany) through an intermediary relation table, search and pagination of the search results. ... Read More