Skip to content

Instantly share code, notes, and snippets.

@mirko-codesnippets
Last active December 14, 2015 00:59
Show Gist options
  • Save mirko-codesnippets/5003340 to your computer and use it in GitHub Desktop.
Save mirko-codesnippets/5003340 to your computer and use it in GitHub Desktop.
CakePHP: New shell task
<?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