blueshoes php application framework and cms            applications_debedoo
[ class tree: applications_debedoo ] [ index: applications_debedoo ] [ all elements ]

Element index for package applications_debedoo

[ a ] [ b ] [ d ] [ f ] [ g ] [ i ] [ o ] [ p ] [ r ] [ s ] [ u ] [ _ ]

_

$_clickOffset
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$_clickOffset
    the offset in case the user is clicking through the result data pages.
$_searchTerm
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$_searchTerm
    the search term we got from the user - if any.
_addAutoNumbers
in file Bs_Debedoo.class.php, method Bs_Debedoo::_addAutoNumbers()
    adds auto-numbers to the overview output array (on the left side).
_bs_debedoo_mycmp
in file Bs_Debedoo.class.php, function _bs_debedoo_mycmp()
    local function needed here for uasort() in _buildForm().
_cleanOverviewData
in file Bs_Debedoo.class.php, method Bs_Debedoo::_cleanOverviewData()
    removes unwanted columns from the data array.
_debedooTreatAddForm
in file Bs_Debedoo.class.php, method Bs_Debedoo::_debedooTreatAddForm()
    ********************************* alter methods *****************************
_getHtmlEnd
in file Bs_Debedoo.class.php, method Bs_Debedoo::_getHtmlEnd()
_getHtmlStart
in file Bs_Debedoo.class.php, method Bs_Debedoo::_getHtmlStart()
    ********************************* html methods *****************************
_loadForm
in file Bs_Debedoo.class.php, method Bs_Debedoo::_loadForm()
    loads the form.
_treatFormAdd
in file Bs_Debedoo.class.php, method Bs_Debedoo::_treatFormAdd()
    treats the form in 'add' mode.
_treatFormView
in file Bs_Debedoo.class.php, method Bs_Debedoo::_treatFormView()
    treats the form in 'view' mode.
top

a

$addHeadString
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$addHeadString
    string that should be added into the head of the output (after the <html> tag).
top

b

$Bs_Array
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$Bs_Array
    reference to the pseudostatic Bs_Array.
$Bs_TextUtil
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$Bs_TextUtil
    reference to the global pseudostatic Bs_TextUtil.
Bs_Debedoo.class.php
procedural page Bs_Debedoo.class.php
Bs_Debedoo
in file Bs_Debedoo.class.php, method Bs_Debedoo::Bs_Debedoo()
    Constructor
Bs_Debedoo
in file Bs_Debedoo.class.php, class Bs_Debedoo
    Debedoo is the pronounced version of "DB Do", aka "Database do". So Debedoo does something with the database. it makes the content of a db table editable. a bit like phpMyAdmin but in a customized way for that particular table.
BS_DEBEDOO_VERSION
in file Bs_Debedoo.class.php, constant BS_DEBEDOO_VERSION
buildUrl
in file Bs_Debedoo.class.php, method Bs_Debedoo::buildUrl()
    returns the url with querystring params that make sense (db name, click offset etc).
top

d

$dbName
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$dbName
    the database name. if not given then the current db will be used.
$dbTableName
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$dbTableName
    the database table name.
doItYourself
in file Bs_Debedoo.class.php, method Bs_Debedoo::doItYourself()
debedoo.php
procedural page debedoo.php (subpackage: examples)
top

f

$formName
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$formName
    the internal name of the form (as it is persisted).
top

g

$guiStrings
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$guiStrings
    hash with the gui strings loaded from language files in the constructor.
getHomepage
in file Bs_Debedoo.class.php, method Bs_Debedoo::getHomepage()
getOverview
in file Bs_Debedoo.class.php, method Bs_Debedoo::getOverview()
    returns the overview table.
getSearchForm
in file Bs_Debedoo.class.php, method Bs_Debedoo::getSearchForm()
    returns the search form.
top

i

$internalName
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$internalName
    the internal unique name of this debedoo object. we need to be able to identify it.
top

o

$overviewSettings
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$overviewSettings
    this var is used for the overview data tables. it defines how the overview table will look.
$overviewWindroseStyles
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$overviewWindroseStyles
    if set then these styles will be applied to the overview table. otherwise a default style will be used.
top

p

$persister
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$persister
    instance of Bs_ObjPersisterForMySql to persist the settings.
$persisterID
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$persisterID
    reserved var for the persister. don't fuck with this.
$persisterVarSettings
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$persisterVarSettings
phoneBook.php
procedural page phoneBook.php (subpackage: examples)
phoneBook_step1.php
procedural page phoneBook_step1.php (subpackage: examples)
phoneBook_step2.php
procedural page phoneBook_step2.php (subpackage: examples)
phoneBook_step3.php
procedural page phoneBook_step3.php (subpackage: examples)
phoneBook_step4.php
procedural page phoneBook_step4.php (subpackage: examples)
top

r

top

s

$searchSettings
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$searchSettings
    sqlQuery ("select * from table where field = %s")
$selfDocument
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$selfDocument
    the document where the links should go to (get, post).
search
in file Bs_Debedoo.class.php, method Bs_Debedoo::search()
    ********************************* overview methods *****************************
setDbByDsn
in file Bs_Debedoo.class.php, method Bs_Debedoo::setDbByDsn()
    sets the db object by using a dsn.
setGetVars
in file Bs_Debedoo.class.php, method Bs_Debedoo::setGetVars()
    gets done in the constructor, only do it if needed.
setLanguage
in file Bs_Debedoo.class.php, method Bs_Debedoo::setLanguage()
    sets the language and loads the gui strings for it.
setPostVars
in file Bs_Debedoo.class.php, method Bs_Debedoo::setPostVars()
    gets done in the constructor, only do it if needed.
top

u

$useLongID
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$useLongID
    normally id's in foreign key tables are called "ID". some ppl like to name them tablenameID, eg "fooID" when the table name is "foo".
$userGroup
in file Bs_Debedoo.class.php, variable Bs_Debedoo::$userGroup
    the user or group that currently uses the page. used to determine what may be showed and what may be editable (rights).
unPersist
in file Bs_Debedoo.class.php, method Bs_Debedoo::unPersist()
    ********************************* persister *****************************
top

Documentation generated on Mon, 29 Dec 2003 21:07:26 +0100 by phpDocumentor 1.2.3