Is there a way to query
- Single Page
Posted 01 May 2012 - 03:40 AM
This is my first post. This is a great library, and will save me a lot of time.I don't understand all the features yet, so I hope this isn't a silly question: I would like to query a table to find the number of rows user 'A' is listed in. If 0 I want to let 'A' add a row, if its greater than 0 give him the opportunity to add, delete or update. My question is : Can grocery CRUD query a table to get the count ofrecords that 'A' owns or should I use other DB tools for this query?
Thank you,
Bob
Posted 01 May 2012 - 14:13 PM
I am sure there is some clever call back you could use to be smarter, but I am still working them out.
Posted 01 May 2012 - 14:54 PM