Source for file Debug.php
Documentation is available at Debug.php
/* -------------------------------------------------------------------------- */
/* Date Vsn Author Description */
/* -------------------------------------------------------------------------- */
/* 20/01/09 1.0 S.Lindo Initial version. */
/* -------------------------------------------------------------------------- */
* Formats input text and displays as a debug statement.
* @todo Remove the redundant legacy functions
Zend_Controller_Action_Helper_Abstract
////////////////////////////////////////////////////////////////////
public function direct ($in_text)
echo
"<DIV><SPAN class=error>$in_text</SPAN></DIV>";
////////////////////////////////////////////////////////////////////
echo
"<SPAN class=error>$in_text</SPAN>";
echo
"<DIV class=error>$in_text</DIV>";
echo
"<HR><B><FONT color=blue>$in_text</B></FONT><HR>";
echo
"<SPAN class=error>$in_text</SPAN>";
Documentation generated on Fri, 27 Mar 2009 13:48:32 +0000 by phpDocumentor 1.4.1