I want a simple snippet which will look at an object and determine if this is a valid Varien object (rather than a standard PHP object).
eg.
if ( this is a varien_object )
do this..
else
do something else
I want a simple snippet which will look at an object and determine if this is a valid Varien object (rather than a standard PHP object).
eg.
if ( this is a varien_object )
do this..
else
do something else