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
top
f
- $formName
- in file Bs_Debedoo.class.php, variable Bs_Debedoo::$formName
the internal name of the form (as it is persisted).
top
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
top
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
|
|