✏️ 正在编辑: ProtocoloPagamentoGerenteItem.php
路径:
/srv/systems_dir/yuppiecred-bkp/application/models/DbTable/ProtocoloPagamentoGerenteItem.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php class Model_DbTable_ProtocoloPagamentoGerenteItem extends Zend_Db_Table_Abstract { protected $_primary = 'id'; protected $_name = 'tb_protocolo_pagamento_gerente_itens'; protected $_referenceMap = array( 'Protocolo' => array( 'columns' => array( 'protocolo_id' ), 'refTableClass' => 'Model_DbTable_ProtocoloPagamentoGerente', 'refColumns' => array( 'id' ) ), 'Contrato' => array( 'columns' => array( 'contrato_id' ), 'refTableClass' => 'Model_DbTable_Contrato', 'refColumns' => array( 'id' ) ) ); }
💾 保存文件
← 返回文件管理器