2012-06-11 16:40:07 +02:00
|
|
|
<?php
|
2013-03-19 11:14:40 +01:00
|
|
|
class Application_Model_CiblageCustomerParams extends Zend_Db_Table_Abstract
|
2012-06-11 16:40:07 +02:00
|
|
|
{
|
|
|
|
protected $_name = 'customer_params';
|
2013-03-19 10:42:10 +01:00
|
|
|
protected $_schema = 'ciblage';
|
2012-06-11 16:40:07 +02:00
|
|
|
}
|