This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
phptsmadmin/includes/kohana/system/guide/kohana/files/messages.md
2011-01-14 01:49:56 +11:00

289 B

http://kohanaframework.org/guide/using.messages

Add that message files can be in subfolders, and you can use dot notation to retreive an array path: Kohana::message('folder/subfolder/file','array.subarray.key')

Also reinforce that messages are merged by the cascade, not overwritten.