webservice/application/models/CommandesStatut.php

5 lines
120 B
PHP
Raw Normal View History

2010-10-26 13:21:15 +00:00
<?php
class Application_Model_CommandesStatut extends Zend_Db_Table_Abstract
{
protected $_name = 'commandes_statut';
}