rahul-works / myMVC

Framework to use for Web Development
MIT License
1 stars 1 forks source link

service + data #12

Open rahul-works opened 3 years ago

rahul-works commented 3 years ago

work on design pattern to make it simple to invoke a particular file and specific function

rahul-works commented 3 years ago
  1. GET(list, one), POST(insert), PUT(update) DELETE -> job

  2. GET(one) -> login

  3. job -> get, insert, update, delete (seperate file for read and write for data) 2.login -> get

rahul-works commented 3 years ago