Remove index.php from url YII
create .htaccess under www-->yiisitename
add following code on .htaccess
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
# …Read More
checkBoxList array YII
echo CHtml::checkBoxList('Reportinqury[inqury_check]', 'codexamples',
array($Inquire->listin…Read More
add custom ajax YII
This article will help you to understand the power of jQuery (library of JavaScript functions) with simple
this on view page
Click me
…Read More
Add Ajax in Grid view YII
Here is simple example to how create Ajax link on YII CGridview
array(
'name'='Attribute name',
'header'='Attribute tit…Read More
create CSV report in DB data YII
hi guys this is my testing code about yii CSV report i created data table name as deal and i created Deal control & crud
this is m…Read More
0 comments:
Post a Comment