Closed (fixed)
Project:
Data
Version:
6.x-1.0-alpha14
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 May 2012 at 01:33 UTC
Updated:
31 May 2012 at 11:10 UTC
Hello, nice module!
I need a code example of how I would lookup a record by it's key and then find the value of a field.
I did look at data/tests/data.test but I couldn't quite work all of it out! :-S
Something in layman's terms would be nice. You know, how my own module could open table "X", search for value "Y" in field "Z" - and how I would get at the other fields.
Many thanks.
Chris.
Comments
Comment #1
joachim commentedProbably just db_query(). I don't think this module exposes any special API for getting data out of tables.