[Pomo_Website_Management_System] element index

Package indexes

All elements
a b c d e f g h i l n o p q r s t u v _
_
top
__construct
DB::__construct() in db.class.inc
constructs a new DB object
__construct
pipelineBase::__construct() in pipelineBase.class.inc
Create the Pipeline Object
__destruct
DB::__destruct() in db.class.inc
destructs the DB object, freeing up all resources
a
top
$accesslevel
User::$accesslevel in User.class.inc
$attachment_id
Attachment::$attachment_id in attachment.class.inc
$attributes
Attachment::$attributes in attachment.class.inc
affectedRows
DB::affectedRows() in db.class.inc
Returns how many rows were affected by the last statement
Attachment
Attachment in attachment.class.inc
Attachment Object
Attachment
Attachment::Attachment() in attachment.class.inc
AttachmentPagePart
AttachmentPagePart in AttachmentPagePart.inc
a pagepart that will display an Attachment.
attachments
Page::attachments() in page.class.inc
AttachmentDisplay.inc
AttachmentDisplay.inc in AttachmentDisplay.inc
attachment.class.inc
attachment.class.inc in attachment.class.inc
AttachmentPagePart.inc
AttachmentPagePart.inc in AttachmentPagePart.inc
b
top
breadcrumb.inc
breadcrumb.inc in breadcrumb.inc
c
top
$context
Attachment::$context in attachment.class.inc
$context
PagePart::$context in PagePart.class.inc
$context
Page::$context in page.class.inc
$context
User::$context in User.class.inc
$context
pipelineBase::$context in pipelineBase.class.inc
$currentPage
Context::$currentPage in Context.class.inc
$currentPipeline
Context::$currentPipeline in Context.class.inc
$currentUser
Context::$currentUser in Context.class.inc
checkPHPVersion
checkPHPVersion() in install.php
checkRootCorePathConfig
check_modrewriteEnabled
ContentArea
ContentArea in ContentArea.inc
A PagePart that displays HTML when in "VIEW" mode, or has an in-place editor when in "EDIT" mode
Context
Context::Context() in Context.class.inc
create a new Context object
Context
Context in Context.class.inc
the Context Object is the core object for the Pomo website management system.
CurrentPageSubPageList.inc
CurrentPageSubPageList.inc in CurrentPageSubPageList.inc
Config.inc
Config.inc in Config.inc
Context.class.inc
Context.class.inc in Context.class.inc
createDatabaseTables
createDatabaseTables() in install.php
CreateGUID
CreateGUID() in functions.inc
returns a Globally Unique Identifier string.
ContentArea.inc
ContentArea.inc in ContentArea.inc
d
top
$db
Context::$db in Context.class.inc
$deleted
Attachment::$deleted in attachment.class.inc
$displayname
Attachment::$displayname in attachment.class.inc
$displayname
Page::$displayname in page.class.inc
db.class.inc
db.class.inc in db.class.inc
DB
DB in db.class.inc
The database access class.
debug
debug() in functions.inc
outputs an object's internals, then dies.
e
top
$email
User::$email in User.class.inc
EditMenu.inc
EditMenu.inc in EditMenu.inc
escapeStr
DB::escapeStr() in db.class.inc
Modifies a string to make it secure to add to the db
executablePagePart
executablePagePart in PagePart.class.inc
An abstract class that defines the functions that an executable PagePart must implement
execute
executablePagePart::execute() in PagePart.class.inc
execute
PagePart::execute() in PagePart.class.inc
Execute (display) this PagePart
execute
TemplateExecuter::execute() in TemplateExecuter.class.inc
execute (displays) the template
Execute
Page::Execute() in page.class.inc
Executes (ie displays) the current Page
execute
AttachmentPagePart::execute() in AttachmentPagePart.inc
Execute
Attachment::Execute() in attachment.class.inc
execute (show) this attachment based on the attributes
execute
ContentArea::execute() in ContentArea.inc
execute
DB::execute() in db.class.inc
Executes a statement and returns the result table
execute
Image::execute() in Image.inc
executeControl
TemplateExecuter::executeControl() in TemplateExecuter.class.inc
execute (display) a named control
executePagePart
TemplateExecuter::executePagePart() in TemplateExecuter.class.inc
find a pagepart with the matching name, and execute it. This function is called by the template
f
top
Footer.inc
Footer.inc in Footer.inc
functions.inc
functions.inc in functions.inc
g
top
$GUID
Page::$GUID in page.class.inc
$GUID
PagePart::$GUID in PagePart.class.inc
$GUID
User::$GUID in User.class.inc
getAll
DB::getAll() in db.class.inc
Returns the resulting table in an 2-dimensional array
getAttachmentByAttachmentID
getGoodDBURLName
DB::getGoodDBURLName() in db.class.inc
getInsertId
DB::getInsertId() in db.class.inc
Returns the id of the last insert operation
getNext
DB::getNext() in db.class.inc
Returns the next row in an array
getObjectInPipeline
returns the data associated with a GUID
getObjectInPipeline
pipelineBase::getObjectInPipeline() in pipelineBase.class.inc
gets the data for a PagePart, no matter where it is in the Pipeline processing
getPageByPageID
Context::getPageByPageID() in Context.class.inc
gets a page object by a given page ID (AKA a page GUID)
getPageByPath
Context::getPageByPath() in Context.class.inc
gets a Page based on a given path
getStatus
pipelineBase::getStatus() in pipelineBase.class.inc
gets an associative array with data describing the status of a PagePart inside of the Pipeline
getStatus
PublishImmediately::getStatus() in PublishImmediately.inc
gets the status of an object in the pipeline
get_config_url
get_config_url() in functions.inc
gets a usable URL that is in the configuration file. This allows 'use_clean_urls' to be used
googleSearchTemplate.inc
googleSearchTemplate.inc in googleSearchTemplate.inc
h
top
Header.inc
Header.inc in Header.inc
HeadSection.inc
HeadSection.inc in HeadSection.inc
i
top
$isValid
Context::$isValid in Context.class.inc
Image
Image in Image.inc
A pagepart that will display an Image. It can be configured to display a thumbnail of an images
index.php
index.php in index.php
InitFromDatabase
User::InitFromDatabase() in User.class.inc
Initialize a user based on a username
InitFromDatabase
Page::InitFromDatabase() in page.class.inc
InitFromDatabase
Attachment::InitFromDatabase() in attachment.class.inc
InitFromDatabaseByID
Initializes this page from the database based on the page's GUID
InitFromDatabaseByID
Attachment::InitFromDatabaseByID() in attachment.class.inc
InitPageParts
Page::InitPageParts() in page.class.inc
Loads up the PageParts associated with this page.
install.php
install.php in install.php
install_todo
install_todo() in install.php
is_Page
is_Page() in functions.inc
tests to see if an object is a page object
Image.inc
Image.inc in Image.inc
l
top
$loggedIn
User::$loggedIn in User.class.inc
LoggedInMessage.inc
LoggedInMessage.inc in LoggedInMessage.inc
ListOfPipelinesToHTML
ListOfPipelinesToHTML() in functions.inc
Returns an HTML string containing a SELECT control populated with the available Pipelines
ListOfTemplatesToHTML
ListOfTemplatesToHTML() in functions.inc
Returns an HTML string containing a SELECT control populated with the available templates
LoadAndLogin
User::LoadAndLogin() in User.class.inc
LoadAndLoginFromSession
loadFromDBRow
User::loadFromDBRow() in User.class.inc
loadFromDBRow
Attachment::loadFromDBRow() in attachment.class.inc
loadFromDBRow
Page::loadFromDBRow() in page.class.inc
LoadPipeline
LoadPipeline() in functions.inc
returns an initialized pipeline object with a given pipeline name
Login
User::Login() in User.class.inc
Logs a user into the system
Logoff
User::Logoff() in User.class.inc
Logout
User::Logout() in User.class.inc
logs the currently active user out
n
top
$name
Page::$name in page.class.inc
$name
Attachment::$name in attachment.class.inc
$name
PagePart::$name in PagePart.class.inc
numRows
DB::numRows() in db.class.inc
Returns how many rows are in the result set
o
top
outputDatabaseConfig
outputDatabaseConfig() in install.php
OutputError
OutputError() in functions.inc
outputs an HTTP error message, with its associated HTTP header
outputInstall_Errorbox
OutputMimeHeader
OutputMimeHeader() in functions.inc
outputs the mime header for a given requested. The $_req must have a filename extension to find the filetype.
outputNextStepLink
outputNextStepLink() in install.php
outputStepFooter
outputStepFooter() in install.php
outputStepHeader
outputStepHeader() in install.php
p
top
$pageParts
TemplateExecuter::$pageParts in TemplateExecuter.class.inc
$pageParts
Page::$pageParts in page.class.inc
$parentPage
PagePart::$parentPage in PagePart.class.inc
$parentPageID
Page::$parentPageID in page.class.inc
$parentPageID
Attachment::$parentPageID in attachment.class.inc
$password_hash
User::$password_hash in User.class.inc
$pipeline
Page::$pipeline in page.class.inc
$pipeline_name
Page::$pipeline_name in page.class.inc
PageTitle.inc
PageTitle.inc in PageTitle.inc
PagePart.class.inc
PagePart.class.inc in PagePart.class.inc
page.class.inc
page.class.inc in page.class.inc
pipelineBase.class.inc
pipelineBase.class.inc in pipelineBase.class.inc
PublishImmediately.inc
PublishImmediately.inc in PublishImmediately.inc
Page
Page in page.class.inc
A Page object defines everything that is a Page on the website
Page
Page::Page() in page.class.inc
creates a new Page object
PageOutput
PageOutput() in SideNavigation.inc
PagePart
PagePart in PagePart.class.inc
A PagePart is an executable part of a page - sometimes called a PlaceHolder
PagePart
PagePart::PagePart() in PagePart.class.inc
parentPage
Attachment::parentPage() in attachment.class.inc
parentPage
Page::parentPage() in page.class.inc
gets the parent page of this current page.
pipelineBase
pipelineBase in pipelineBase.class.inc
An abstract class that defines the functions needed for child pipeline classes.
processPipeline
PublishImmediately::processPipeline() in PublishImmediately.inc
called when the pipeline is processed
processPipeline
pipelineBase::processPipeline() in pipelineBase.class.inc
process all items in the pipeline. Moves items to the next stage of the Pipeline if they are ready.
PublishImmediately
PublishImmediately in PublishImmediately.inc
A pipeline class that publishes all items submitted immediately
q
top
quicksearchbox.inc
quicksearchbox.inc in quicksearchbox.inc
query
DB::query() in db.class.inc
Submits an sql statement to the db
r
top
relativePath
relativePath() in functions.inc
Return the relative path between two paths / Retourne le chemin relatif entre 2 chemins
removeFileExtension
removeFileExtension() in functions.inc
removes the file extension and query string from a given pathstring.
req_isSet
req_isSet() in functions.inc
tests to see if a variable is set in the $_REQUEST variable, and that it is not blank
s
top
$sortordinal
Page::$sortordinal in page.class.inc
$sortOrdinal
Attachment::$sortOrdinal in attachment.class.inc
$sortOrdinal
PagePart::$sortOrdinal in PagePart.class.inc
SideNavigation.inc
SideNavigation.inc in SideNavigation.inc
SaveToDatabase
PagePart::SaveToDatabase() in PagePart.class.inc
Saves this item to the database by creating a new entry, or update an existing one if it exists
SaveToDatabase
Page::SaveToDatabase() in page.class.inc
Saves the current Page's data to the database by either inserting it, or updating it
SaveToDatabase
Attachment::SaveToDatabase() in attachment.class.inc
strEndsWith
strEndsWith() in functions.inc
Tests if returns a boolean true if str ends with ending (case insensitive)
submitToStart
PublishImmediately::submitToStart() in PublishImmediately.inc
submits data with a given guid to the start of the pipeline
submitToStart
pipelineBase::submitToStart() in pipelineBase.class.inc
adds an object to the pipeline, and stores it.
subPages
Page::subPages() in page.class.inc
Returns an array of Page objects that are children to the current Page
t
top
$templateName
TemplateExecuter::$templateName in TemplateExecuter.class.inc
$templateName
Page::$templateName in page.class.inc
$type
Attachment::$type in attachment.class.inc
$type
PagePart::$type in PagePart.class.inc
TemplateExecuter.class.inc
TemplateExecuter.class.inc in TemplateExecuter.class.inc
TemplateExecuter
TemplateExecuter::TemplateExecuter() in TemplateExecuter.class.inc
TemplateExecuter Constructor. DOES NOT EXECUTE THE TEMPLATE!!!
TemplateExecuter
TemplateExecuter in TemplateExecuter.class.inc
A TemplateExecuter takes a template name, and a page's PageParts and executes (displays) them
u
top
$username
User::$username in User.class.inc
User.class.inc
User.class.inc in User.class.inc
URL
Page::URL() in page.class.inc
gets the URL for this page
URL
Attachment::URL() in attachment.class.inc
User
User::User() in User.class.inc
The constructor
User
User in User.class.inc
This class encapsulates all information about any user.
v
top
$ViewMode
Context::$ViewMode in Context.class.inc
a b c d e f g h i l n o p q r s t u v _