All Objects inherit getMultiple() from fourq.cfc.

You should be able to use that to get any combination of objects you like:

<cfset obj = createObject('component','mytype')>
<cfset stObjects = obj.getMultiple(dsn=application.dsn,dbo=application.dbowner)>


I think that should do it.

Spike

Lucas Sherwood wrote:

Hi Guys,
I am having a blond day! is there an easy way with
ContentObjectGetMultiple to return all objects of a specific type or
should a just start writing a new fourq tag of some sort...

thanks,
Lucas

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]





-- Stephen Milligan Consultant for hire http://www.spike.org.uk



---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to