Skip to content

Instantly share code, notes, and snippets.

@hejrobin
Created April 15, 2011 13:08
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 hejrobin/921659 to your computer and use it in GitHub Desktop.
Save hejrobin/921659 to your computer and use it in GitHub Desktop.
<route path="request">
<controller>Request</controller>
<request type="get" callback="get" />
<request type="post" callback="post" />
<request type="put" callback="put" />
<request type="delete" callback="delete" />
<request type="get" callback="getAjax" ajax="true" />
<request type="post" callback="postAjax" ajax="true" />
<request type="put" callback="putAjax" ajax="true" />
<request type="delete" callback="deleteAjax" ajax="true" />
</route>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment