Advertisement
Pooky

Untitled

May 14th, 2011
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. class Application_Model_DbTable_Users extends Zend_Db_Table_Abstract
  4. {
  5.  
  6.     protected $_name = 'users';
  7.  
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement