Apologies for noob question - how to see echo in debug mode - Joomla! Forum - community, help and support
hello all,
i apologize if common knowledge, not able find echo statements anywhere in debug console.
read how debug documentation, , says should try using
but not turning anywhere. sure should know, can't seem find it. can please point me in right direction.
thanks
aditi
i apologize if common knowledge, not able find echo statements anywhere in debug console.
code: select all
jfactory::getapplication()->enqueuemessage( 'some string here');
but not turning anywhere. sure should know, can't seem find it. can please point me in right direction.
thanks
aditi
i found answer. when using enqueuemessage function have include
in template file see messages queued.
code: select all
<jdoc:include type="message" />
in template file see messages queued.
Comments
Post a Comment