dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxContent_bootstrap.php
Go to the documentation of this file.
1<?php
5if (defined('DBXCONTENT_BOOTSTRAP_CORE')) {
6 return;
7}
8define('DBXCONTENT_BOOTSTRAP_CORE', 1);
9
10$dir = __DIR__;
11require_once $dir . '/dbxContentLng.class.php';
12require_once $dir . '/dbxContentPageCache.class.php';
13require_once $dir . '/dbxContentRenderer.class.php';
14require_once $dir . '/dbxContentSitemap.class.php';
15
16?>