Platform
3.1
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
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
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
6
* @package FDL
7
*/
8
/**
9
* Initialize core application
10
*
11
* @author Anakeen 2010
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
*/
14
/**
15
*/
16
include_once (
"WHAT/Lib.Prefix.php"
);
17
include_once (
"Class.Application.php"
);
18
$core
=
new
Application
();
19
$core
->Set(
"CORE"
,
$CoreNull
, null,
true
);
20
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase