Files
yii/framework/cli/views/shell/module/module.php
2009-02-25 21:45:42 +00:00

12 lines
277 B
PHP

<?php echo "<?php\n"; ?>
class <?php echo $moduleClass; ?> extends CWebModule
{
public function init($config)
{
parent::init($config);
// this method is called when the module is being created
// you may place code here to customize the module or the application
}
}