Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
core_appinitialize.php
Go to the documentation of this file.
1
#!/usr/bin/env php
2
<?php
3
/*
4
* @author Anakeen
5
* @package FDL
6
*/
7
/**
8
* Initialize core application
9
*
10
* @author Anakeen
11
*/
12
/**
13
*/
14
include_once (
"WHAT/Lib.Prefix.php"
);
15
include_once (
"Class.Application.php"
);
16
$core
=
new
Application
();
17
$core
->Set(
"CORE"
,
$CoreNull
, null,
true
);
18
?>
$core
$core
Definition:
core_appinitialize.php:16
Application
Definition:
Class.Application.php:30
$CoreNull
$CoreNull
Definition:
chgpasswd.php:32
← centre documentaire
© anakeen