⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

REST service with GroceryCRUD



dustinroth

dustinroth
  • profile picture
  • Member

Posted 02 December 2014 - 20:49 PM

I saw this post from a few years ago but wondering if anything has been developed/figured out since then:
/topic/642-i-am-using-restful-service-to-do-crud-on-database-can-i-use-grocerycrud-to-do-it/

 

Basically, I'm doing the same thing. I'm using a web service for my sql call, running it through curl and returning an object. Is there a way to do this without rewriting all the methods in: application/models/grocery_crud_model.php? Perhaps with the database drivers?