Something as easy as drupal_write_record for reading

alex94

New Member
Does drupal have a simple version for reading like \[code\]drupal_write_record\[/code\]. I want to read a record from a table called \[code\]{allcategories}\[/code\] and find the record that has a \[code\]category\[/code\] field of value \[code\]computers\[/code\]. It's a custom table defined with schema.
 
Back
Top