Error!

ErrorException [ Error ]: Class 'Model_M_City' not found

APPPATH/classes/controller/shop.php @ line 284

279        $params = array('limit' => PAGER_NUM'offset' => $offset);
280
281        if(Input::get('cities_id')){
282            $params['cities_id'] = Input::get('cities_id');
283
284            $m_city Model_M_City::find(Input::get('cities_id'));
285            $title $m_city->v_name.' '.$title;
286        }
287
288        if(Input::get('areas_id')){
289            $params['areas_id'] = Input::get('areas_id');

Backtrace

  1. COREPATH/bootstrap.php @ line 63
    58            \Cli::error("Error: ".$e->getMessage()." in ".$e->getFile()." on ".$e->getLine());
    59            \Cli::beep();
    60            exit(1);
    61        }
    62    }
    63    return Fuel\Core\Error::shutdown_handler();
    64});
    65
    66set_exception_handler(function (\Exception $e)
    67{
    68    // reset the autoloader
    

Prior Contents (show)