⚠ 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

Cant edit or add new items



Ezequiel

Ezequiel
  • profile picture
  • Member

Posted 10 September 2013 - 17:37 PM

Hello, i tried to use grocerycrud on my application with codeigniter and datamapper orm but i couldnt make it work..

Displaying information worked fine and removing items too. But when i tried to update or create new items i couldnt. 

The save and back  to the list button didnt do anything. And when i clicked the save button it just went back to the list but without saving anything.

I am wondering if the problem is because i use datamapper orm.. any help would be appreciated


davidoster

davidoster
  • profile picture
  • Member

Posted 11 September 2013 - 06:13 AM

Hello and welcome to the forums [member=ezequiel].

Well I have to admit that I don't have previous experience using the DataMapper ORM but from the looks of it, it gets your database objects and maps them to ORM objects, right?

 

Well, Grocery CRUD library it has each own logic and database engine that uses (the actual db model and some extra functions like set_relation), hence I find it extremely unlikely to be able to work with an ORM model on top unless it is designed to.


Ezequiel

Ezequiel
  • profile picture
  • Member

Posted 11 September 2013 - 17:23 PM

Ok.. it's a shame because i really like groceryCrud. I will have to make the cruds manually.. thank you!


tazoony

tazoony
  • profile picture
  • Member

Posted 24 November 2013 - 23:01 PM

Hi there !

 

I just wrote a topic about Datamapper conversion into Grocery_CRUD object ;-) 

/topic/2241-datamapper-to-grocery-crud-converter/

 

Hope it will help you.

Enjoy !

 

Joffrey