Site Search
Contents
9. Easy ACP Coding with qAdmin 
qAdmin is a special feature from qE to allow rapid ACP development. It has most features you may need to create a database oriented script for ACP.
Usage
There are so many configurable option for...
msg_die () 
function msg_die ($msg_id = '', $msg_txt = '', $url = '')
Calling function will terminate your script, throw back to $url, and display message in $msg_id, or $msg_txt.
If $url is empty, it will...
random_str () 
function random_str ($len, $lower = 1, $hex = 1)
This function will generate a random string.
$len = length of string.
If $lower = true, use lower case, default true.
If $hex = true, use only...
get_param () 
function get_param ($var_name, $default = '', $mode = '')
Use this function to read values from form which is using GET method, or from URL.
$var_name is the name of the variable to be read from.
...
mod_param () 
function mod_param ($var_name, $default = '')
This function is to get values from a module, passed by developer.
$var_name = the name of the variable.
$default = default value if the variable is...
More Results
Who is Online
There are 7 users online.