Full index

Package indexes


b c d e f g h i l m p r s t _
b
top
Method button_cycle
MinimalWeblog::button_cycle() in MinimalWeblog.php
Next/previous links for complete entries (wl_mode=more)
Method button_offset
MinimalWeblog::button_offset() in MinimalWeblog.php
Next/previous links for paged list of entries
c
top
Method change
DB_MySQLi::change() in DB_MySQLi.class.php
Method to perform queries that change the database (INSERT, UPDATE, DELETE)
Page config.inc.php
config.inc.php in config.inc.php
Method connected
DB_MySQLi::connected() in DB_MySQLi.class.php
Method to test if connection to database is established
Method current_login
MinimalWeblog::current_login() in MinimalWeblog.php
Check login status
d
top
Class DB_MySQLi
DB_MySQLi in DB_MySQLi.class.php
Class to make a connection to a MySQL database with the mysqli extension
Page DB_MySQLi.class.php
DB_MySQLi.class.php in DB_MySQLi.class.php
e
top
Method entry_archive
MinimalWeblog::entry_archive() in MinimalWeblog.php
Compact list of all entries (wl_mode=archive)
Method entry_delete
MinimalWeblog::entry_delete() in MinimalWeblog.php
Delete one entry. wl_mode=delete+entry
Method entry_display
MinimalWeblog::entry_display() in MinimalWeblog.php
Display one complete entry (wl_mode=more).
Method entry_edit
MinimalWeblog::entry_edit() in MinimalWeblog.php
Edit an entry. wl_mode=edit+entry
Method entry_load
MinimalWeblog::entry_load() in MinimalWeblog.php
Load a weblog entry overriding current title, tid, body, more values
Method entry_preview
MinimalWeblog::entry_preview() in MinimalWeblog.php
Preview an entry. wl_mode=preview+entry
Method entry_print_admin
Print per entry admin menu maintaining search parameters
Method entry_relative
MinimalWeblog::entry_relative() in MinimalWeblog.php
Used to create a link to the previous or next entry
Method entry_reset
MinimalWeblog::entry_reset() in MinimalWeblog.php
Empty search conditions and return all entries. wl_mode=$this->getvar('reset_text')
Method entry_save
MinimalWeblog::entry_save() in MinimalWeblog.php
Save an entry. wl_mode=save+entry
Method entry_search
MinimalWeblog::entry_search() in MinimalWeblog.php
Generates a (partial) list of entries, possibly restricted by topic or searched text. wl_mode=$this->getvar('search_text')
Page example.php
example.php in example.php
f
top
Method fetch
DB_MySQLi::fetch() in DB_MySQLi.class.php
Method to perform queries to SELECT from the database
g
top
Method generate_search
Add ORDER BY and LIMIT to query for selecting entries
Method getvar
MinimalWeblog::getvar() in MinimalWeblog.php
Configuraton variables are assumed to exist and are required to run
h
top
Method handle_error
MinimalWeblog::handle_error() in MinimalWeblog.php
Error handling
i
top
Page index.php
index.php in index.php
Method insert
MinimalWeblog::insert() in MinimalWeblog.php
Return weblog HTML
l
top
Method load_cgi_vars
MinimalWeblog::load_cgi_vars() in MinimalWeblog.php
Store any GET/POST variables in the class. POST has precedence over GET
Method load_db_vars
MinimalWeblog::load_db_vars() in MinimalWeblog.php
Cache DB vars to prevent many queries
Method login
MinimalWeblog::login() in MinimalWeblog.php
Login; if already logged in show the main page
Method logout
MinimalWeblog::logout() in MinimalWeblog.php
Logout
m
top
Class MinimalWeblog
MinimalWeblog in MinimalWeblog.php
Class to handle weblog functionality; for embedding in existing web page
Page MinimalWeblog.php
MinimalWeblog.php in MinimalWeblog.php
Constant MINIMALWEBLOG_DB
MINIMALWEBLOG_DB in config.inc.php
Name of the database for the weblog
Constant MINIMALWEBLOG_DEBUG
MINIMALWEBLOG_DEBUG in config.inc.php
Error reporting level
Constant MINIMALWEBLOG_EXTERNAL_HOSTNAME
Enter the external hostname of your server here.
Constant MINIMALWEBLOG_HOST
MINIMALWEBLOG_HOST in config.inc.php
Host where the weblog database resides
Constant MINIMALWEBLOG_HOSTS_EDITING_ALLOWED
For extra safety, define an array of hostnames or IP-addresses from which editing is allowed
Constant MINIMALWEBLOG_PASS
MINIMALWEBLOG_PASS in config.inc.php
Password for the weblog database (not to be confused with the end-user password to edit the weblog)
Constant MINIMALWEBLOG_TABLE_PREFIX
MINIMALWEBLOG_TABLE_PREFIX in config.inc.php
Optional prefix for minimalweblog database tables (useful if a separate database is not possible)
Constant MINIMALWEBLOG_TIMEZONE
MINIMALWEBLOG_TIMEZONE in config.inc.php
Only necessary to enter this information under PHP >= 5.1.0RC1
Constant MINIMALWEBLOG_USER
MINIMALWEBLOG_USER in config.inc.php
Username for the weblog database
p
top
Method print_control
MinimalWeblog::print_control() in MinimalWeblog.php
Show search box, topic select, ...
Method print_entries
MinimalWeblog::print_entries() in MinimalWeblog.php
Format found entries
Method print_form_vars
Return HTML for hidden fields to maintain current cgi variable values through html form
r
top
Method rss_print
MinimalWeblog::rss_print() in MinimalWeblog.php
Generate RSS file with the current search parameters
s
top
Method sanitize_input
MinimalWeblog::sanitize_input() in MinimalWeblog.php
Clean up GET/POST contents
Method select_query
MinimalWeblog::select_query() in MinimalWeblog.php
Returns query and array of parameters for selecting entries
Method setup_edit
MinimalWeblog::setup_edit() in MinimalWeblog.php
Edit weblog options (data from 'vars' table). wl_mode=edit+setup
Method setup_save
MinimalWeblog::setup_save() in MinimalWeblog.php
Save weblog options (data from 'vars' table). wl_mode=save+setup
Method setvar
MinimalWeblog::setvar() in MinimalWeblog.php
Update a weblog (configuration) variable (in class and database)
Method subst_tokens
MinimalWeblog::subst_tokens() in MinimalWeblog.php
Substitute an entry into a template via tokens
t
top
Method topic_add
MinimalWeblog::topic_add() in MinimalWeblog.php
Add a topic. wl_mode=add+topic
Method topic_delete
MinimalWeblog::topic_delete() in MinimalWeblog.php
Delete a topic, possibly moving entries to another topic. wl_mode=delete+topic
Method topic_edit
MinimalWeblog::topic_edit() in MinimalWeblog.php
Edit topics. wl_mode=edit+topics
Method topic_selectbox
Returns the form HTML necessary to select between topics
Method topic_verify
MinimalWeblog::topic_verify() in MinimalWeblog.php
Verify the topic exists
_
top
Variable $_admin
MinimalWeblog::$_admin in MinimalWeblog.php
Variable $_body
MinimalWeblog::$_body in MinimalWeblog.php
Variable $_broken
MinimalWeblog::$_broken in MinimalWeblog.php
Variable $_database
DB_MySQLi::$_database in DB_MySQLi.class.php
Variable $_db
MinimalWeblog::$_db in MinimalWeblog.php
Variable $_dbvars
MinimalWeblog::$_dbvars in MinimalWeblog.php
Variable $_db_connection
DB_MySQLi::$_db_connection in DB_MySQLi.class.php
Variable $_delopt
MinimalWeblog::$_delopt in MinimalWeblog.php
Variable $_eid
MinimalWeblog::$_eid in MinimalWeblog.php
Variable $_errors
MinimalWeblog::$_errors in MinimalWeblog.php
Variable $_icon
MinimalWeblog::$_icon in MinimalWeblog.php
Variable $_mode
MinimalWeblog::$_mode in MinimalWeblog.php
Variable $_more
MinimalWeblog::$_more in MinimalWeblog.php
Variable $_name
MinimalWeblog::$_name in MinimalWeblog.php
Variable $_numeric_cgi
MinimalWeblog::$_numeric_cgi in MinimalWeblog.php
Variable $_offset
MinimalWeblog::$_offset in MinimalWeblog.php
Variable $_password
MinimalWeblog::$_password in MinimalWeblog.php
Variable $_prefix
MinimalWeblog::$_prefix in MinimalWeblog.php
Variable $_search
MinimalWeblog::$_search in MinimalWeblog.php
Variable $_self
MinimalWeblog::$_self in MinimalWeblog.php
Variable $_string_cgi
MinimalWeblog::$_string_cgi in MinimalWeblog.php
Variable $_tid
MinimalWeblog::$_tid in MinimalWeblog.php
Variable $_title
MinimalWeblog::$_title in MinimalWeblog.php
Variable $_topic
MinimalWeblog::$_topic in MinimalWeblog.php
Variable $_update
MinimalWeblog::$_update in MinimalWeblog.php
Variable $_valid_cgi
MinimalWeblog::$_valid_cgi in MinimalWeblog.php
Variable $_value
MinimalWeblog::$_value in MinimalWeblog.php
Method _back_link
MinimalWeblog::_back_link() in MinimalWeblog.php
Return a link back to the main page while maintaining current search parameters
Method _get_backtrace
MinimalWeblog::_get_backtrace() in MinimalWeblog.php
Provides backtrace when MINIMALWEBLOG_DEBUG == 2
Method _href_link
MinimalWeblog::_href_link() in MinimalWeblog.php
Returns an <a> element
Method _login_form
MinimalWeblog::_login_form() in MinimalWeblog.php
Return HRTML form to log in as admin
Method _mysqli_stmt_prepare_execute
Private method to prepare and execute a mysqli prepared statement
Method _query_string
MinimalWeblog::_query_string() in MinimalWeblog.php
Returns an URL query string
Method _topic_update
MinimalWeblog::_topic_update() in MinimalWeblog.php
Change name or icon of topic. wl_mode=change+topic
Method __construct
MinimalWeblog::__construct() in MinimalWeblog.php
Weblog constructor
Method __construct
DB_MySQLi::__construct() in DB_MySQLi.class.php
Constructor
b c d e f g h i l m p r s t _