79480469

Date: 2025-03-03 08:18:17
Score: 1.5
Natty:
Report link

    public function testakk(){


        if ($this->request->isAJAX())
{
    
    $request = \Config\Services::request();


    $aaa= $this->request->getJsonVar('toto');
    
       $data2['sdf']= $aaa;
   
       echo json_encode($data2);
}



    
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: raziyeh