PHP Classes

File: models/another_user.php

Recommend this page to a friend!
  Classes of Eustaquio Rangel de Oliveira Jr.   torm   models/another_user.php   Download  
File: models/another_user.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: torm
Store and retrieve objects using ActiveRecord
Author: By
Last change:
Date: 9 years ago
Size: 94 bytes
 

Contents

Class file image Download
<?php
   
class AnotherUser extends TORM\Model {};
   
AnotherUser::setTableName("users");
?>