Skip to content

Instantly share code, notes, and snippets.

@jamband
Created July 16, 2012 04:50
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamband/3120632 to your computer and use it in GitHub Desktop.
Save jamband/3120632 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',
),
),
@mercuryrain
Copy link

Thanks ;)

@sabirab2
Copy link

works perfectly thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment