CodeIgniter Forums
Crud generating In Codeigniter-4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Addins (https://forum.codeigniter.com/forumdisplay.php?fid=34)
+--- Thread: Crud generating In Codeigniter-4 (/showthread.php?tid=74568)



Crud generating In Codeigniter-4 - mohsin khan - 10-10-2019

Crud Application Demo In  Codeigniter-4 Please Find below link Crud code and database table. Hope this is help full for beginners who want to explore his skills with Codeigniter-4

Crud Demo Project in Codeigniter-4 Google drive link here:

https://drive.google.com/file/d/1n1XGtkMqjMOkKBLJa_PMBtr2snEyhyES/view


RE: Crud generating In Codeigniter-4 - Kiranrs - 10-11-2019

Thank you mate.Official Codeigniter tutorial lacks update and delete operations.


RE: Crud generating In Codeigniter-4 - dave friend - 10-11-2019

(10-11-2019, 04:31 AM)Kiranrs Wrote: Thank you mate.Official Codeigniter documentation lacks update and delete operations.

The version 4 documentation for handling data is here and includes updates and deletes.

(10-10-2019, 03:32 AM)mohsin khan Wrote: Crud Application Demo In  Codeigniter-4 Please Find below link Crud code and database table. Hope this is help full for beginners who want to explore his skills with Codeigniter-4

Thank you, Mohsin for wanting to share.

I think many people are uncomfortable downloading a zip file from an unknown person. I believe you will find a larger audience if you would put the code on GitHub, or some other public repository, that won't require downloading unknown content.


RE: Crud generating In Codeigniter-4 - Kiranrs - 10-14-2019

(10-11-2019, 07:13 AM)dave friend Wrote:
(10-11-2019, 04:31 AM)Kiranrs Wrote: Thank you mate.Official Codeigniter documentation lacks update and delete operations.

The version 4 documentation for handling data is here and includes updates and deletes.

(10-10-2019, 03:32 AM)mohsin khan Wrote: Crud Application Demo In  Codeigniter-4 Please Find below link Crud code and database table. Hope this is help full for beginners who want to explore his skills with Codeigniter-4

Thank you, Mohsin for wanting to share.

I think many people are uncomfortable downloading a zip file from an unknown person. I believe you will find a larger audience if you would put the code on GitHub, or some other public repository, that won't require downloading unknown content.

Yeah, but not in the tutorial.



RE: Crud generating In Codeigniter-4 - abrkof - 11-28-2019

Super Nice :3