Codeigniter 4 CRUD with Grocery CRUD | Tutorial Part 5

Codeigniter 4 CRUD with Grocery CRUD | Tutorial Part 5

Happy Developers

3 года назад

10,847 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

AJ Channel
AJ Channel - 01.04.2021 09:59

include(/assets/grocery_crud/languages/english.php): failed to open stream: No such file or directory can you please help on this error

Ответить
RENZ dev
RENZ dev - 14.03.2021 14:26

Hey Johnny, I was wondering if you have already fixed the csrf issue?

Ответить
WORDPRESS AND SEO TUTORIALS
WORDPRESS AND SEO TUTORIALS - 27.01.2021 01:52

Hellow brother!
How can i disable Pagination in Grocery Crud please reply????

Ответить
Mario Daniel Carugno
Mario Daniel Carugno - 25.11.2020 15:21

Thank you for this awesome video !

I have two observations about Routes.php
1) In current version of GC the 'from:' and 'to:' words must be removed, otherwise it fails
2) For the line: $routes->get(from: 'admin/customers/(:any)', to: 'Examples::customers_management/$1');
the controller is not receiving the 'any' parameter (I think it could be an ID), so nothing different happens if I pass an ID parameter to the endpoint.
Is there a way for that to work as expected ?
I mean, if I pass an ID parameter, I hope to see a 'read view' of that particular record
Or maybe GC is not meant to work that way, and that parametrized endpoint shouldn't be added in the first place ?

Thank you so much !

Ответить