Hi, i'm beginner use Phalcon. i uploaded all files to live server, but it is not worked. the log is, cannot load model.
$row = new ahdata();
$br = ahdata::find(array("c_status = 1"));
I found this 2 line script above, make it not work. if i remove this script or i hide it. then the page will work. What i need to do here?