Orm
Component type
Categories
Downloads
Component created
Component changed
DrupalORM provides a programmatic ORM interface to nodes and their corresponding CCK fields.
Assume you have a content type called "page" with the following node and CCK fields...
- Node title
- Node body
- CCK Field "field_desc"
- CCK Node reference "field_ref" which points to content type "story"
You could query "page" content type in the following ways...
