EQdkp Plus Navigation:   Home  |   Forum  |   Wiki  |   Translate  |   Bugtracker  |   WebSVN  |  USVN

Use the libraries

From EQdkp Plus Wiki

Artikel Veraltet.png The information in this article refers to an older version of EQdkp Plus / of the plugin. It is not used any longer. See the information Box for further information.


Information
min. EQDKP-PLUS Version 0.6.2.0 or higher
max. EQDKP-PLUS Version 0.7.0.0


To use the Libraries of eqdkp in all files, create a new file named ‘common.php’ and include it in every file you want to use the plugin framework. I added the table-defines in that file, too, you save much time and size if you do it once instead of in every file header.

require_once($eqdkp_root_path.'plugins/raidbanker/includes/libloader.inc.php');

The libloader.inc.php could be copied from every plugin using the libloader class....

You should open the libloader.inc.class and edit the things you want to have changed.

Kategorie:Libraries