PhpExtUx : Form [ class tree ] [ index ] [ all elements ]

Source for file XmlErrorReader.php

Documentation is available at XmlErrorReader.php

  1. <?php
  2. /**
  3.  * PHP-Ext Library
  4.  * http://php-ext.googlecode.com
  5.  * @author Sergei Walter <sergeiw[at]gmail[dot]com>
  6.  * @copyright 2008 Sergei Walter
  7.  * @license http://www.gnu.org/licenses/lgpl.html
  8.  * @link http://php-ext.googlecode.com
  9.  * 
  10.  *  Reference for Ext JS: http://extjs.com
  11.  * 
  12.  */
  13. /**
  14.  * @see PhpExt_Ext
  15.  */
  16. include_once 'PhpExt/Ext.php';
  17. /**
  18.  * @see PhpExt_Data_XmlReader
  19.  */
  20. include_once 'PhpExt/Data/XmlReader.php';
  21.  
  22. /**
  23.  * @package PhpExtUx
  24.  * @subpackage Form
  25.  */
  26. {        
  27.     public function __construct({
  28.         parent::__construct();
  29.         $this->setExtClassInfo("Ext.form.XmlErrorReader"null);                
  30.     }    
  31.  
  32. }
  33.  
  34. ?>

Documentation generated on Fri, 08 Aug 2008 16:02:37 -0500 by phpDocumentor 1.4.0