-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
81 lines (34 loc) · 1.38 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Theme Structure : [IPSSA]
index.php ====> connect_theme(); must be
section ====> section/ header.php and footer.php
page.php ====> Normal php code and design for home page
sub_page.php ====> sub pages
$title, $content, $date, $link
function.php ====> auto running
Admin Control :
create admin folder,
/admin/index.php ====>
i. class must be ==> theme_admin
ii. two methods needed ==>
i.left_menu ==> array format
ii. and page ==> switch format
iii. Must be return values
=====================================================================
=====================================================================
Plugin Structure : [ISA]
index.php ====> Normal php code AND DESING
short_code.txt ====> set short code ###### ex: @@test@@ #####
Admin Control :
create admin folder,
/admin/index.php ====>
i. class ==> can be any name
ii. two methods needed ==>
i. function left_menu() ==> array format Multi dimontional array
ii. function page() ==> switch format for set admin page
iii.Must be return values
iii. $_Global['plugin_admin'][] = "class name"; end of the part
================================================================================================================================================
Module Struture:
index.php
config.xml
======== FTP ===========