skip to main
|
skip to sidebar
Social Icons
Pages
Home
Php
Friday, May 10, 2013
Yii for beginners
http://www.yiiframework.com/wiki/250/yii-for-beginners/
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Total Pageviews
Popular Posts
Rules and validation in Yii Model
This tutorial will help you to understand the yii model rules, user defined functions. In yii rules function I added code (of yiiframework)...
gridview view in modal popup Yii
In view $this->widget('bootstrap.widgets.TbExtendedGridView', array( 'type'=>'bordered', 'da...
Yii ajax request and json response
This will help you to understand the details of yii ajax request and response from controller. In view.php <?php Yii::app()->c...
CGridView and show detail in CJuiDialog Yii
in view file , add the following to CButtonClass section of the array: <?php $this->widget('zii.widgets.grid.CGridView', ...
Ajax button with confirm and before send texts
In View <?php echo "<div id='resPass'>"; echo CHtml::ajaxButton( 'Reset Password', // th...
Create custom button with AJAX function in CGridView
First we need to create the required action in our controller, we will call it simply ‘status’. To begin we add it in our controller rul...
Yii Pagination For CActiveDataProvider
$criteria=new CDbCriteria; if($isdesired!=''){ $criteria->addCondition("status=1"); ...
tbtabs yii ajax
In view <?php $this->widget('bootstrap.widgets.TbTabs', array( 'id' => 'mytabs', '...
Name of current module controller or action from Yii view
Useful in situations where you want to build a navigation user interface element etc. This is all you need to know... // Module if(iss...
filter by concatenation of model fields in CGridView
I have user model with first_name and last_name . It will show as full name (first_name+last_name). Now i want to search in Cgridview. c...
About Me
Nisanth Thulasi
software developer
View my complete profile
Powered by
Blogger
.
Facebook
Nisanth Thulasi
Create your badge
Contact us
Social Icons
Social Icons
Followers
Blog Archive
▼
2013
(30)
►
July
(2)
►
June
(1)
▼
May
(10)
Ajax SubmitButton Yii
cgridview value from functions
Create custom button with AJAX function in CGridView
Yii ajax Link
Dependant dropdownList Yii ajax
Yii Pagination For CActiveDataProvider
Yii Model On Insert, Update And Change Password An...
Rules and validation in Yii Model
Yii for beginners
Adding Criteria To Validation Rules
►
April
(7)
►
March
(9)
►
January
(1)
►
2012
(6)
►
November
(6)
Sample text
Sample Text
Nisanth Thulasi
Create your badge
Forum
http://www.yiiframework.com/user/75678/
No comments:
Post a Comment