Last active
December 14, 2015 00:59
-
-
Save mirko-codesnippets/5003340 to your computer and use it in GitHub Desktop.
CakePHP: New shell task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class HelloWorldTask extends AppShell | |
| { | |
| public $uses = array(); | |
| public function initialize() | |
| { | |
| } | |
| public function execute() | |
| { | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment