Spike - 

Noticed here - 

>    <cffunction name="init" access="public" output="false" 
> returntype="boolean" hint="Initializes the cart if it has not been 
> initialized yet">
>      <cfif not isDefined('instance')>
>        <cfset instance = structNew()>
>        <cfset instance.aItems = arrayNew(1)>
>        <cfset instance.timestamp = Now()>
>        <cfset instance.IDs = "">
>      </cfif>
>      <cfreturn true>
>    </cffunction>

You didn't use the 'this' syntax anywhere.

Was there a particular reason for this?

Mark

-----------------------------------
[EMAIL PROTECTED]       
ICQ: 3094740
Safe From Bees
[www.safefrombees.com]

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

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to