Categories PHP Yii Tags componentsmodules You can also configure modules’ components in the main config file 'modules'=>array( 'my'=>array( 'components'=>array( 'foo'=>array( 'class'=>'FooComponent', 'a'=>'hello', ), ), ), ), Share97 Related postsJuly 1, 2013How to write text on existing image using phpRead more - How to write text on existing image using phpMay 31, 2013How to use PDO-MySQL with PHPRead more - How to use PDO-MySQL with PHPMay 28, 2013PHP PHAR PackageRead more - PHP PHAR Package