File Uploads with PHP Doctrine
Sunday, August 31st, 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
It’s time to take a look at how file uploads can be integrated into the Doctrine validation and CRUD process. We will have a product in the form of a digital download as an example, it will have a screenshot image that can be maximum 250 pixels wide and high. The download itself will be a zipped file.... Read More