Skip to content

Instantly share code, notes, and snippets.

@emrahuyanik
Created November 29, 2014 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emrahuyanik/570067027c2c334a20ed to your computer and use it in GitHub Desktop.
Save emrahuyanik/570067027c2c334a20ed to your computer and use it in GitHub Desktop.
<?php
class MyCompanyName_HelloWorld_Model_Cron
{
public function job()
{
/*
burada işleminizi gerçekleştirebilirsiniz.
*/
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment