فهرست منبع

Merge pull request #19 from EngineGPDev/PHP-Deprecated-Creation-of-dynamic-property

PHP Deprecated:  Creation of dynamic property html::
Roman Kelesidis 2 سال پیش
والد
کامیت
c5d3fe3acf
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      system/library/html.php

+ 2 - 0
system/library/html.php

@@ -8,6 +8,8 @@
         var $template = null;
         var $data = array();
         var $unitblock = array();
+        public $arr;
+        public $select_template;
 
         public function set($name, $var, $unset = false)
         {