Commit beab88a5 by biao

1

parent 48a20e09
...@@ -58,6 +58,12 @@ class AcountModule ...@@ -58,6 +58,12 @@ class AcountModule
$tmp = array("id"=>11, "module"=>"公益课堂管理"); $tmp = array("id"=>11, "module"=>"公益课堂管理");
array_push($data, $tmp); array_push($data, $tmp);
$tmp = array("id"=>12, "module"=>"用户管理");
array_push($data, $tmp);
$tmp = array("id"=>13, "module"=>"机构用户管理");
array_push($data, $tmp);
$result = array(); $result = array();
foreach ($data as $row) { foreach ($data as $row) {
$tmp2 = new AcountModule($row); $tmp2 = new AcountModule($row);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment