Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

132
Vistas
How to Extended Table Class CakePhp3

I need extends ModelTable class to add follow method just one time, and not in each class

public function addOrUpdate($data, $options=[])   {
  if ($this->existe($data)) {
    $obj = $this->findById($data['id'])->first();
    $obj = $this->patchEntity($obj, $data,$options);
  }else{
  $obj = $this->newEntity($data,$options);
  }
  return $this->save($obj);
 }
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can create an CustomTable class extending Table class. Place your function inside CustomTable class.Then you can create each model table class extending CustomTable class.

class CustomTable extends Table {

    public function addOrUpdate($data, $options = [])
    {
        ...
    }
}

class ModelTable extends CustomTable {
    ...
}
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda