i have the table itk_parselle(id_itk, id_parc) related with two table Parcelle(id_parc) and ITK( id_itk , nom , date....)
I want to fill the form of ITK from itk_parselle but in ITKcontroller i msut make :
$query = Criteria::fromInput($this->di, "Itk", $this->request->getpost()); and she dont accept
$query = Criteria::fromInput($this->di, "Itk_parcelle", $this->request->getpost() => erreur
how I can fill the ITK form from Itk_Parcelle.
thanks