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
YII ACCESS RULES from data base
this is represent haw add user access for specific users in to page
i have 2 table
1.user table
2.user level table
user table
CREATE…Read More
checkBoxList array YII
echo CHtml::checkBoxList('Reportinqury[inqury_check]', 'codexamples',
array($Inquire->listin…Read More
Remove index.php from url YII
create .htaccess under www-->yiisitename
add following code on .htaccess
Options +FollowSymLinks
IndexIgnore */*
RewriteEngine on
# …Read More
Yii User access rules
this for YII USER MODULE
Load and store the user's data every time a page is requested. To do this, modify the Controller class as follows:
i add…Read More
0 comments:
Post a Comment