Joomla! CMS Native Support

joomla3 phpgrid

* 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. :)