User:Sancus/Cake Questions
Jump to navigation
Jump to search
- What is the preferred mechanism for localization of template content with Cake?
*
- What options do we have for view caching in a clustered environment (where not all servers will see the app writing through a Model to the database)? I suspect something like memcached will be involved, though maybe that's done implicitly through the Cake stuff
- What support for schema migration and versioning is present in Cake, and what are the limitations?
- What are the preferred test pattern/tools for unit and functional testing under Cake (both automated and human-run)?
- Uses SimpleTest
- http://wiki.cakephp.org/tutorials:testing_cake_apps