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