fix
authorAlan Knowles <alan@roojs.com>
Fri, 15 Jan 2016 03:18:15 +0000 (11:18 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Jan 2016 03:18:15 +0000 (11:18 +0800)
Reader.php
r.php

index 56e364d..143d62a 100644 (file)
@@ -4,12 +4,12 @@
 
 require_once 'Pman.php';
 
-require_once 'Pman/Core/Asset.php'; // includes Traits...
+require_once 'Pman/Core/AssetTrait.php'; // includes Traits...
 
 
 class Reader extends Pman
 {
-    use Pman_Core_Asset_Trait;   // output Compiled JS/CSS
+    use Pman_Core_AssetTrait;   // output Compiled JS/CSS
     // outputCssDir()
     // outputJavascriptDir()
     
@@ -150,4 +150,4 @@ class Reader extends Pman
  
     
     
-}
\ No newline at end of file
+}
diff --git a/r.php b/r.php
index 783774f..fbd58fc 100644 (file)
--- a/r.php
+++ b/r.php
@@ -37,7 +37,7 @@ new HTML_FlexyFramework( array(
 //  
           
     'DB_DataObject' => array(
-        
+//    'debug' => 5,    
 
         'class_location' => implode(PATH_SEPARATOR, array(
                 dirname(__FILE__). '/Pman/Core/DataObjects',