Model Commandes

This commit is contained in:
Michael RICOIS 2011-05-11 14:16:42 +00:00
parent 9227e031a7
commit 1c4306ce05

View File

@ -0,0 +1,5 @@
<?php
class Application_Model_Commandes extends Zend_Db_Table_Abstract
{
protected $_name = 'commandes';
}