Re: Variable lists and what they point to.
Posted: Sun Mar 14, 2010 7:17 pm
Thanks, I shall look in to your suggestions, I have been going through the site codebase looking to see what or if any useful clues can be gained and I did find that some $smarty variables have been set in the site code and thought I would try them. Seems that they either produce an erro, contain nothing or output a string.
The odd thing is that the errors with the $smarty vars that have been set state that the property is not set ?!?!?! When I have seen the $smarty->assign( "blah" , "something_var" ) set, but accessing it using $smarty.blah produces unexpected results.
So I will back burner that idea for now and see what happens with the new information.
The odd thing is that the errors with the $smarty vars that have been set state that the property is not set ?!?!?! When I have seen the $smarty->assign( "blah" , "something_var" ) set, but accessing it using $smarty.blah produces unexpected results.
So I will back burner that idea for now and see what happens with the new information.