DOMbasic  1.0
DOMBasic es un Framework PHP para la creación de elementos DOM que generan contenido HTML dinámico y permite su modificación 'al vuelo' (Websites). Está escrito entéramente en PHP y sigue el paradigma POO.
Referencia del Namespace DOMBasic

Descripción detallada

DOMBasicAttribNotFoundException is thrown whenever a non existent property is accessed in the Components library.

Versión
1.0

DOMBasicAttribReadOnlyException is thrown whenever a read-only attrib is tried to be changed, or when a write-only attrib was accessed for reading.

Versión
1.0

DOMBasicAutoloadException is thrown whenever a class can not be found with the autoload mechanism.

Versión
1.0

DOMBasicElementNotFoundException is thrown whenever a non existent element is accessed in the elements array.

Versión
1.0

DOMBasicElementReadOnlyException is thrown whenever a read-only element DOM is tried to be changed.

Versión
1.0

DOMBasicSingletonException is thrown whenever a static instance element is tried to get, field $PATRON_SINGLETON dependency in CONFIGURATION.

Versión
1.0

DOMBasicValueException is thrown whenever the type or value of the given variable is not as expected.

Versión
1.0