Adel-Qusay / Codeigniter-4-CRUD-generator

ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
122 stars 83 forks source link

missed a placeholder in controller template #3

Closed boban-dj closed 3 years ago

boban-dj commented 3 years ago

@Adel, great autocrud. you missed a placeholdername in /mvc_templates/en_Controler.tpl.php change 67: $data = $this->sourcesModel->where('@@@primaryKey@@@' ,$id)->first(); to 67: $data = $this->@@@modelName@@@->where('@@@primaryKey@@@' ,$id)->first();

marioacalderon commented 3 years ago

hi, does this work with join sql?

Adel-Qusay commented 3 years ago

@Adel, great autocrud. you missed a placeholdername in /mvc_templates/en_Controler.tpl.php change 67: $data = $this->sourcesModel->where('@@@primaryKey@@@' ,$id)->first(); to 67: $data = $this->@@@modelName@@@->where('@@@primaryKey@@@' ,$id)->first();

Corrected ... Thanks

michaelaous commented 3 years ago

Hi, am having problems with the functionality of this generator can anyone help?

boban-dj commented 3 years ago

Make a new issue and explain what your problem is