Config = new Config(); include($this->Config->Web['Language'].'_lang.php'); $this->Texts = $Texts; } //Generate and show this page public function Get($key) { return $this->Texts[$key]; } } ?>