w kohanie, w pliku controllers mam folder admin...
mam klase np Page_Controller a w niej metode test()
oraz klase Post_Controller a w niej metode inny_test()
i teraz jest problem
chce zrobić coś takiego:
<?php public function test() { Post_Controller::inny_test(); } ?>
no i nie działa, pewnie dlatego ze te klasy mam w controllers/admin
gdy chce skorzystać z jakiejś klasy którą mam w controllers/ to nie ma problemu...
Pomóżcie :]