Welcome Guest, Not a member yet? Register   Sign In
Use Entity function in COntroller or view
#1

HI , how can i use entity  function in controller or in view ?

i have this function in Ore_giornata_quarti_dora_Entity :

PHP Code:
      function ritorna_orario_standard($id){

        $ore_giornata_quarti_dora_model= new Ore_giornata_quarti_doraModel();

        $record $ore_giornata_quarti_dora_model->find($id);

        return $record;

      


i use it on list get by  model findAll() but in a simple view or controller ?
Reply


Messages In This Thread
Use Entity function in COntroller or view - by pippuccio76 - 08-15-2021, 10:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB