Source for file test.class.php
Documentation is available at test.class.php
* Test class used in other examples
* Constructors and private methods marked with _ are never exported in proxies to JavaScript
* @author Joshua Eichorn <josh@bluga.net>
* @copyright 2005 Joshua Eichorn
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
* @version Release: 0.5.4
* @link http://pear.php.net/package/HTML_AJAX
return "From PHP: ". $string;
return "From PHP: ". $string;
return array ('From PHP:'=> $data);
if (isset ($_GET['TEST_CLASS'])) {
Documentation generated on Fri, 04 Apr 2008 18:30:27 -0400 by phpDocumentor 1.4.0. PEAR Logo Copyright © PHP Group 2004.
|