-
https://github.com/scoumbourdis/grocery-crud/blob/b1b7cf4efd33f7760e0469b3afea57b8ce336637/application/libraries/Grocery_CRUD.php#L856
Hi John, please change to use property_exists instead of isset…
-
Hi again,
I need to do two things: check if connection is successful with sql server (without selecting any table) and get sql server version. I suppose I can't do it without modify api.php file.
…
-
Hello, I am facing a problem with GC. I need to add some info to a table and I am getting the error:
500 (Internal Server Error)
This is the code I have in the controller:
function testdb(){
…
-
Olá Ramon, tudo bom?
O seu trabalho com o desenvolvimento está um pouco confuso. Essa mudança de framework, que tem um grande impacto para nós desenvolvedores, torna o sistema um pouco rígido de se t…
ghost updated
6 years ago
-
This is a local URL for devel on this machine and not an actual domain
The initial login page displays perfectly. However after attempting to login i am redirected to https://bigfish.testsss.com/lo…
-
A full tutorial (or documentation) for a crud using Grids would be wonderful for a beginner.
-
Hi
How to resolve ?
Not Found
The requested URL /acc/Auth/login was not found on this server.
Thanks ?
-
Hello! Congratulations for your script. Is very useful!
I have an issue with the "Page Buillder": Later of create a page the content appears empty. I reviewed the console of the browser and appears…
-
1 - How can i divert the user directly to login page
2 - In the CRUD Builder how can i change labels
3 - How can i put custom PHP pages on the site
4 - If i change a view, will i need to take a c…
ghost updated
7 years ago
-
Hi. I can't find a way to sort results by a field in the pivot table.
I'm using Grocery CRUD which in the n-n relationships uses a table with an order field, like {table_one_id, table_two_id, prior…