<?php
class IndexModel{
public function __construct(){
}
public function getContent(){
return array('success'=>true, 'content'=>$content);
}
}
class IndexController{
public function __construct(){
$this->model = new IndexModel;
}
public function getContent(){
return $this->model->getContent();
}
}
$c = new IndexController;
$data = $c->getContent();
if(!$data['success']){
Route::page404;
}
?>
<!-- tpl -->
<div class="content"><?=$content;?></div>
_____________
HTML, CSS (Bootstrap), JS(JQuery, ExtJS), PHP, MySQL, MSSql, Posgres, (TSql, BI OLAP, MDX), Mongo, Git, SVN, CodeIgnater, Symfony, Yii 2, JiRA, Redmine, Bitbucket, Composer, Rabbit MQ, Amazon (SQS, S3, Transcribe), Docker