LEPTON CMS
7.3.0
feel free to keep it strictly simple...
Toggle main menu visibility
Main Page
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
$
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
w
Functions
_
a
b
c
d
e
f
g
i
l
m
p
q
r
s
t
u
w
Variables
$
a
d
f
h
n
s
u
Files
File List
Globals
All
$
c
d
e
f
g
i
l
m
p
r
s
t
u
v
Functions
c
d
e
f
g
i
l
m
p
r
s
t
v
Variables
$
e
l
t
u
Examples
•
All
Data Structures
Files
Functions
Variables
Loading...
Searching...
No Matches
function.get_page_link.php
Go to the documentation of this file.
1
<?php
2
18
// include secure.php to protect this file and the whole CMS!
19
if
(!defined(
"SEC_FILE"
)){define(
"SEC_FILE"
,
'/framework/secure.php'
);}
20
if
(defined(
'LEPTON_PATH'
)) {
21
include LEPTON_PATH.SEC_FILE;
22
}
else
{
23
$oneback =
"../"
;
24
$root
= $oneback;
25
$level
= 1;
26
while
((
$level
< 10) && (!file_exists(
$root
.SEC_FILE))) {
27
$root
.= $oneback;
28
$level
+= 1;
29
}
30
if
(file_exists(
$root
.SEC_FILE)) {
31
include
$root
.SEC_FILE;
32
}
else
{
33
trigger_error(sprintf(
"[ <b>%s</b> ] Can't include secure.php!"
, $_SERVER[
'SCRIPT_NAME'
]), E_USER_ERROR);
34
}
35
}
36
// end include secure file
37
38
39
function
get_page_link
( INT $PageId = 0)
40
{
41
return
LEPTON_database::getInstance
()->get_one(
'SELECT `link` FROM `'
.TABLE_PREFIX.
'pages` WHERE `page_id` = '
.$PageId );
42
}
39
function
get_page_link
( INT $PageId = 0) {
…
}
LEPTON_database\getInstance
static getInstance(array &$settings=[])
Definition
lepton_database.php:76
$root
$root
Definition
function.get_page_link.php:24
get_page_link
get_page_link(INT $PageId=0)
Definition
function.get_page_link.php:39
$level
$level
Definition
function.get_page_link.php:25
SVN
upload
framework
functions
function.get_page_link.php
Generated by
1.12.0