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
Class.PDocSearch.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5
* @package FDL
6
*/
7
/**
8
* Generated Header (not documented yet)
9
*
10
* @author Anakeen 2000
11
* @version $Id: Class.PDocSearch.php,v 1.9 2006/04/03 14:56:26 eric Exp $
12
* @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13
* @package FDL
14
*/
15
/**
16
*/
17
18
$CLASS_CONTACT_PHP
=
'$Id: Class.PDocSearch.php,v 1.9 2006/04/03 14:56:26 eric Exp $'
;
19
20
include_once (
"FDL/Class.DocCollection.php"
);
21
22
class
PDocSearch
extends
DocCollection
23
{
24
// --------------------------------------------------------------------
25
//---------------------- OBJECT CONTROL PERMISSION --------------------
26
var
$acls
= array(
27
"view"
,
28
"edit"
,
29
"delete"
,
30
"execute"
,
31
"unlock"
,
32
"confidential"
33
);
34
// --------------------------------------------------------------------
35
var
$defDoctype
=
'P'
;
36
var
$defProfFamId
=
FAM_ACCESSSEARCH
;
37
38
function
__construct
(
$dbaccess
=
''
,
$id
=
''
,
$res
=
''
,
$dbid
= 0)
39
{
40
// don't use Doc constructor because it could call this constructor => infinitive loop
41
DocCtrl::__construct
(
$dbaccess
,
$id
,
$res
,
$dbid
);
42
}
43
}
44
?>
← centre documentaire
© anakeen
- published under
CC License
-
Dynacase