<?php class CodeIntern extends Zend_Db_Table { protected $_name = 'user_cintern'; protected $_primary = 'ID'; } ?>