phalcon / rest-api

Implementation of an API application using the Phalcon Framework
https://phalcon.io
MIT License
89 stars 34 forks source link

How to deal with other actions? for example updating, delete and creating records #35

Open xaero7 opened 4 years ago

xaero7 commented 4 years ago

How to deal with other actions? for example updating, deleting and creating records.

jenovateurs commented 4 years ago

Hi @xaero7, Here you can find some example : https://github.com/les-enovateurs/phalcon-nova-mooc/blob/master/api/app/controllers/CoursesController.php

xaero7 commented 4 years ago

Hi @jenovateurs Thanks! Is it base on this rest-api project?