Navigation
next
previous
|
Download ⇓
Installation
Docs
Demo
Donate
Extensions
Plugins
Themes
View Cart
Support
Contact Us
Helpdesk
Docs
Blog
Forum
Seo Services
Support Services
Hosting
About
About Us
Sponsors
Reviews
Login
5. Developer Guide
¶
This document is to help developers to integrate and customize the features of seo panel.
Plugin Development Guide
Introduction
Steps to Create a Seo Panel Plugin
Names, Files, and Locations
Common Plugin Functions
1) pluginGETMethod($args=’‘, $area=’content’)
2) pluginPOSTMethod($formName, $area=’content’, $args=’‘)
3) pluginConfirmGETMethod($args=’‘, $area=’content’)
4) pluginConfirmPOSTMethod($formName, $area=’content’, $args=’‘)
5) pluginMenu($args=’‘, $area=’content’)
Plugin Constants
1) PLUGIN_PATH
2) PLUGIN_VIEWPATH
3) PLUGIN_ID
4) PLUGIN_WEBPATH
5) PLUGIN_IMGPATH
6) PLUGIN_CSSPATH
7) PLUGIN_JSPATH
8) PLUGIN_SCRIPT_URL
Common Database Functions
1) select($query, $fetchFirst = false)
2) query($query, $noRows=false)
Session Management Functions
1) checkLoggedIn()
2) checkAdminLoggedIn()
3) isLoggedIn()
4) isAdmin()
Theme Development Guide
Introduction
Steps to Create a Seo Panel Theme
Names, Files, and Locations
Table Of Contents
1. INSTALLATION
2. User Guide
3. Plugins
4. API
5. Developer Guide
Plugin Development Guide
Theme Development Guide
6. SUPPORT
Quick search
Navigation
next
previous
|