Pagination with PHP Doctrine
Wednesday, September 3rd, 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
Things are starting to become more and more feature complete. Let’s look at how to implement general search and pagination. In the Product model:... Read More