Skip to content

Instantly share code, notes, and snippets.

@rich
Created January 5, 2010 19:19
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 rich/269618 to your computer and use it in GitHub Desktop.
Save rich/269618 to your computer and use it in GitHub Desktop.
Hello from a_handler3
The event name is "thing.created"
The optional argument from the config/events.php file is "a random string for a_handler3"
The argument passed to this handler are as follows:
Array ( [one] => 10 [another] => hi there )
Hello from a_handler3
The optional argument from the config/events.php file is "a random string for a_handler2"
The argument passed to this handler are as follows:
Array ( [one] => 10 [another] => hi there )
Hello from a_handler1
The argument passed to this handler are as follows:
Array ( [one] => 10 [another] => hi there )
Hello from a_handler0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment