Hi,
Is it possible to retrieve a list of CCK items programmatically? I am trying to create a custom form with tabs with lists of counties and cities, and I think it would be easiest to get it to work the way I want if I could just query all the counties/cities and get the results as a PHP array.
I am currently looking at the onContentSearch event since it looks like that's how Seblod queries and prepares search results, but the code is hard to follow and I haven't found any documentation on the Seblod API...
Thanks for any ideas,
Matt