Доброе время суток,
разбираю урок №3, делаю все как в нем
при обработке
Код:
public function action_index1() {
$options = Kohana::config('myconf.options');
print_r($options);
У меня вылазит ошибка:
ErrorException [ Fatal Error ]: Call to undefined method Kohana::config()
...
9 public function action_index1() {
10 $options = Kohana::config('myconf.options');
11 print_r($options);
...
{PHP internal call} » Kohana_Core::shutdown_handler()
Полез в раздел "Upgrading...", но там ни чего не нашел, по этому вопросу
В чем ошибка?
Спасибо