Files
yii/framework/cli/views/shell/module/module.php
2009-02-24 02:41:59 +00:00

11 lines
245 B
PHP

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