Mo=createObject();
Mo.doSomething();
Mo.doSomthing();
Instead of
<cfinvoke method="doSomething">
<cfinvoke method="doSomething">
Which would be akin to doing?
Mo.createObject();
Mo.dosomething();
Mo.createObject();
Mo.doDomething();
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

