Tag: Joomla

  • Include Joomla core functionality in external PHP file

    Once I need to have Joomla core class in external files, answer can be found here. To repeat myself, here’s minimum code required to have Joomla functionality in our own file. <?php //define constant define( ‘_JEXEC’, 1 ); define( ‘DS’, … Continue reading →