Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Diego Feitosa  >  DOM Adapter  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: Notes about the class
Class: DOM Adapter
Access XML documents with DOM API in PHP 4 and 5
Author: By
Last change:
Date: 2006-10-13 16:29
Size: 2,441 bytes
 

Contents

Class file image Download
/**
 *+-----------------------------------------------------------------------+
 *| DOMAdapter v0.1 - 13 Oct 2006                                         |
 *+-----------------------------------------------------------------------+
 *|  Diego do Nascimento Feitosa                                          |
 *|  diego@dnfeitosa.com                                                  |
 *|  www.dnfeitosa.com                                                    |
 *|  São Paulo/SP - Brasil                                                |
 *+-----------------------------------------------------------------------+
 *| DOMAdapter is free software; you can redistribute it and/or modify    |
 *| it under the terms of the GNU General Public License as published by  |
 *| the Free Software Foundation; either version 2 of the License, or     |
 *| (at your option) any later version.                                   |
 *|                                                                       |
 *| DOMAdapter is distributed in the hope that it will be useful, but     |
 *| WITHOUT ANY WARRANTY; without even the implied warranty of            |
 *| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU     |
 *| General Public License for more details.                              |
 *|                                                                       |
 *| You should have received a copy of the GNU General Public License     |
 *| along with DOMAdapter; if not, write to the Free Software             |
 *| Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA              |
 *| 02111-1307  USA                                                       |
 *+-----------------------------------------------------------------------+
**/

== About this class ==
This class enables you to use the PHP5 DOM Functions interface at PHP4. You can switch
between PHP4 and PHP5 without the change of any line in your code.


== Dependencies ==
To use this class, you must have the module 'domxml' loaded at you PHP4 enviroment.
You can find this module at http://pecl.php.net.


== Unexpected Behaviors ==
Please, if you find any unexpected behavior, mail me. If you create a patch to solve
this problem, send me, so I can update the class at the repository.


== Features ==
There are some features not implemented yet. I will work at this class and try to finish
a soon as possible.