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