Skip to content

Instantly share code, notes, and snippets.

@azrad
Created March 5, 2013 06:58
Show Gist options
  • Save azrad/5088522 to your computer and use it in GitHub Desktop.
Save azrad/5088522 to your computer and use it in GitHub Desktop.
Model for UserGroup
<?php
// filename: user_group.class.php
class UserGroup extends ADODB_Active_Record {
public $_table = 'osa_user_groups';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment