예제 #1
0
 public function get_subcuentas()
 {
     $subcuenta = new subcuenta();
     return $subcuenta->all_from_cuenta($this->idcuenta);
 }