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
appadmin.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Add, modify or delete WHAT application
8
*
9
*
10
* @param string $appname internal name of the application
11
* @param string $method may be "init","reinit","update","delete"
12
* @author Anakeen
13
* @version $Id: appadmin.php,v 1.8 2008/05/21 07:27:02 marc Exp $
14
* @package FDL
15
* @subpackage WSH
16
*/
17
/**
18
*/
19
global
$action
;
20
21
$action
->log->deprecated(sprintf(_(
"API %s is deprecated. You should use %s instead."
) ,
"appadmin"
,
"manageApplications"
));
22
23
include_once (
"API/manageApplications.php"
);
$action
global $action
Definition:
appadmin.php:19
← centre documentaire
© anakeen