PHP Classes

File: torm.php

Recommend this page to a friend!
  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: 10 years ago
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";
?>