How to use CRUD (Create, Read, Update, Delete) in Cakephp 3.0?

Hi, i am looking for some example code that help me learning use of CRUD functions in CakePHP 3.0. Hoping for valuable suggestions.

Check the tutorial parts of the manual.

If you worked with cake2 you should use friendsofcake/crud

If you never used cake you should follow the tutorials first

1 Like