load->library('PhrasesLib'); } /** * */ public function installFrom($phrasesDirectoryPath) { $this->phraseslib->installFrom(urldecode($phrasesDirectoryPath)); } }