User:Sancus/Cake Questions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


* 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 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
* http://api.cakephp.org/paths_8php.html#08e1be4b785493d9fc2ae52c5ba9ab2e
** http://api.cakephp.org/paths_8php.html#08e1be4b785493d9fc2ae52c5ba9ab2e
* The cake caching system seems to be able to work on a multi-server setup.
** The cake caching system seems to be able to work on a multi-server setup.


* What support for schema migration and versioning is present in Cake, and what are the limitations?
* What support for schema migration and versioning is present in Cake, and what are the limitations?

Revision as of 19:17, 26 July 2006

  • 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?