CHtml ListBox
- By mbala
- 18 June, 2013
- No Comments
CHtml::listBox() function is used for creating ListBox in yii framework. This post will help you to understand about how to create ListBox in different method, How to assign value, how … Continue Reading →
CHtml FileField
- By mbala
- 18 June, 2013
- No Comments
Using CHtml class we are creating fileField in yii framework. This post will help you to understand about how to upload file in different method, how to get and save … Continue Reading →
Adobe Edge Rectangle Rotate Animation
- By mbala
- 16 June, 2013
- No Comments
This lesson will show you how to create rectangle animation with using this properties like color, transform rotate, width, height, x axis, y axis and timeline properties. Rectangle Animation STEP … Continue Reading →
Adobe Edge Rectangle
- By mbala
- 16 June, 2013
- No Comments
This lesson will show you how to create rectangle with using this properties like color, background color, width, height, x axis, y axis and opacity. Draw Rectangle STEP 1: Select … Continue Reading →
CHtml Checkbox
Using CHtml class we are creating checkbox in yii. This post will help you to understand about how to create checkbox in different method, checkbox properties, array value, how to … Continue Reading →
CDbDataReader
- By mbala
- 15 June, 2013
- No Comments
CDbDataReader reads the rows from a result. CDbDataReader Query <?php $cdbdatareader = Yii::app()->db->createCommand() ->select(‘username, password’) ->from(‘usermaster’) ->query(); ?> columnCount & rowCount <?php echo $cdbdatareader->rowCount; echo $cdbdatareader->columnCount; ?> CDbDataReader Using read(), … Continue Reading →

Copyright © 2013