Kaynağa Gözat

debug admin special home page

stanley-king 8 yıl önce
ebeveyn
işleme
d352fb1041
2 değiştirilmiş dosya ile 15 ekleme ve 2 silme
  1. 10 2
      admin/control/mb_special.php
  2. 5 0
      test/redisTest.php

+ 10 - 2
admin/control/mb_special.php

@@ -102,18 +102,26 @@ class mb_specialControl extends SystemControl
     /**
      * 编辑首页
      */
-    public function index_editOp() {
+    public function index_editOp()
+    {
+        Log::record("index_edit 1", LOG::DEBUG);
         $model_mb_special = Model('mb_special');
 
         $special_item_list = $model_mb_special->getMbSpecialItemListByID($model_mb_special::INDEX_SPECIAL_ID);
+        Log::record("index_edit 2", LOG::DEBUG);
         Tpl::output('list', $special_item_list);
         Tpl::output('page', $model_mb_special->showpage(2));
 
+
         Tpl::output('module_list', $model_mb_special->getMbSpecialModuleList());
-        Tpl::output('special_id', $model_mb_special::INDEX_SPECIAL_ID);
+        Log::record("index_edit 3", LOG::DEBUG);
 
+        Tpl::output('special_id', $model_mb_special::INDEX_SPECIAL_ID);
         $this->show_menu('index_edit');
+        Log::record("index_edit 4", LOG::DEBUG);
         Tpl::showpage('mb_special_item.list');
+        Log::record("index_edit 5", LOG::DEBUG);
+
     }
 
     /**

Dosya farkı çok büyük olduğundan ihmal edildi
+ 5 - 0
test/redisTest.php