PHP Classes
Icontem

File: core/_addCore.php


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marius Zadara  >  PAX  >  core/_addCore.php  
File: core/_addCore.php
Role: Auxiliary script
Content type: text/plain
Description: PAX core loader
Class: PAX
Interpret XML command scripts with PHP classes
 

Contents

Class file image Download
<?php

/**
 * Page DocBlock definition
 * @package org.zadara.marius.pax
 */

/**
 * Core loader.
 * This file will load all the components needed.
 * 
 * @author Marius Zadara <marius@zadara.org>
 * @category Loaders
 * @copyright (C) 2008-2009 Marius Zadara
 * @license Free for non-comercial use
 * @package org.zadara.marius.pax
 * @since 5.0 
 */

/**
 * @see _addInterfaces.php
 */
require_once 'core/interfaces/_addInterfaces.php';

/**
 * @see _addExceptions.php
 */
require_once 'core/exceptions/_addExceptions.php';

/**
 * @see _addClasses.php
 */
require_once 'core/classes/_addClasses.php';

/**
 * @see _addUtils.php
 */
require_once 'core/utils/_addUtils.php';

?>

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products