ActiveLink IORCA

Version: 0.4.0

ActiveLink IORCA is a simple system for including classes and packages in PHP (similar to Java's imports). To use ActiveLink IORCA in your scripts, simply include the include.php file from where you have unzipped its classes.

include_once("classes/include.php");

After this, you are free to use any classes within IORCA system by simply importing them to your scripts. For example, to use the XMLDocument class from org.active-link.xml package, you would:

import("org.active-link.xml.XMLDocument");

All related dependencies will be resolved automatically.

Author: Zurab Davitiani


Public Classes

org.active-link.xml org.active-link.sys org.active-link.net org.active-link.doc