DomCore is a set of PHP Foundation classes which are ready to be extended to give basic capabilities to your applications. It features a powerful template replacement engine, a language engine for I18N, an extended debugging mode, enhanced error and exception management, Java-like programming (you can't use a class attribute without declaring it first), serializable class management, mass file operations (full directory copy and delete), shared memory management, multi-level caches on data sources, and implementation of programation patterns.
| Tags | PHP class libraries |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Unix Windows Mac OS X |
| Implementation | PHP 5.3+ |
| Translations | French English Spanish Dutch |
Recent releases


Release Notes: WATemplate has been modified to support traversable/array access metaelement objects (which are not necessarily arrays). The metaElements method is now strict by default, and the compiler has been modified to support elements without space. The shared memory access class now uses semaphores to avoid memory access conflicts. Minor bugs have been fixed.


Release Notes: WAObject has been modified to be executed without warnings on PHP 5.4.


Release Notes: The FastObjectSource, LanguageSource, and TemplateSource objects have been modified to clean and delete the cache and the AFO if the origin has disappeared (is deleted).


Release Notes: The WATemplate syntax analyzer no longer uses urlencode and urldecode, greatly improving compilation time. An error has been corrected in the regular expressions of the templates compiler: sometimes the subtemplate was not correctly replaced.


Release Notes: The WATemplate class has been corrected so the subtemplate IDs can be only only letters, digits, or the special characters ".", "-", "_", and "|".
Recent comments
14 May 2012 05:51
The manuals have been improved and update with the new metaelements, comments and patterns.
25 Mar 2012 04:38
Manuals have been updated with the new Singleton pattern
04 Mar 2012 18:24
Manuals have been updated with the new WASimpleXML and WALanguageCompiler objects.