mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Configuracion para acceso a bbdd remota
This commit is contained in:
16
ci4/app/Models/Presupuestos/ImportadorModel.php
Normal file
16
ci4/app/Models/Presupuestos/ImportadorModel.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models\Presupuestos;
|
||||
|
||||
class ImportadorModel extends \App\Models\BaseModel
|
||||
{
|
||||
protected $table = 'pedido_libro';
|
||||
protected $primaryKey = 'id';
|
||||
//protected $allowedFields = ['ticket_number', 'order_id', 'created_at', 'updated_at', 'deleted_at', 'check_in'];
|
||||
|
||||
// Define the alternative connection group
|
||||
protected $DBGroup = 'olderp';
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user