skip to main
|
skip to sidebar
Social Icons
Pages
Home
Php
Tuesday, April 23, 2013
Custom model error
$this->addError('modelfield', 'custom error');
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)
▼
April
(7)
Cgridview auto refresh Yii
Yii run Faster in localhost
How to upload a file using a model Yii
Custom model error
Multiple Image Uploading
Calender in Cgridview filter
Name of current module controller or action from Y...
►
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