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

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