DomCore - The PHP Foundation classes to build powerfull applications
Any doubt ? please refer to the
DomCore v3 Documentation
Classes to extend:
- WAObject- the basic classes control
- WAClass- the basic serializable class: Examples
Static classes:
- WALanguage- the static XML language parser: Examples
- WAMessage- the static I18N messages class: Examples
- WAFile- the static mass files operations
Templates:
Data Sources:
- WASHM- the shared memory wrapper: Examples
- TemplateSource- The Template source object: Example
Exceptions:
- WAThrowable - the basic throwable class: Examples
- WAError- the basic throwable error class
- WAException- the basic throwable exception class
Patterns:
- Singleton- the singleton pattern object: Examples
- Multiton- the parametered-singleton pattern object: Examples
- Factory- the factory pattern object: Examples
Base object:
- Declaration and use of the base object: Examples