70
public function action_mydetails(){74 $view->lessonTypes = Model_Lessontype::get_types_for_teacher();
75 $view->schoolDays = Model_SchoolDay::get_days_list(static::$teacherID);
76
$view->teacherInfo = Model_Teacher::get_teacher_details(static::$teacherID);Model:<?php
use \Model\functions;
class Model_SchoolDay extends \Model_Crud
{//blah}
Top of controller:use \Model\SchoolDay;It's in the same directory as the other classes which load fine and as I say, works fine in development environment.
Any thoughts?
Cheers!
It looks like you're new here. If you want to get involved, click one of these buttons!