Login   Register  
PHP Classes
elePHPant
Icontem

File: torm.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Eustaquio Rangel de Oliveira Jr.  >  torm  >  torm.php  >  Download  
File: torm.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: torm
Store and retrieve objects using ActiveRecord
Author: By
Last change:
Date: 2013-09-13 16:31
Size: 249 bytes
 

Contents

Class file image Download
<?php
   
include "connection.php";
   include 
"builder.php";
   include 
"model.php";
   include 
"collection.php";
   include 
"factory.php";
   include 
"driver.php";
   include 
"validation.php";
   include 
"log.php";
   include 
"inflections.php";
?>