Skip to content
metalwolf edited this page Feb 14, 2012 · 17 revisions

Introduction:

DomCore is a set of foundation libraries to be extended for powerfull PHP object oriented programmation.

You may see the official documentation on http://www.webability.info/?P=documentacion&wiki=/DomCore

It includes:

  • A powerfull Template engine.

  • A Language engine for Internationalization (I18N).

  • Fast Objects for easy-to-use fast caches of any type of information.

  • Datasources manager to access data from any stream or other sources.

  • A root object to debug and control your application objects and instances.

  • Throwables: Exceptions and Errors control.

  • Mass files operations, like copy and delete over a full tree structure.

  • Shared Memory management.

DomCore is released under GPLv3 licence.

DomCore has been written 100% in PHP and is totally object oriented DomCore is fully compatible with PHP 5.2 and 5.3

Installation:

Demos and examples:

Reference:

Clone this wiki locally