I have two models : Absence, Students
;
Absence fetch name and absence number from Students, now i want to linking model together, but i have been struggling to figure out how to map those relationships,
i dont have groups table, cause works well before, but now cake php said error by not have linking model., i used this following line before and work fine!
$this->loadModel("Student");
$siswas=$this->Student->find('all');
$this->set('students', $siswas);
but now i have error detected, named Internal server 500, and i don't know what i have to do., before my application is fine, but now is something wrong happens, now i need to linking model together, i need help for it..
any help would appreciated..
EDIT :
"My Problems has been Solved, the problem is because database is not working well thank for the answers"