Thursday, 8 December 2016

Yii Framework- Creating hidden field

Yii Framework- Creating hidden field
//

In Yii framework we can create a hidden field using model and without model as described below

1. Creating hidden field without model.

echo CHtml::hiddenField('name' , 'value', array('id' => 'name'));

2. Creating hidden field with model.

echo $form->hiddenField($model,
Read More about it from the following link : http://coding-guru.com/yii-framework-creating-hidden-field/ posted by Maz


Previous Post
Next Post

About Author

0 comments: