Last active
August 29, 2015 14:14
-
-
Save bravo-kernel/b549156fc1ed157be854 to your computer and use it in GitHub Desktop.
Absolute minimal version of a CRUD controller (using the API Listener)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Controller; | |
/** | |
* Leanest possible API Controller using friendsofcake/CRUD plugin | |
*/ | |
class UsersController extends AppController | |
{ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment