5 lines
106 B
PHP
5 lines
106 B
PHP
<?php
|
|
class Application_Model_Command extends Zend_Db_Table_Abstract
|
|
{
|
|
protected $_name = 'command';
|
|
} |