13 lines
222 B
PHP
13 lines
222 B
PHP
<?php
|
|
|
|
/**
|
|
* Subclass for performing query and update operations on the 'st_invoice_product' table.
|
|
*
|
|
*
|
|
*
|
|
* @package plugins.stInvoicePlugin.lib.model
|
|
*/
|
|
class InvoiceProductPeer extends BaseInvoiceProductPeer
|
|
{
|
|
}
|