コード例 #1
0
ファイル: controller.php プロジェクト: 4bs4/marifa
 /**
  * Mostramos el template.
  */
 public function __destruct()
 {
     if (is_object($this->template) && !Request::is_ajax() && !Error::$has_error) {
         $this->template->assign('execution', get_readable_file_size(memory_get_peak_usage() - START_MEMORY));
         $this->template->show();
     }
 }