Skip to content

Instantly share code, notes, and snippets.

@tamvodopad
Created January 22, 2014 11:18
Show Gist options
  • Save tamvodopad/8557094 to your computer and use it in GitHub Desktop.
Save tamvodopad/8557094 to your computer and use it in GitHub Desktop.
Yii Framework: console command in module.
<?php
'commandMap' => array(
'deleteexpireduser' => array(
'class' => 'application.modules.user.commands.DeleteExpiredUserCommand',
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment