M.T.G CakePHP Blog
Users - ( index-add-edit-view-reset_password )
Posts - ( index-add-edit-view )
Comments - ( index-add-edit-view )
Admin Prefix - Use Admin perfix to manage dashboard
Image Upload Behavior -
RESTful Api -
|
HTTP format |
URL.format |
Controller action invoked |
|---|---|---|
|
GET |
/rest_posts.json |
RestPostsController::index() |
|
GET |
/ rest_posts/123.json |
RestPostsController::view(123) |
|
POST |
/ rest_posts.json |
RestPostsController::add() |
|
PUT |
/ rest_posts/123.json |
RestPostsController::edit(123) |
|
DELETE |
/ rest_posts/123.json |
RestPostsController::delete(123) |
|
POST |
/ rest_posts/123.json |
RestPostsController::edit(123) |
Client Test Api - Test Api (http://localhost/MTG-blog/Client)
#cakephp on irc.freenode.net - Come chat with us, we have cake
Google Group - Community mailing list and forum
GitHub Issues - Got issues? Please tell us!
Roadmaps - Want to contribute? Get involved!
