![]() |
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.
|
DOMBasicAttribNotFoundException is thrown whenever a non existent property is accessed in the Components library.
DOMBasicAttribReadOnlyException is thrown whenever a read-only attrib is tried to be changed, or when a write-only attrib was accessed for reading.
DOMBasicAutoloadException is thrown whenever a class can not be found with the autoload mechanism.
DOMBasicElementNotFoundException is thrown whenever a non existent element is accessed in the elements array.
DOMBasicElementReadOnlyException is thrown whenever a read-only element DOM is tried to be changed.
DOMBasicSingletonException is thrown whenever a static instance element is tried to get, field $PATRON_SINGLETON dependency in CONFIGURATION.
DOMBasicValueException is thrown whenever the type or value of the given variable is not as expected.