PATH:
home
/
letacommog
/
letaweb
/
admin
/
widgets
<?php class CPriceTable extends CWidget { public $url = ''; public $display_button; public function run() { $plans = Plan::model()->findAll('display=1'); $col = (int)(12 / sizeof($plans)); $this->render('pricetable', array('plans' => $plans, 'col' => $col)); } }
[+]
..
[+]
views
[-] Pagination.php
[edit]
[-] CWidgetCustomModule.php
[edit]
[-] CWidgetModuleRenderer.php
[edit]
[-] CWidgetZone.php
[edit]
[-] CTab.php
[edit]
[-] CWidgetRow.php
[edit]
[-] CWidgetEcommerce.php
[edit]
[+]
modules
[-] CWidgetCMS.php
[edit]
[-] CPanel.php
[edit]
[-] ActiveDataProvider.php
[edit]
[-] CPager.php
[edit]
[-] CWidgetModule.php
[edit]
[-] CWidgetColumn.php
[edit]
[-] CTabContent.php
[edit]
[-] CWidgetStructure.php
[edit]
[-] CPriceTable.php
[edit]