Bananas Development Blog: share your thoughts

XpFramework laden

Hier der Code wie man das XP Framework in seine PHP Applikation einbindet.
( Es wird PHP 5.2 benötigt )

// xp framework
// paths
define('ABSOLUTE_PATH',dirname(_FILE_)."/");
define('LIB_DIR','lib/');

$include = ini_get('include_path');
if(!ini_set('include_path',$include.':'.ABSOLUTE_PATH.LIBS_DIR.'xp')) {
die('Failed to set the include path. Check you php configuration.');
}
require('lang.base.php'); // load the xp framework
  • No comments

Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications.

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA

Trackbacks / Pingbacks

  • No Trackbacks