<?php class Lang extends Fuel\Core\Lang { public static function test(){ return 'test'; } }
<?php public function action_view($id = null) { echo Lang::test(); $this->data['note'] = Model_Note::find_by_pk($id); }
It looks like you're new here. If you want to get involved, click one of these buttons!