190
edits
(New page: = Localization = Starting with CakePHP 1.2 localization functions are included the library. GNU gettext is not required nor are any of the gettext tools. == Static Strings == If you're al...) |
|||
| Line 76: | Line 76: | ||
<pre> | <pre> | ||
class Pie extends AppModel { | class Pie extends AppModel { | ||
var $actsAs = array(' | var $actsAs = array('Translate' => array('flavor', 'description')); | ||
} | } | ||
</pre> | </pre> | ||
edits