enrichissement/application/models/Commandes.php
Michael RICOIS b0281df4f7 Tout
2012-01-15 17:43:37 +00:00

6 lines
109 B
PHP

<?php
class Application_Model_Commandes extends Zend_Db_Table_Abstract
{
protected $_name = 'commandes';
}