Organization of classes in a DataMapper design pattern. Designing a DataMapper for reading from database.
Dynamically set permissions on individual page objects.
Rewire current book list into a more modular structure that is easier to work with for ACL assertions.
Have zend_translate automatically pick language to translate based on browser's language settings or user's selection. Also apply language settings to zend_locale so that users can comfortably view data in their native format.
Introduction to setting up Zend Translate
Ideas on how to mix front-end jQuery interface with back-end Zend Framework. May be boring for advanced users.
Prepare controller to accept AJAX request using action context switcher action helper. Will generate JSON object which is picked up by jQuery front-end and applied to the page.
When you have lots of data to be displayed, you may want to break it down into multiple pages. Zend_Paginator helps to break down large data set into smaller chunks for easier viewing experience while paginatorControll view helper is used to create controlls to navigate through those "chunks".