Model Commandes
This commit is contained in:
parent
9227e031a7
commit
1c4306ce05
5
application/models/Commandes.php
Normal file
5
application/models/Commandes.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
class Application_Model_Commandes extends Zend_Db_Table_Abstract
|
||||
{
|
||||
protected $_name = 'commandes';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user