谁看过这篇关于CTreeView的文章? [ 新手入门 ]
http://www.yiiframework.com/wiki/70/ 谁看过这篇关于CTreeView的文章? 我要怎样才能将数据库中的组织机构调出来? 怎么我将它要求的视图文件加上
<?php
$this->widget(
'CTreeView',
array('url' => array('ajaxFillTree'))
);
?>
会没有反应呢?谢谢了
共 2 条回复
-
view的代码:
<?php $this->widget('CTreeView',array('persist'=>'cookie','data'=>Menu::model()->getMenu(),'animated'=>'fast','htmlOptions'=>array('id'=>'treeview')));?>
model代码:
我这里用的是NestedTree扩展public function getMenu() { $root = $this->findByPK(1); $tree = $root->getNestedTree(); foreach($tree as $subtree) { $message = $this->printNestedTree($subtree); } return $message; }
hkyizu 安徽淮北
注册时间:2011-06-12
最后登录:1970-01-01
在线时长:0小时0分
最后登录:1970-01-01
在线时长:0小时0分
- 粉丝0
- 金钱110
- 威望0
- 积分110