Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 get
 GET
 get_blog_path
 get_ip
 getAbstract, Entry
 getAnchor
 getArticleList, Blog
 getArticles, Blog
 getBlogList, System
 getCategories, metaWeblog
 getCommentArray, BlogEntry
 getCommentCount, BlogEntry
 getComments, BlogEntry
 getConfig, PluginManager
 getcwd, FS
 getDay, Blog
 getDayCount, Blog
 getEnclosure, BlogEntry
 getEntries, Blog
 getEntriesByTag, Blog
 getFile, IniParser
 getFileList, PluginManager
 getFilename
 getGroupList, System
 getGroups, System
 getlink
 getMonth, Blog
 getMonthCount, Blog
 getMonthList, Blog
 getNextMax, Blog
 getParent
 getPath
 getPingbackArray, BlogEntry
 getPingbackCount, BlogEntry
 getPingbacks, BlogEntry
 getPluginList, PluginManager
 getPost, metaWeblog
 GETPOST
 getPostData
 getRecent, Blog
 getRecentMonthList, Blog
 getRecentPosts, metaWeblog
 getReplies, BlogEntry
 getReplyArray, BlogEntry
 getReplyCount, BlogEntry
 getSection, IniParser
 getSectionNames, IniParser
 getTemplate, blogger
 getTrackbackArray, BlogEntry
 getTrackbackCount, BlogEntry
 getTrackbacks, BlogEntry
 getUploadedFiles, BlogEntry
 getURL, Blog
 getUserBlogs, System
 getUserInfo, blogger
 getUserList, System
 getUsersBlogs, blogger
 getWeblog, Blog
 getYearList, Blog
 globalID, BlogEntry
 groupExists, System
 groups, User
function get($show_edit_controls = false)
Gets the markup to display the object in a web browser.
function get($show_edit_controls = false)
Get the HTML to use to display the object.
function get()
Put the saved data into a template for display.
function get()
Put the saved data into a template for display.
function GET($key,  
$val = "")
function get_blog_path()
A quick global function to define get the path to the current blog even if the BLOG_ROOT constant is not defined.
function get_ip()
Quick function to get the user’s IP address.
function getAbstract($numchars = 500)
A quick function to get a plain text abstract of the entry data by grabbing the first paragraph of text or the first N characters, whichever comes first.
function getAnchor()
Get text to use as the name attribute in an HTML anchor tag.
function getAnchor()
Gets an anchor to the entry on the page.
function getAnchor()
Gets an anchor to the entry on the page.
function getArticleList($number = false,
$sticky_only = true)
Get a list of articles with title and permalink.
function getArticles()
Returns a list of all articles, in no particular order.
function getBlogList()
Get a list of blogs handled by LnBlog.
Gets a list of categories associated with a given blog.
function getCommentArray($sort_asc = true)
Gets all the comment objects for this entry.
function getCommentCount()
Determine the number of comments that belong to this object.
function getComments($sort_asc = true)
Get the HTML markup to display the entire list of comments for this entry.
function getConfig()
Gets configuration data for plugins from INI files.
function getcwd()
Get the working directory for the class.
function getDay($year,
$month,
$day)
Get all the blog entries for a particular day.
function getDayCount($year,
$month,
$day)
Get the number of posts made on a given day.
function getEnclosure()
Gets the URL, file size, and media type of the file set as the enclosure for this entry, it if exists.
function getEntries($number,  
$offset = )
Scan entries in reverse chronological order, starting at a given offset, and get a given number of them.
function getEntriesByTag($taglist,  
$limit = 0,
$match_all = false)
Get a list of entries tagged with a given string.
function getFile()
Serializes the INI file into a string.
function getFileList()
List all the plugin files that get loaded.
function getFilename($anchor)
The inverse of getAnchor, this converts an anchor into a file.
function getFilename($anchor)
Converts an anchor from getAnchor into a filename.
function getFilename($anchor)
Converts an anchor from getAnchor into a filename.
function getGroupList()
Gets a list of groups.
function getGroups($usrid)
Gets the groups to which a particular user belongs.
function getlink($name,  
$type = false)
Returns a path suitable for use with link tags or as an href or src attribute.
function getMonth($year = false,
$month = false)
Get a list of all entries for the specified month.
function getMonthCount($year = false,
$month = false)
Get the number of entries in the given month.
function getMonthList($year = false)
Get a list of the months for the given year.
function getNextMax($num_entries = false)
Convenience function to get “previous entries”.
function getParent()
Gets a copy of the parent object of this comment, i.e.
function getParent()
Get a copy of the parent of this objcet, i.e.
function getParent()
Abstract function to return the parent object of the current object.
function getParent()
Gets a copy of the parent object.
function getPath($curr_ts = false,
$just_name = false,
$long_format = false)
Builds a path to store the given article.
function getPath($ts)
Get the path to use for to store the comment.
function getPath($curr_ts,  
$just_name = false,
$long_format = false)
Returns a path to use for the entry.
function getPingbackArray($sort_asc = true)
Get an array of Pingback objects that contains all Pingbacks for this entry.
function getPingbackCount()
Get the number of Pingbacks for this object.
function getPingbacks($sort_asc = true)
Get some HTML that displays the Pingbacks for this entry.
function getPluginList()
List all defined classes that are descended from Plugin.
Get information for an existing post
function GETPOST($key)
Like $_REQUEST.
function getPostData()
Pulls data out of the HTTP POST headers and into the object.
function getPostData()
Extract data from an HTTP POST and insert it into the object.
function getPostData()
Pulls the trackback data out of the POST and into the object.
function getRecent($num_entries = false)
Get the most recent entries across all months and years.
function getRecentMonthList($nummonths = 12)
Get a list of recent months, starting from the current month and going backward.
Gets a list of the most recent posts to a blog.
function getReplies($params)
Gets the HTML markup to display to list a given type of reply.
function getReplyArray($params)
Get an array of replies of a particular type.
function getReplyCount($params)
Get the number of replies of a particular type.
function getSection($sec)
Returns the given section as an array.
function getSectionNames()
Gets a list of the section names available in the file.
Gets the template used for the main or entry page.
function getTrackbackArray($sort_asc = true)
Get an array of Trackback objects that contains all TrackBacks for this entry.
function getTrackbackCount()
Get the number of TrackBacks for this object.
function getTrackbacks($sort_asc = true)
Get some HTML that displays the TrackBacks for this entry.
function getUploadedFiles()
Gets an array of the names of all files uploaded to this entry.
function getURL($full_uri = true)
Get the URL for the blog homepage.
function getUserBlogs($usr)
Gets the list of blogs to which a given user can add posts.
Gets the information for the given user.
function getUserList()
Get a list of all users.
Gets a list of all blogs that a given user can add posts to.
function getWeblog ()
Gets the markup to display for the front page of a weblog.
function getYearList()
Get a list of all years in the archive, sorted in reverse chronological order.
function globalID()
A unique ID for use with blogging APIs.
function groupExists($grp)
Determines if a specified group exists or not.
function groups()
Lists the groups to which the user belongs.