sql >> Database teknologi >  >> RDS >> Mysql

Sådan forlænger du Joomla! til min brugerdefinerede PHP-fil

læg disse linjer oven på din php-fil

define( '_JEXEC', 1 );
define('JPATH_BASE', dirname(__FILE__).'/../../../../' );   // should point to joomla root
define( 'DS', DIRECTORY_SEPARATOR );
require_once ( JPATH_BASE .DS.'includes'.DS.'defines.php' );
require_once ( JPATH_BASE .DS.'includes'.DS.'framework.php' );
$mainframe =& JFactory::getApplication('site');
$mainframe->initialise();

nu kan du bruge alle joomla klasser her




  1. Sådan installeres MySQL på macOS

  2. MySQL VARCHAR-længder og UTF-8

  3. Trin til at ændre Admin Password, som er mistet eller glemt af et EBS WebLogic Domain R12.2

  4. Mysql 5.6 hovedpine på Mac OSX