Skip to content

Instantly share code, notes, and snippets.

@rooseveltrp
Created January 10, 2014 21:55
Show Gist options
  • Save rooseveltrp/8363459 to your computer and use it in GitHub Desktop.
Save rooseveltrp/8363459 to your computer and use it in GitHub Desktop.
PHPCodeGen - CakePHP - Controller
@php
@class -e AppController Controller
@method -p index
@method -p create
@method -p read
@method -p update
@method -p delete
@endClass
@endPhp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment