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