joomla Archives | phpGrid - PHP Datagrid Create PHP grids in minutes, not hours. Sat, 25 Sep 2021 22:47:19 +0000 en-US hourly 1 CodeProjecthttps://wordpress.org/?v=7.0.3 129966043 Joomla! CMS Native Support https://phpgrid.com/example/joomla-cms-native-support/ Wed, 02 Nov 2016 00:33:58 +0000 http://phpgrid.com/?p=9049

* Please note this feature is only available in paid versions (version 7.0+).   phpGrid version 7 supports Joomla! 3.x out-of-box. In conf.php, set constant FRAMEWORK to JOOMLA. 1define('FRAMEWORK', 'JOOMLA'); You must also update JPATH_BASE value in C_SessionMaker class in cls_session.php. 12if (!defined('JPATH_BASE') )     define('JPATH_BASE', '/var/www/mysite'); #UPDATE this value to the actual Joomla […]

The post Joomla! CMS Native Support appeared first on phpGrid - PHP Datagrid.

]]>

* Please note this feature is only available in paid versions (version 7.0+).

 

phpGrid version 7 supports Joomla! 3.x out-of-box. In conf.php, set constant FRAMEWORK to JOOMLA.

1
define('FRAMEWORK', 'JOOMLA');

You must also update JPATH_BASE value in C_SessionMaker class in cls_session.php.

1
2
if (!defined('JPATH_BASE') )
    define('JPATH_BASE', '/var/www/mysite'); #UPDATE this value to the actual Joomla site file path

See complete details on KB – phpGrid on Joomla.

That’s all there is to it. Life is good. :)

The post Joomla! CMS Native Support appeared first on phpGrid - PHP Datagrid.

]]>
9049