Index of all elements
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ k ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ _ ]
top
c
- $config
- in file Kernel.php, variable Dot_Kernel::$config
Configuration instance
- $cookies
- in file Curl.php, variable Dot_Curl::$cookies
Cookies , leave empty if not needed
- $countryId
- in file Curl.php, variable Dot_Curl::$countryId
Use in case you want to use country proxy feature
- CANADA_OFFSET
- in file Api.php, constant CANADA_OFFSET
- checkIdentity
- in file Auth.php, method Dot_Auth::checkIdentity()
Check permission to a certain page/content
- checkLogin
- in file Admin.php, method Admin::checkLogin()
Check to see if user can login
- checkLogin
- in file User.php, method User::checkLogin()
Check to see if user can login
- clearIdentity
- in file Auth.php, method Dot_Auth::clearIdentity()
Clear the identity - log out
- CONFIGURATION_PATH
- in file index.php, constant CONFIGURATION_PATH
- CONTROLLERS_PATH
- in file index.php, constant CONTROLLERS_PATH
- createCanonicalUrl
- in file Seo.php, method Dot_Seo::createCanonicalUrl()
Create canonical URL
- Curl.php
- procedural page Curl.php
top
d
- $databaseSegments
- in file Api.php, variable Dot_Geoip_Api::$databaseSegments
Database segments
- $databaseType
- in file Api.php, variable Dot_Geoip_Api::$databaseType
Database type
- $db_debug
- in file Debug.php, variable Dot_Debug::$db_debug
Display debugger for db
- $db_details
- in file Debug.php, variable Dot_Debug::$db_details
Display details for db debugger on 1st load - if false,
- $debug
- in file Template.php, variable Dot_Template::$debug
If set, echo assignments
- $debugBlock
- in file Template.php, variable Dot_Template::$debugBlock
If set, echo blocks time parse
- $defaultUserAgent
- in file Curl.php, variable Dot_Curl::$defaultUserAgent
Used in case you want to specify userAgent
- dashboard
- in file SystemView.php, method System_View::dashboard()
Display dashboard
- DATABASE_INFO_MAX_SIZE
- in file Api.php, constant DATABASE_INFO_MAX_SIZE
- deleteUser
- in file Admin.php, method Admin::deleteUser()
Delete admin user
- deleteUser
- in file User.php, method User::deleteUser()
Delete user
- details
- in file UserView.php, method User_View::details()
Display user details.
- details
- in file AdminView.php, method Admin_View::details()
Display admin user details.
- details
- in file UserView.php, method User_View::details()
Display user's signup form
- displayMessage
- in file View.php, method View::displayMessage()
Display message - error, warning, info
- displayMessage
- in file View.php, method View::displayMessage()
Display message - error, warning, info
- displaySettings
- in file SystemView.php, method System_View::displaySettings()
Display settings
- DOTKERNEL_PATH
- in file index.php, constant DOTKERNEL_PATH
- Dot_Auth
- in file Auth.php, class Dot_Auth
Authorize user methods, used in all DotKernel Applications
- Dot_Curl
- in file Curl.php, class Dot_Curl
CURL with TOR and country proxy features
- Dot_Debug
- in file Debug.php, class Dot_Debug
Few useful debugging functions .
- Dot_Email
- in file Email.php, class Dot_Email
Alternate SMTP and default server mail() class
- Dot_Email_Sendmail
- in file Sendmail.php, class Dot_Email_Sendmail
Default server mail() class
- Dot_Email_Smtp
- in file Smtp.php, class Dot_Email_Smtp
Alternate SMTP server mail() class
- Dot_Geoip
- in file Geoip.php, class Dot_Geoip
Geo IP related stuff
- Dot_Geoip_Api
- in file Api.php, class Dot_Geoip_Api
Geo IP API - connect to Geoip.
- Dot_Kernel
- in file Kernel.php, class Dot_Kernel
Bunch of miscelaneous functions, used in all DotKernel Applications
- Dot_Seo
- in file Seo.php, class Dot_Seo
SEO stuff.
- Dot_Sessions
- in file Sessions.php, class Dot_Sessions
Session management
- Dot_Settings
- in file Settings.php, class Dot_Settings
Loading Settings from database, also set PHP settings from config file
- Dot_Template
- in file Template.php, class Dot_Template
Template engine, based on PHPLIB library
- Debug.php
- procedural page Debug.php
top
top
f
- $file
- in file Template.php, variable Dot_Template::$file
$file[handle] = 'filename';
- $fileFallbacks
- in file Template.php, variable Dot_Template::$fileFallbacks
fallback paths that should be defined in a child class
- $filehandle
- in file Api.php, variable Dot_Geoip_Api::$filehandle
File handle identifier
- $filenameComments
- in file Template.php, variable Dot_Template::$filenameComments
Determines whether Template outputs filename comments.
- $flags
- in file Api.php, variable Dot_Geoip_Api::$flags
Flags country code
- $followLocation
- in file Curl.php, variable Dot_Curl::$followLocation
General settings: followLocation
- filename
- in file Template.php, method Dot_Template::filename()
When called with a relative pathname, this function will return the pathname with $this->root prepended.
- finish
- in file Template.php, method Dot_Template::finish()
Returns the finished version of $str.
- FIPS_RANGE
- in file Api.php, constant FIPS_RANGE
- forgotPassword
- in file User.php, method User::forgotPassword()
Send forgot password to user
top
g
- $GEOIP_CONTINENT_CODES
- in file Api.php, variable Dot_Geoip_Api::$GEOIP_CONTINENT_CODES
Array with continent codes
- $GEOIP_COUNTRY_CODES
- in file Api.php, variable Dot_Geoip_Api::$GEOIP_COUNTRY_CODES
Array with country codes (2 chars)
- $GEOIP_COUNTRY_CODES3
- in file Api.php, variable Dot_Geoip_Api::$GEOIP_COUNTRY_CODES3
Array with country codes (3 chars)
- $GEOIP_COUNTRY_CODE_TO_NUMBER
- in file Api.php, variable Dot_Geoip_Api::$GEOIP_COUNTRY_CODE_TO_NUMBER
Array with country code to number corespondence
- $GEOIP_COUNTRY_NAMES
- in file Api.php, variable Dot_Geoip_Api::$GEOIP_COUNTRY_NAMES
Array with country names
- geoipClose
- in file Api.php, method Dot_Geoip_Api::geoipClose()
Close opened file
- geoipCountryCodeByAddr
- in file Api.php, method Dot_Geoip_Api::geoipCountryCodeByAddr()
Get country code based on IP address
- geoipCountryIdByAddr
- in file Api.php, method Dot_Geoip_Api::geoipCountryIdByAddr()
Get country id based on IP address
- geoipOpen
- in file Api.php, method Dot_Geoip_Api::geoipOpen()
Open Geoip database
- geoipSeekCountry
- in file Api.php, method Dot_Geoip_Api::geoipSeekCountry()
Search the country based on IP address
- GEOIP_ASNUM_EDITION
- in file Api.php, constant GEOIP_ASNUM_EDITION
- GEOIP_CABLEDSL_SPEED
- in file Api.php, constant GEOIP_CABLEDSL_SPEED
- GEOIP_CITY_EDITION_REV0
- in file Api.php, constant GEOIP_CITY_EDITION_REV0
- GEOIP_CITY_EDITION_REV1
- in file Api.php, constant GEOIP_CITY_EDITION_REV1
- GEOIP_CORPORATE_SPEED
- in file Api.php, constant GEOIP_CORPORATE_SPEED
- GEOIP_COUNTRY_BEGIN
- in file Api.php, constant GEOIP_COUNTRY_BEGIN
Defined constants used for GeoIp database reading
- GEOIP_COUNTRY_EDITION
- in file Api.php, constant GEOIP_COUNTRY_EDITION
- GEOIP_DIALUP_SPEED
- in file Api.php, constant GEOIP_DIALUP_SPEED
- GEOIP_ISP_EDITION
- in file Api.php, constant GEOIP_ISP_EDITION
- GEOIP_MEMORY_CACHE
- in file Api.php, constant GEOIP_MEMORY_CACHE
- GEOIP_NETSPEED_EDITION
- in file Api.php, constant GEOIP_NETSPEED_EDITION
- GEOIP_ORG_EDITION
- in file Api.php, constant GEOIP_ORG_EDITION
- GEOIP_PROXY_EDITION
- in file Api.php, constant GEOIP_PROXY_EDITION
- GEOIP_REGION_EDITION_REV0
- in file Api.php, constant GEOIP_REGION_EDITION_REV0
- GEOIP_REGION_EDITION_REV1
- in file Api.php, constant GEOIP_REGION_EDITION_REV1
- GEOIP_SHARED_MEMORY
- in file Api.php, constant GEOIP_SHARED_MEMORY
- GEOIP_SHM_KEY
- in file Api.php, constant GEOIP_SHM_KEY
- GEOIP_STANDARD
- in file Api.php, constant GEOIP_STANDARD
- GEOIP_STATE_BEGIN_REV0
- in file Api.php, constant GEOIP_STATE_BEGIN_REV0
- GEOIP_STATE_BEGIN_REV1
- in file Api.php, constant GEOIP_STATE_BEGIN_REV1
- GEOIP_UNKNOWN_SPEED
- in file Api.php, constant GEOIP_UNKNOWN_SPEED
- get
- in file Template.php, method Dot_Template::get()
Returns the finished version of the value of the variable named by $varname.
- getBrowserIcon
- in file Kernel.php, method Dot_Kernel::getBrowserIcon()
Return the name of the browser icon based on User Agent
- getCountryByAddr
- in file Api.php, method Dot_Geoip_Api::getCountryByAddr()
Get the country by IP
- getCountryByIp
- in file Geoip.php, method Dot_Geoip::getCountryByIp()
Get the country by IP
- getIdentity
- in file Auth.php, method Dot_Auth::getIdentity()
Return identity of $who
- getInstance
- in file View.php, method View::getInstance()
Returns an instance of Dot_View
- getInstance
- in file Template.php, method Dot_Template::getInstance()
Returns an instance of Dot_View
- getInstance
- in file View.php, method View::getInstance()
Returns an instance of Dot_View
- getLastError
- in file Template.php, method Dot_Template::getLastError()
Returns the last error message if any
- getLogins
- in file Admin.php, method Admin::getLogins()
Get admin users logins archive list
- getLogins
- in file User.php, method User::getLogins()
Get admin users logins archive list
- getMulti
- in file Curl.php, method Dot_Curl::getMulti()
Fetch multiple urls at once
- getOption
- in file Seo.php, method Dot_Seo::getOption()
Get SEO options
- getOptionVariables
- in file Settings.php, method Dot_Settings::getOptionVariables()
Get the option variables from an xml file for the current dots
- getOsIcon
- in file Kernel.php, method Dot_Kernel::getOsIcon()
Return the name of the OS icon based on User Agent
- getRecaptcha
- in file UserView.php, method User_View::getRecaptcha()
Get captcha display box using Zend_Service_ReCaptcha api
- getSettings
- in file System.php, method System::getSettings()
Get settings that are by default editable
- getSettings
- in file Settings.php, method Dot_Settings::getSettings()
Get settings from database, table, and load into registry $settings
- getSingle
- in file Curl.php, method Dot_Curl::getSingle()
Fetch a single url
- getSMTP
- in file Smtp.php, method Dot_Email_Smtp::getSMTP()
Get the current SMTP info for sending the email
- getTransport
- in file Sendmail.php, method Dot_Email_Sendmail::getTransport()
Return the transporter
- getTransport
- in file Smtp.php, method Dot_Email_Smtp::getTransport()
Return the transporter
- getUndefined
- in file Template.php, method Dot_Template::getUndefined()
Returns a hash of unresolved variable names in $varname, keyed by their names (that is, the hash has the form $a[$name] = $name).
- getUserBy
- in file User.php, method User::getUserBy()
Get user by field
- getUserBy
- in file User.php, method User::getUserBy()
Get user by field
- getUserBy
- in file Admin.php, method Admin::getUserBy()
Get admin by field
- getUserInfo
- in file User.php, method User::getUserInfo()
Get user info
- getUserIp
- in file Kernel.php, method Dot_Kernel::getUserIp()
Return the user Ip , whatever the server are set
- getUserList
- in file User.php, method User::getUserList()
Get user list
- getUserList
- in file Admin.php, method Admin::getUserList()
Get user list
- getVar
- in file Template.php, method Dot_Template::getVar()
Returns the value of the variable named by $varname.
- getVars
- in file Template.php, method Dot_Template::getVars()
Returns an associative array of all defined variables with the name as the key and the value of the variable as the value.
- Geoip.php
- procedural page Geoip.php
top
h
- $haltOnError
- in file Template.php, variable Dot_Template::$haltOnError
'yes' => halt,
- $header
- in file Curl.php, variable Dot_Curl::$header
General settings: header
- halt
- in file Template.php, method Dot_Template::halt()
Is called whenever an error occurs and will handle the error according to the policy defined in $this->haltOnError. in $this->lastError.
- haltMsg
- in file Template.php, method Dot_Template::haltMsg()
Prints an error message.
- hasIdentity
- in file Auth.php, method Dot_Auth::hasIdentity()
Check to see if identity exists - is log in
top
top
top
l
- $lastError
- in file Template.php, variable Dot_Template::$lastError
The last error message is retained here
- listUser
- in file UserView.php, method User_View::listUser()
List users
- listUser
- in file AdminView.php, method Admin_View::listUser()
List the admin users
- loadControllerFiles
- in file Settings.php, method Dot_Settings::loadControllerFiles()
Require the files according to MVC pattern, and the modules there are in application.
- loadFile
- in file Template.php, method Dot_Template::loadFile()
If a variable's value is undefined and the variable has a filename stored in $this->file[$varname] then the backing file will be loaded and the file's contents will be assigned as the variable's value.
- loginForm
- in file AdminView.php, method Admin_View::loginForm()
Display the login form
- loginForm
- in file UserView.php, method User_View::loginForm()
Display the login form
- loginsUser
- in file AdminView.php, method Admin_View::loginsUser()
Display user logins list
- loginsUser
- in file UserView.php, method User_View::loginsUser()
Display user logins list
top
top
top
top
p
- $ports
- in file Curl.php, variable Dot_Curl::$ports
an array with available ports
- $postVars
- in file Curl.php, variable Dot_Curl::$postVars
Post vars , leave empty if not needed
- PageController.php
- procedural page PageController.php
- Page.php
- procedural page Page.php
- PageView.php
- procedural page PageView.php
- p
- in file Template.php, method Dot_Template::p()
Prints the finished version of the value of the variable named by $varname.
- Page
- in file Page.php, class Page
Page Model
- pageNotFound
- in file Kernel.php, method Dot_Kernel::pageNotFound()
End the execution of the application, by sending an 404 header and redirecting to home page
- Page_View
- in file PageView.php, class Page_View
Page View Class
- paginator
- in file View.php, method View::paginator()
Create the pagination, based on how many data
- parse
- in file Template.php, method Dot_Template::parse()
Substitutes the values of all defined variables in the variable named $varname and stores or appends the result in the variable named $target.
- pparse
- in file Template.php, method Dot_Template::pparse()
This is shorthand for print $this->parse(.
- psubst
- in file Template.php, method Dot_Template::psubst()
This is shorthand for print $this->subst($varname).
top
top
s
- $shmid
- in file Api.php, variable Dot_Geoip_Api::$shmid
ID returned by shmop_open() function to access the shared memory segment
- $sslVerifyPeer
- in file Curl.php, variable Dot_Curl::$sslVerifyPeer
General settings: sslVerifyPeer
- $start_time
- in file Template.php, variable Dot_Template::$start_time
Start time
- SystemController.php
- procedural page SystemController.php
- System.php
- procedural page System.php
- SystemView.php
- procedural page SystemView.php
- Sendmail.php
- procedural page Sendmail.php
- Smtp.php
- procedural page Smtp.php
- Seo.php
- procedural page Seo.php
- Sessions.php
- procedural page Sessions.php
- Settings.php
- procedural page Settings.php
- SEGMENT_RECORD_LENGTH
- in file Api.php, constant SEGMENT_RECORD_LENGTH
- send
- in file Email.php, method Dot_Email::send()
Send email.
- sendPassword
- in file User.php, method User::sendPassword()
Send forgot password to user
- setBlock
- in file Template.php, method Dot_Template::setBlock()
A variable $parent may contain a variable block defined by: <!-- BEGIN $varname --> content <!-- END $varname -->.
- setContent
- in file Email.php, method Dot_Email::setContent()
Set content
- setFile
- in file Template.php, method Dot_Template::setFile()
Defines a filename for the initial value of a variable.
- setInfoBar
- in file View.php, method View::setInfoBar()
Display the info bar only if user is logged id
- setLoginBox
- in file View.php, method View::setLoginBox()
Display login box if user is not logged
- setOptions
- in file Curl.php, method Dot_Curl::setOptions()
Set curl options
- setPhpSettings
- in file Settings.php, method Dot_Settings::setPhpSettings()
Set PHP configuration settings
- setRoot
- in file Template.php, method Dot_Template::setRoot()
Checks that $root is a valid directory and if so sets this directory as the base directory from which templates are loaded by storing the value in $this->root.
- setSeoValues
- in file View.php, method View::setSeoValues()
Set SEO values
- setSeoValues
- in file View.php, method View::setSeoValues()
Set SEO values
- setUnknowns
- in file Template.php, method Dot_Template::setUnknowns()
Sets the policy for dealing with unresolved variable names.
- setupSegments
- in file Api.php, method Dot_Geoip_Api::setupSegments()
Setup segments from GeoIp
- setVar
- in file Template.php, method Dot_Template::setVar()
Sets the value of a variable.
- setViewFile
- in file View.php, method View::setViewFile()
Set the template file
- setViewFile
- in file View.php, method View::setViewFile()
Set the template file
- setViewMenu
- in file View.php, method View::setViewMenu()
Display the specific menu that were declared in configs/menu.
- setViewMenu
- in file View.php, method View::setViewMenu()
Display the specific menu that were declared in configs/menu.
- setViewPaths
- in file View.php, method View::setViewPaths()
Set different paths url(site, templates, images)
- setViewPaths
- in file View.php, method View::setViewPaths()
Set different paths url(site, templates, images)
- show
- in file Debug.php, method Dot_Debug::show()
Display the debug variables
- showDbDebug
- in file Debug.php, method Dot_Debug::showDbDebug()
Display DB querys for debug
- showDotVersion
- in file Debug.php, method Dot_Debug::showDotVersion()
Display DotKernel version
- showMemoryUsage
- in file Debug.php, method Dot_Debug::showMemoryUsage()
Display memory usage
- showPage
- in file PageView.php, method Page_View::showPage()
Show the content of a page item
- showPHPInfo
- in file SystemView.php, method System_View::showPHPInfo()
Display phpinfo values
- showPHPVersion
- in file Debug.php, method Dot_Debug::showPHPVersion()
Display PHP version
- showTotalTime
- in file Debug.php, method Dot_Debug::showTotalTime()
Display total time
- showZFVersion
- in file Debug.php, method Dot_Debug::showZFVersion()
Display ZF Version
- STANDARD_RECORD_LENGTH
- in file Api.php, constant STANDARD_RECORD_LENGTH
- start
- in file Sessions.php, method Dot_Sessions::start()
Start the session
- startTimer
- in file Template.php, method Dot_Template::startTimer()
Start the time to measure something
- STRUCTURE_INFO_MAX_SIZE
- in file Api.php, constant STRUCTURE_INFO_MAX_SIZE
- subst
- in file Template.php, method Dot_Template::subst()
Fills in all the variables contained within the variable named $varname. original value of the variable varname is not changed. is not 'finished'.
- System
- in file System.php, class System
System Model
- System_View
- in file SystemView.php, class System_View
System View Class
top
top
u
- $unknownRegexp
- in file Template.php, variable Dot_Template::$unknownRegexp
Determines the regular expression used to find unknown variable tags.
- $unknowns
- in file Template.php, variable Dot_Template::$unknowns
'remove' => remove undefined variables
- $userAgents
- in file Curl.php, variable Dot_Curl::$userAgents
User agent
- $useTor
- in file Curl.php, variable Dot_Curl::$useTor
Used in case you want to bypass tor proxy
- UserController.php
- procedural page UserController.php
- UserController.php
- procedural page UserController.php
- User.php
- procedural page User.php
- UserView.php
- procedural page UserView.php
- User.php
- procedural page User.php
- UserView.php
- procedural page UserView.php
- unsetVar
- in file Template.php, method Dot_Template::unsetVar()
Unsets a variable completely.
- updateSettings
- in file System.php, method System::updateSettings()
Update settings
- updateSMTPCounter
- in file Smtp.php, method Dot_Email_Smtp::updateSMTPCounter()
Update the counter of the current transporter.
- updateUser
- in file User.php, method User::updateUser()
Update user
- updateUser
- in file User.php, method User::updateUser()
Update user
- updateUser
- in file Admin.php, method Admin::updateUser()
Update user
- User
- in file User.php, class User
User Model
- User
- in file User.php, class User
User Model
- User_View
- in file UserView.php, class User_View
User View Class
- User_View
- in file UserView.php, class User_View
User View Class
- US_OFFSET
- in file Api.php, constant US_OFFSET
top
v
- $varkeys
- in file Template.php, variable Dot_Template::$varkeys
$varkeys[key] = 'key'
- $varvals
- in file Template.php, variable Dot_Template::$varvals
$varvals[key] = 'value';
- View.php
- procedural page View.php
- View.php
- procedural page View.php
- validateEmail
- in file User.php, method User::validateEmail()
Validate email user input
- validateFilter
- in file Kernel.php, method Dot_Kernel::validateFilter()
Process that validate and filter the input/output data.
- validateLogin
- in file User.php, method User::validateLogin()
Validate the data that comes from login form
- validateLogin
- in file Admin.php, method Admin::validateLogin()
Validate the data that comes from login form
- validateUser
- in file Admin.php, method Admin::validateUser()
Validate user input, add or update form
- validateUser
- in file User.php, method User::validateUser()
Validate user input, add or update form $values is an array on multiple levels.
- validateUser
- in file User.php, method User::validateUser()
Validate user input, add or update form $values is an array on multiple levels.
- varname
- in file Template.php, method Dot_Template::varname()
Will construct a regexp for a given variable name with any special chars quoted.
- VERSION
- in file Kernel.php, class constant Dot_Kernel::VERSION
Constant
- View
- in file View.php, class View
View Model
- View
- in file View.php, class View
Admin View
top
top
top
_
- $_instance
- in file Template.php, variable Dot_Template::$_instance
Singleton instance
- $_instance
- in file View.php, variable View::$_instance
Singleton instance
- $_instance
- in file View.php, variable View::$_instance
Singleton instance
- __clone
- in file Template.php, method Dot_Template::__clone()
Singleton pattern implementation makes 'clone' unavailable
- __construct
- in file SystemView.php, method System_View::__construct()
Constructor
- __construct
- in file Smtp.php, method Dot_Email_Smtp::__construct()
Email constructor
- __construct
- in file Template.php, method Dot_Template::__construct()
Singleton pattern implementation makes 'new' unavailable
- __construct
- in file System.php, method System::__construct()
Constructor
- __construct
- in file User.php, method User::__construct()
Constructor
- __construct
- in file UserView.php, method User_View::__construct()
Constructor
- __construct
- in file UserView.php, method User_View::__construct()
Constructor
- __construct
- in file User.php, method User::__construct()
Constructor
- __construct
- in file Settings.php, method Dot_Settings::__construct()
Constructor
- __construct
- in file Sessions.php, method Dot_Sessions::__construct()
Constructor is private, because this class is static, can't be instantiated
- __construct
- in file Email.php, method Dot_Email::__construct()
Email constructor
- __construct
- in file Debug.php, method Dot_Debug::__construct()
Constructor
- __construct
- in file Api.php, method Dot_Geoip_Api::__construct()
Constructor
- __construct
- in file AdminView.php, method Admin_View::__construct()
Constructor
- __construct
- in file Geoip.php, method Dot_Geoip::__construct()
Constructor
- __construct
- in file Kernel.php, method Dot_Kernel::__construct()
Constructor
- __construct
- in file Sendmail.php, method Dot_Email_Sendmail::__construct()
Email constructor
- __construct
- in file PageView.php, method Page_View::__construct()
Constructor
- __construct
- in file Admin.php, method Admin::__construct()
Constructor
- __construct
- in file Page.php, method Page::__construct()
Constructor
- __construct
- in file Seo.php, method Dot_Seo::__construct()
Constructor
- __set
- in file Debug.php, method Dot_Debug::__set()
Set magic method
top
|
|