마치 MFC 에서의 _("TEXT") 와 비슷하다. 다국어 대응용 코드라는 군. 잘 설명된 게 있어서, 그대로 퍼옴. 출처 : http://stackoverflow.com/questions/2427204/php-what-does-some-text-do In Kohana (version 3) the function is defined in system/base.php and is a convenience function to aid (as the other answers have mentioned) internationalization. You provide a string (with, optionally, some placeholders to substitute values into the finishe..