Edit GII?

Hi there, I want to edit the default behaviour of gii tool to generate checkboxes for TINYINT(1) columns in MySQL database’s table. How do I do this? I m totally noob

If you say that you are a total noob… that this task is probably not the one to start with…

Depending on how noob you are… first learn about PHP objects… how this works… then start with the Definitive Guide to Yii - http://www.yiiframework.com/doc/guide/

Only when you will get the basic understanding you can go with harder tasks like extending current Yii classes or writing new extensions.

As for your Gii needs, check the Giix extension - http://www.yiiframework.com/extension/giix

hi i am new on yii. when i install the gii.gii is not working . it only shows the index page. iam using ubuntu os.

the code i used to instal gii is

return array(

‘modules’=>array(

   'gii'=>array(


       'class'=>'system.gii.GiiModule',


       'password'=>'1234567',


       // 'ipFilters'=>array(...a list of IPs...),


        //'newFileMode'=>0666,


        // 'newDirMode'=>0777,


   ),

),

);

please help if any idea

Did you follow http://www.yiiframework.com/doc/guide/1.1/en/topics.gii ?

What exactly you mean by ‘not working’?