HTML/FlexyFramework/Page.php
authorMichael <michael@roojs.com>
Fri, 6 Feb 2015 05:27:51 +0000 (13:27 +0800)
committerMichael <michael@roojs.com>
Fri, 6 Feb 2015 05:27:51 +0000 (13:27 +0800)
HTML/FlexyFramework/Page.php

index 2b1d186..9f432b0 100644 (file)
@@ -284,6 +284,7 @@ class HTML_FlexyFramework_Page  {
 
         $template_engine = new HTML_Template_Flexy();
         $template_engine->compile($this->template);
+        echo "<pre>";print_r($this);
         if ($this->elements) { /* BC crap! */
             $this->elements = HTML_Template_Flexy_Factory::setErrors($this->elements,$this->errors);
         }