Pages

▼
Showing posts with label CDbCriteria. Show all posts
Showing posts with label CDbCriteria. Show all posts
Saturday, June 1, 2013

YII CGridView with CActiveDataProvider customer limit and offset params

›
It is a CGridView example with CActiveDataProvider class: <?php $this -> widget ( 'zii.widgets.grid.CGridView' , array ( ...
Saturday, May 4, 2013

Yii Examples of Using CDbCriteria

›
Basic Usage $Criteria = new CDbCriteria(); $Criteria->condition = "price > 30"; $Products = Product::model()->findAll(...
›
Home
View web version
Powered by Blogger.