HTML/FlexyFramework/Page.php
authorEdward <edward@roojs.com>
Thu, 15 Nov 2018 02:56:51 +0000 (10:56 +0800)
committerEdward <edward@roojs.com>
Thu, 15 Nov 2018 02:56:51 +0000 (10:56 +0800)
HTML/FlexyFramework/Page.php

index 4a5c810..837c9a6 100644 (file)
@@ -268,6 +268,7 @@ class HTML_FlexyFramework_Page  {
 
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->masterTemplate);
+        print_r($template_engine);exit;
         if (!$this->_cache || !$this->cacheMethod) {
             $template_engine->outputObject($this,$this->elements);
             return;