Current File : /home/karenpetzb/application/models/CodeIntern.php
<?php
class CodeIntern extends Zend_Db_Table
{
    protected $_name = 'user_cintern';
    protected $_primary = 'ID';

}
?>