Code |
Context$this = ticketscontroller
ticketscontroller::$_log = NULL
ticketscontroller::$name = "Tickets"
ticketscontroller::$here = "/boa/2008/tickets"
ticketscontroller::$webroot = "/boa/2008/"
ticketscontroller::$action = "index"
ticketscontroller::$uses = array(
"BoaTicket"
)
ticketscontroller::$helpers = array(
"Menu",
"Javascript",
"Ajax",
"Html",
"Form"
)
ticketscontroller::$params = array(
"pass" => array(),
"named" => array(),
"controller" => "tickets",
"plugin" => null,
"action" => "index",
"form" => array(),
"url" => array(
"url" => "tickets"
),
"bare" => 0,
"webservices" => null
)
ticketscontroller::$data = NULL
ticketscontroller::$paginate = array(
"limit" => 20,
"page" => 1
)
ticketscontroller::$viewPath = "tickets"
ticketscontroller::$layoutPath = NULL
ticketscontroller::$viewVars = array()
ticketscontroller::$pageTitle = false
ticketscontroller::$modelNames = array(
"BoaTicket"
)
ticketscontroller::$base = "/boa/2008"
ticketscontroller::$layout = "default"
ticketscontroller::$autoRender = true
ticketscontroller::$autoLayout = true
ticketscontroller::$components = array(
"Session",
"Email"
)
ticketscontroller::$view = "View"
ticketscontroller::$ext = ".ctp"
ticketscontroller::$__viewClass = NULL
ticketscontroller::$output = NULL
ticketscontroller::$plugin = NULL
ticketscontroller::$cacheAction = false
ticketscontroller::$persistModel = false
ticketscontroller::$webservices = NULL
ticketscontroller::$passedArgs = array()
ticketscontroller::$modelClass = "BoaTicket"
ticketscontroller::$modelKey = "ticket"
ticketscontroller::$Session = sessioncomponent
sessioncomponent::$_log = NULL
sessioncomponent::$valid = true
sessioncomponent::$error = false
sessioncomponent::$_userAgent = "fceea9872a6afcc38c42adaf3fbb4618"
sessioncomponent::$path = "/boa/2008/"
sessioncomponent::$lastError = NULL
sessioncomponent::$security = "high"
sessioncomponent::$time = 1283731724
sessioncomponent::$sessionTime = 1283732924
sessioncomponent::$watchKeys = array()
sessioncomponent::$id = NULL
sessioncomponent::$__active = true
sessioncomponent::$__started = true
sessioncomponent::$__bare = 0
sessioncomponent::$host = "www.freshundfunkyevents.de"
sessioncomponent::$cookieLifeTime = 0
sessioncomponent::object()
sessioncomponent::tostring()
sessioncomponent::requestaction()
sessioncomponent::log()
sessioncomponent::cakeerror()
sessioncomponent::start()
sessioncomponent::started()
sessioncomponent::check()
sessioncomponent::id()
sessioncomponent::del()
sessioncomponent::error()
sessioncomponent::valid()
sessioncomponent::read()
sessioncomponent::watch()
sessioncomponent::ignore()
sessioncomponent::write()
sessioncomponent::destroy()
sessioncomponent::renew()
sessioncomponent::cakesession()
sessioncomponent::initialize()
sessioncomponent::startup()
sessioncomponent::activate()
sessioncomponent::delete()
sessioncomponent::setflash()
sessioncomponent::sessioncomponent()
ticketscontroller::$Email = emailcomponent
emailcomponent::$_log = NULL
emailcomponent::$to = NULL
emailcomponent::$from = NULL
emailcomponent::$replyTo = NULL
emailcomponent::$readReceipt = NULL
emailcomponent::$return = NULL
emailcomponent::$cc = array()
emailcomponent::$bcc = array()
emailcomponent::$subject = NULL
emailcomponent::$headers = array()
emailcomponent::$additionalParams = NULL
emailcomponent::$layout = "default"
emailcomponent::$template = NULL
emailcomponent::$sendAs = "text"
emailcomponent::$delivery = "mail"
emailcomponent::$charset = "UTF-8"
emailcomponent::$attachments = array()
emailcomponent::$xMailer = "CakePHP Email Component"
emailcomponent::$filePaths = array()
emailcomponent::$smtpOptions = array(
"port" => 25,
"host" => "localhost",
"timeout" => 30
)
emailcomponent::$smtpError = NULL
emailcomponent::$_debug = false
emailcomponent::$_error = false
emailcomponent::$_newLine = "[empty string]"
emailcomponent::$_lineLength = 70
emailcomponent::$__header = NULL
emailcomponent::$__boundary = NULL
emailcomponent::$__message = NULL
emailcomponent::$__smtpConnection = NULL
emailcomponent::$Controller = "*RECURSION* -> ticketscontroller"
emailcomponent::object()
emailcomponent::tostring()
emailcomponent::requestaction()
emailcomponent::log()
emailcomponent::cakeerror()
emailcomponent::startup()
emailcomponent::send()
emailcomponent::reset()
emailcomponent::emailcomponent()
ticketscontroller::$BoaTicket = boaticket
boaticket::$_log = NULL
boaticket::$useDbConfig = "default"
boaticket::$useTable = "boa_tickets"
boaticket::$displayField = "id"
boaticket::$id = NULL
boaticket::$data = array()
boaticket::$table = "boa_tickets"
boaticket::$primaryKey = "id"
boaticket::$_schema = array(
"id" => array(
"type" => "integer",
"null" => false,
"default" => null,
"length" => 8,
"key" => "primary",
"extra" => "auto_increment"
),
"key" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 100
),
"vorname" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"nachname" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 50
),
"email" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 70
),
"strasse" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 30
),
"plz" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 9
),
"ort" => array(
"type" => "string",
"null" => false,
"default" => "[empty string]",
"length" => 30
),
"anzahl" => array(
"type" => "integer",
"null" => false,
"default" => "0",
"length" => 4
),
"preis" => array(
"type" => "float",
"null" => false,
"default" => "0",
"length" => null
),
"events" => array(
"type" => "text",
"null" => false,
"default" => "[empty string]",
"length" => null
),
"gebucht" => array(
"type" => "enum('nein','ja')",
"null" => false,
"default" => "nein",
"length" => 0
),
"verschickt" => array(
"type" => "enum('nein','ja')",
"null" => false,
"default" => "nein",
"length" => 0
)
)
boaticket::$validate = array(
"vorname" => array(
"rule" => "/.+/",
"message" => "Vorname darf nicht leer sein!"
),
"nachname" => array(
"rule" => "/.+/",
"message" => "Nachname darf nicht leer sein!"
),
"email" => array(
"rule" => "/\A(?:^([a-z0-9][a-z0-9_\-\.\+]*)@([a-z0-9][a-z0-9\.\-]{0,63}\.(com|org|net|biz|info|name|net|pro|aero|coop|museum|[a-z]{2,4}))$)\z/i",
"message" => "Das ist keine e-Mail-Adresse!"
),
"strasse" => array(
"rule" => "/.+/",
"message" => "Strasse darf nicht leer sein!"
),
"plz" => array(
"rule" => "/^[-+]?\b[0-9]*\.?[0-9]+\b$/",
"message" => "Das ist keine Nummer!"
),
"ort" => array(
"rule" => "/.+/",
"message" => "Ort darf nicht leer sein!"
)
)
boaticket::$validationErrors = array()
boaticket::$tablePrefix = NULL
boaticket::$name = "BoaTicket"
boaticket::$alias = "BoaTicket"
boaticket::$tableToModel = array(
"boa_tickets" => "BoaTicket"
)
boaticket::$logTransactions = false
boaticket::$transactional = false
boaticket::$cacheQueries = false
boaticket::$belongsTo = array()
boaticket::$hasOne = array()
boaticket::$hasMany = array()
boaticket::$hasAndBelongsToMany = array()
boaticket::$actsAs = NULL
boaticket::$behaviors = array()
boaticket::$whitelist = array()
boaticket::$cacheSources = true
boaticket::$findQueryType = NULL
boaticket::$__behaviorMethods = array()
boaticket::$recursive = 1
boaticket::$order = NULL
boaticket::$__exists = NULL
boaticket::$__associationKeys = array(
"belongsTo" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"counterCache"
),
"hasOne" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"dependent"
),
"hasMany" => array(
"className",
"foreignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"dependent",
"exclusive",
"finderQuery",
"counterQuery"
),
"hasAndBelongsToMany" => array(
"className",
"joinTable",
"with",
"foreignKey",
"associationForeignKey",
"conditions",
"fields",
"order",
"limit",
"offset",
"unique",
"finderQuery",
"deleteQuery",
"insertQuery"
)
)
boaticket::$__associations = array(
"belongsTo",
"hasOne",
"hasMany",
"hasAndBelongsToMany"
)
boaticket::$__backAssociation = array()
boaticket::$__insertID = NULL
boaticket::$__numRows = NULL
boaticket::$__affectedRows = NULL
boaticket::$__findMethods = array(
"all" => true,
"first" => true,
"count" => true,
"neighbors" => true,
"list" => true
)
boaticket::object()
boaticket::tostring()
boaticket::requestaction()
boaticket::log()
boaticket::cakeerror()
boaticket::overload()
boaticket::overloadable()
boaticket::call__()
boaticket::bind()
boaticket::bindmodel()
boaticket::unbindmodel()
boaticket::setsource()
boaticket::set()
boaticket::deconstruct()
boaticket::schema()
boaticket::loadinfo()
boaticket::getcolumntypes()
boaticket::getcolumntype()
boaticket::hasfield()
boaticket::create()
boaticket::read()
boaticket::field()
boaticket::savefield()
boaticket::save()
boaticket::updatecountercache()
boaticket::saveall()
boaticket::updateall()
boaticket::remove()
boaticket::del()
boaticket::delete()
boaticket::deleteall()
boaticket::exists()
boaticket::hasany()
boaticket::find()
boaticket::findall()
boaticket::execute()
boaticket::findcount()
boaticket::isunique()
boaticket::findallthreaded()
boaticket::findneighbours()
boaticket::query()
boaticket::validates()
boaticket::invalidfields()
boaticket::invalidate()
boaticket::isforeignkey()
boaticket::getdisplayfield()
boaticket::generatelist()
boaticket::escapefield()
boaticket::getid()
boaticket::normalizefindparams()
boaticket::getlastinsertid()
boaticket::getinsertid()
boaticket::setinsertid()
boaticket::getnumrows()
boaticket::getaffectedrows()
boaticket::setdatasource()
boaticket::getdatasource()
boaticket::getassociated()
boaticket::joinmodel()
boaticket::beforefind()
boaticket::afterfind()
boaticket::beforesave()
boaticket::aftersave()
boaticket::beforedelete()
boaticket::afterdelete()
boaticket::beforevalidate()
boaticket::onerror()
boaticket::model()
boaticket::appmodel()
boaticket::isempty()
boaticket::boaticket()
ticketscontroller::object()
ticketscontroller::tostring()
ticketscontroller::requestaction()
ticketscontroller::log()
ticketscontroller::cakeerror()
ticketscontroller::constructclasses()
ticketscontroller::loadmodel()
ticketscontroller::redirect()
ticketscontroller::set()
ticketscontroller::setaction()
ticketscontroller::isauthorized()
ticketscontroller::validate()
ticketscontroller::validateerrors()
ticketscontroller::render()
ticketscontroller::referer()
ticketscontroller::disablecache()
ticketscontroller::flash()
ticketscontroller::postconditions()
ticketscontroller::cleanupfields()
ticketscontroller::paginate()
ticketscontroller::beforefilter()
ticketscontroller::beforerender()
ticketscontroller::afterfilter()
ticketscontroller::controller()
ticketscontroller::appcontroller()
ticketscontroller::index()
ticketscontroller::step2()
ticketscontroller::step3()
ticketscontroller::mailto_order()
ticketscontroller::mailto_ffe()
ticketscontroller::ticketscontroller()
$events = array(
array(
"id" => 0,
"name" => "Freitag, 10. Juli 2009",
"zusatz" => " | Early-Bird-Aktion bis 30.04.09",
"preis" => 12
),
array(
"id" => 1,
"name" => "Samstag, 11. Juli 2009",
"zusatz" => " | Early-Bird-Aktion bis 30.04.09",
"preis" => 10
),
array(
"id" => 2,
"name" => "Kombiticket (beide Tage)",
"zusatz" => " | Early-Bird-Aktion bis 30.04.09",
"preis" => 20
),
array(
"id" => 3,
"name" => "Freitag, 10. Juli 2009",
"zusatz" => "[empty string]",
"preis" => 14
),
array(
"id" => 4,
"name" => "Samstag, 11. Juli 2009",
"zusatz" => "[empty string]",
"preis" => 12
),
array(
"id" => 5,
"name" => "Kombiticket (beide Tage)",
"zusatz" => "[empty string]",
"preis" => 22
)
)
Warning: implode() [
function.implode]: Bad arguments. in
/homepages/21/d28612634/htdocs/ffe03/boa/2008/cake/libs/debugger.php on line
497
ticketscontroller::index() - [internal], line ??
ticketscontroller::index() - APP/controllers/tickets_controller.php, line 27
dispatcher::_invoke() - CORE/cake/dispatcher.php, line 268
dispatcher::dispatch() - CORE/cake/dispatcher.php, line 240
[main] - APP/webroot/index.php, line 84