Programmatically Knowing the Version of the Grocery CRUD Enterprise (CodeIgniter Installation without Composer)
- Single Page
Posted 05 June 2017 - 01:20 AM
Posted 05 June 2017 - 20:03 PM
Hello @larasmith,
You can easily do it with the below command:
echo GroceryCrud::VERSION;
Posted 06 June 2017 - 00:13 AM
Hello @larasmith,
You can easily do it with the below command:
echo GroceryCrud::VERSION;
Thank you for this Sir Johnny! I hope others find this query helpful too! :)
Posted 20 September 2018 - 16:18 PM
Hi,
Where can I put this code?
tnx in advance
Posted 20 September 2018 - 23:23 PM
Hi,
Where can I put this code?
tnx in advance
You can place it in your controller :) inside any function that works :)
Posted 11 October 2018 - 10:31 AM
Larasmith. I'am using Code Igniter. When in put this code in a controller, I get an error. Anny suggestion? The library loaded, the CRUD are working.
Posted 12 October 2018 - 00:06 AM
Larasmith. I'am using Code Igniter. When in put this code in a controller, I get an error. Anny suggestion? The library loaded, the CRUD are working.
what version are you currently using?
Posted 12 October 2018 - 06:38 AM
what version are you currently using?
I'am using Grocery CRUD enterprise version 2.6.4
Posted 15 October 2018 - 02:14 AM
I'am using Grocery CRUD enterprise version 2.6.4
I recently upgraded to 2.6.5 it works too. How do you do it in your code?