334
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
* What is the preferred mechanism for localization of template content with Cake? | * What is the preferred mechanism for localization of template content with Cake? | ||
** | ** Cake doesn't seem to have built-in localization support yet. There are a couple of approaches created by users, however. | ||
** http://wiki.cakephp.org/tutorials:i18n - Locale Package, double underscore method | |||
** http://wiki.cakephp.org/tutorials:i18n_v2 - Using the PEAR <a href="http://pear.php.net/package/Translation2">Translation2</a> class. | |||
* 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 | ||
edits