webservice/application/models/CommandesStatut.php
2010-10-26 13:21:15 +00:00

5 lines
120 B
PHP

<?php
class Application_Model_CommandesStatut extends Zend_Db_Table_Abstract
{
protected $_name = 'commandes_statut';
}