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