sql >> データベース >  >> RDS >> Mysql

Joomlaを拡張する方法!私のカスタムPHPファイルに

    これらの行をphpファイルの上に配置します

    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();
    

    これで、ここですべてのjoomlaクラスを使用できます




    1. .NetMySqlエラー指定されたキーが辞書に存在しませんでした

    2. OracleParameterおよびIN句

    3. OracleデータベースでINTO句を使用して即時実行を使用する方法

    4. 初心者のためのSQLIN演算子