Ejemplo n.º 1
0
 function __construct()
 {
     $model = new SearchModel();
     $data['list'] = $model->ListObjects();
     $data['page'] = $model->GetPage();
     require_once '_View/ListView.php';
     var_dump($_POST);
     //print_r($_POST);
 }