exception:
message: SQLSTATE[HY093]: Invalid parameter number: no parameters were bound
code: HY093
file: /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Statement/Pdo.php
line: 234
trace:
#0 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Statement.php(320): Zend_Db_Statement_Pdo->_execute(Array)
#1 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Adapter/Abstract.php(468): Zend_Db_Statement->execute(Array)
#2 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Adapter/Pdo/Abstract.php(238): Zend_Db_Adapter_Abstract->query(Object(Zend_Db_Table_Select), Array)
#3 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Table/Abstract.php(1509): Zend_Db_Adapter_Pdo_Abstract->query(Object(Zend_Db_Table_Select))
#4 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Table/Abstract.php(1325): Zend_Db_Table_Abstract->_fetch(Object(Zend_Db_Table_Select))
#5 /var/www/2bstar/application/models/ProviderFeedback.php(17): Zend_Db_Table_Abstract->fetchAll(Object(Zend_Db_Table_Select))
#6 /var/www/2bstar/application/modules/default/controllers/AuctionController.php(955): ProviderFeedback->getFeedback(NULL)
#7 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Action.php(513): AuctionController->showAction()
#8 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Dispatcher/Standard.php(289): Zend_Controller_Action->dispatch('showAction')
#9 /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Front.php(946): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#10 /var/www/2bstar/library/Viola/Front.php(137): Zend_Controller_Front->dispatch()
#11 /var/www/2bstar/public_html/index.php(43): Viola_Front::run()
#12 {main}
detailed trace:
Array
(
[0] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Statement.php
[line] => 320
[function] => _execute
[class] => Zend_Db_Statement_Pdo
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[1] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Adapter/Abstract.php
[line] => 468
[function] => execute
[class] => Zend_Db_Statement
[type] => ->
[args] => Array
(
[0] => Array
(
)
)
)
[2] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Adapter/Pdo/Abstract.php
[line] => 238
[function] => query
[class] => Zend_Db_Adapter_Abstract
[type] => ->
[args] => Array
(
[0] => Zend_Db_Table_Select Object
(
[_info:protected] => Array
(
[schema] =>
[name] => ProviderFeedback
[cols] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[primary] => Array
(
[1] => id
)
[metadata] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[rowClass] => Zend_Db_Table_Row
[rowsetClass] => Zend_Db_Table_Rowset
[referenceMap] => Array
(
)
[dependentTables] => Array
(
)
[sequence] => 1
)
[_integrityCheck:protected] => 1
[_table:protected] => ProviderFeedback Object
(
[_name:protected] => ProviderFeedback
[_primary:protected] => Array
(
[1] => id
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[_metadataCache:protected] =>
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Zend_Db_Table_Row
[_rowsetClass:protected] => Zend_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
[cache] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /var/www/2bstar/application/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 0
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[acl] => Array
(
[hash] => 1447231603
[mtime] => 1328432661
[expire] => 1328436261
[tags] => Array
(
)
)
[Auctions_count_0d8728561cce9f412f68a881e937156b] => Array
(
[hash] => 1925591649
[mtime] => 1328435004
[expire] => 1328438604
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1cc36235c5965cc783f6ee2e6963222f] => Array
(
[hash] => 3397014788
[mtime] => 1328433496
[expire] => 1328437096
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3bdcd3bf70cc9b324c85441f60412545] => Array
(
[hash] => 3397014788
[mtime] => 1328434909
[expire] => 1328438509
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3d4d59281e9c60ff09f27446e8f8e1f2] => Array
(
[hash] => 3397014788
[mtime] => 1328434062
[expire] => 1328437662
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_48d001c6989e7ed2db6e87e12e26f79a] => Array
(
[hash] => 1471212040
[mtime] => 1328433552
[expire] => 1328437152
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_5b312b2c427a7cab62e2ee1456e8d985] => Array
(
[hash] => 3893928452
[mtime] => 1328435052
[expire] => 1328438652
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_666a0cef448206063f8a2a9cc1183266] => Array
(
[hash] => 1503902640
[mtime] => 1328433983
[expire] => 1328437583
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7d5f5fa1fb13ad6a069a0a7076a5d9b6] => Array
(
[hash] => 4263539032
[mtime] => 1328434932
[expire] => 1328438532
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7ee1beefc079d7e6e03dd5d61fc06976] => Array
(
[hash] => 4006830319
[mtime] => 1328432824
[expire] => 1328436424
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_8c5fc9e06e1b01ed9957339f07eb7c5a] => Array
(
[hash] => 1450344511
[mtime] => 1328435030
[expire] => 1328438630
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_a21d62258596c7cf33eac0c08a0325f6] => Array
(
[hash] => 3171173805
[mtime] => 1328434224
[expire] => 1328437824
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_b18305f6906f11884b78a15b8aa58a9d] => Array
(
[hash] => 1442206801
[mtime] => 1328434982
[expire] => 1328438582
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_e488914f7e3eda7a809a0ab5e4c641cd] => Array
(
[hash] => 1412709990
[mtime] => 1328434335
[expire] => 1328437935
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_f8cf7605d99f8cd3babfa8232a5b366a] => Array
(
[hash] => 1390574392
[mtime] => 1328434887
[expire] => 1328438487
[tags] => Array
(
[0] => Auctions
)
)
[Categories_all_] => Array
(
[hash] => 3410254731
[mtime] => 1328432843
[expire] => 1328436443
[tags] => Array
(
[0] => Categories
)
)
[ForumThreads_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => ForumThreads
)
)
[ForumThreads_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => ForumThreads
)
)
[Users_all_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 738071932
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_all_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 2374347922
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_all_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 2757345716
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 2389242377
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_all_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 628216088
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_all_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 160138463
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_all_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 286427844
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 96693562
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 1734568558
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_count_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_87b0cac8bcfc2ff296e879e5477a44c7] => Array
(
[hash] => 521792273
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 1734568558
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 1734568558
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_count_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 1734568558
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_count_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Zend_LocaleC_de_date_] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_date_gregorian_medium] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_] => Array
(
[hash] => 1703993666
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_short] => Array
(
[hash] => 2808525129
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_day_] => Array
(
[hash] => 2254518188
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_] => Array
(
[hash] => 3914658846
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_gregorian_format_abbreviated] => Array
(
[hash] => 918485451
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 3600*12
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 3600*12
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:private] => Categories_all_
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
)
[_bind:protected] => Array
(
)
[_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_parts:protected] => Array
(
[distinct] =>
[columns] => Array
(
[0] => Array
(
[0] => ProviderFeedback
[1] => *
[2] =>
)
)
[union] => Array
(
)
[from] => Array
(
[ProviderFeedback] => Array
(
[joinType] => inner join
[schema] =>
[tableName] => ProviderFeedback
[joinCondition] =>
)
)
[where] => Array
(
[0] => (pid = ?)
)
[group] => Array
(
)
[having] => Array
(
)
[order] => Array
(
[0] => Array
(
[0] => tstamp
[1] => DESC
)
)
[limitcount] =>
[limitoffset] =>
[forupdate] =>
)
[_tableCols:protected] => Array
(
)
)
[1] => Array
(
)
)
)
[3] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Table/Abstract.php
[line] => 1509
[function] => query
[class] => Zend_Db_Adapter_Pdo_Abstract
[type] => ->
[args] => Array
(
[0] => Zend_Db_Table_Select Object
(
[_info:protected] => Array
(
[schema] =>
[name] => ProviderFeedback
[cols] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[primary] => Array
(
[1] => id
)
[metadata] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[rowClass] => Zend_Db_Table_Row
[rowsetClass] => Zend_Db_Table_Rowset
[referenceMap] => Array
(
)
[dependentTables] => Array
(
)
[sequence] => 1
)
[_integrityCheck:protected] => 1
[_table:protected] => ProviderFeedback Object
(
[_name:protected] => ProviderFeedback
[_primary:protected] => Array
(
[1] => id
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[_metadataCache:protected] =>
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Zend_Db_Table_Row
[_rowsetClass:protected] => Zend_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
[cache] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /var/www/2bstar/application/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 0
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[acl] => Array
(
[hash] => 1447231603
[mtime] => 1328432661
[expire] => 1328436261
[tags] => Array
(
)
)
[Auctions_count_0d8728561cce9f412f68a881e937156b] => Array
(
[hash] => 1925591649
[mtime] => 1328435004
[expire] => 1328438604
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1cc36235c5965cc783f6ee2e6963222f] => Array
(
[hash] => 3397014788
[mtime] => 1328433496
[expire] => 1328437096
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3bdcd3bf70cc9b324c85441f60412545] => Array
(
[hash] => 3397014788
[mtime] => 1328434909
[expire] => 1328438509
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3d4d59281e9c60ff09f27446e8f8e1f2] => Array
(
[hash] => 3397014788
[mtime] => 1328434062
[expire] => 1328437662
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_48d001c6989e7ed2db6e87e12e26f79a] => Array
(
[hash] => 1471212040
[mtime] => 1328433552
[expire] => 1328437152
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_5b312b2c427a7cab62e2ee1456e8d985] => Array
(
[hash] => 3893928452
[mtime] => 1328435052
[expire] => 1328438652
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_666a0cef448206063f8a2a9cc1183266] => Array
(
[hash] => 1503902640
[mtime] => 1328433983
[expire] => 1328437583
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7d5f5fa1fb13ad6a069a0a7076a5d9b6] => Array
(
[hash] => 4263539032
[mtime] => 1328434932
[expire] => 1328438532
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7ee1beefc079d7e6e03dd5d61fc06976] => Array
(
[hash] => 4006830319
[mtime] => 1328432824
[expire] => 1328436424
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_8c5fc9e06e1b01ed9957339f07eb7c5a] => Array
(
[hash] => 1450344511
[mtime] => 1328435030
[expire] => 1328438630
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_a21d62258596c7cf33eac0c08a0325f6] => Array
(
[hash] => 3171173805
[mtime] => 1328434224
[expire] => 1328437824
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_b18305f6906f11884b78a15b8aa58a9d] => Array
(
[hash] => 1442206801
[mtime] => 1328434982
[expire] => 1328438582
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_e488914f7e3eda7a809a0ab5e4c641cd] => Array
(
[hash] => 1412709990
[mtime] => 1328434335
[expire] => 1328437935
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_f8cf7605d99f8cd3babfa8232a5b366a] => Array
(
[hash] => 1390574392
[mtime] => 1328434887
[expire] => 1328438487
[tags] => Array
(
[0] => Auctions
)
)
[Categories_all_] => Array
(
[hash] => 3410254731
[mtime] => 1328432843
[expire] => 1328436443
[tags] => Array
(
[0] => Categories
)
)
[ForumThreads_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => ForumThreads
)
)
[ForumThreads_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => ForumThreads
)
)
[Users_all_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 738071932
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_all_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 2374347922
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_all_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 2757345716
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 2389242377
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_all_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 628216088
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_all_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 160138463
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_all_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 286427844
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 96693562
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 1734568558
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_count_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_87b0cac8bcfc2ff296e879e5477a44c7] => Array
(
[hash] => 521792273
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 1734568558
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 1734568558
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_count_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 1734568558
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_count_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Zend_LocaleC_de_date_] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_date_gregorian_medium] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_] => Array
(
[hash] => 1703993666
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_short] => Array
(
[hash] => 2808525129
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_day_] => Array
(
[hash] => 2254518188
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_] => Array
(
[hash] => 3914658846
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_gregorian_format_abbreviated] => Array
(
[hash] => 918485451
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 3600*12
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 3600*12
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:private] => Categories_all_
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
)
[_bind:protected] => Array
(
)
[_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_parts:protected] => Array
(
[distinct] =>
[columns] => Array
(
[0] => Array
(
[0] => ProviderFeedback
[1] => *
[2] =>
)
)
[union] => Array
(
)
[from] => Array
(
[ProviderFeedback] => Array
(
[joinType] => inner join
[schema] =>
[tableName] => ProviderFeedback
[joinCondition] =>
)
)
[where] => Array
(
[0] => (pid = ?)
)
[group] => Array
(
)
[having] => Array
(
)
[order] => Array
(
[0] => Array
(
[0] => tstamp
[1] => DESC
)
)
[limitcount] =>
[limitoffset] =>
[forupdate] =>
)
[_tableCols:protected] => Array
(
)
)
)
)
[4] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Db/Table/Abstract.php
[line] => 1325
[function] => _fetch
[class] => Zend_Db_Table_Abstract
[type] => ->
[args] => Array
(
[0] => Zend_Db_Table_Select Object
(
[_info:protected] => Array
(
[schema] =>
[name] => ProviderFeedback
[cols] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[primary] => Array
(
[1] => id
)
[metadata] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[rowClass] => Zend_Db_Table_Row
[rowsetClass] => Zend_Db_Table_Rowset
[referenceMap] => Array
(
)
[dependentTables] => Array
(
)
[sequence] => 1
)
[_integrityCheck:protected] => 1
[_table:protected] => ProviderFeedback Object
(
[_name:protected] => ProviderFeedback
[_primary:protected] => Array
(
[1] => id
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[_metadataCache:protected] =>
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Zend_Db_Table_Row
[_rowsetClass:protected] => Zend_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
[cache] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /var/www/2bstar/application/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 0
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[acl] => Array
(
[hash] => 1447231603
[mtime] => 1328432661
[expire] => 1328436261
[tags] => Array
(
)
)
[Auctions_count_0d8728561cce9f412f68a881e937156b] => Array
(
[hash] => 1925591649
[mtime] => 1328435004
[expire] => 1328438604
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1cc36235c5965cc783f6ee2e6963222f] => Array
(
[hash] => 3397014788
[mtime] => 1328433496
[expire] => 1328437096
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3bdcd3bf70cc9b324c85441f60412545] => Array
(
[hash] => 3397014788
[mtime] => 1328434909
[expire] => 1328438509
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3d4d59281e9c60ff09f27446e8f8e1f2] => Array
(
[hash] => 3397014788
[mtime] => 1328434062
[expire] => 1328437662
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_48d001c6989e7ed2db6e87e12e26f79a] => Array
(
[hash] => 1471212040
[mtime] => 1328433552
[expire] => 1328437152
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_5b312b2c427a7cab62e2ee1456e8d985] => Array
(
[hash] => 3893928452
[mtime] => 1328435052
[expire] => 1328438652
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_666a0cef448206063f8a2a9cc1183266] => Array
(
[hash] => 1503902640
[mtime] => 1328433983
[expire] => 1328437583
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7d5f5fa1fb13ad6a069a0a7076a5d9b6] => Array
(
[hash] => 4263539032
[mtime] => 1328434932
[expire] => 1328438532
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7ee1beefc079d7e6e03dd5d61fc06976] => Array
(
[hash] => 4006830319
[mtime] => 1328432824
[expire] => 1328436424
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_8c5fc9e06e1b01ed9957339f07eb7c5a] => Array
(
[hash] => 1450344511
[mtime] => 1328435030
[expire] => 1328438630
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_a21d62258596c7cf33eac0c08a0325f6] => Array
(
[hash] => 3171173805
[mtime] => 1328434224
[expire] => 1328437824
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_b18305f6906f11884b78a15b8aa58a9d] => Array
(
[hash] => 1442206801
[mtime] => 1328434982
[expire] => 1328438582
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_e488914f7e3eda7a809a0ab5e4c641cd] => Array
(
[hash] => 1412709990
[mtime] => 1328434335
[expire] => 1328437935
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_f8cf7605d99f8cd3babfa8232a5b366a] => Array
(
[hash] => 1390574392
[mtime] => 1328434887
[expire] => 1328438487
[tags] => Array
(
[0] => Auctions
)
)
[Categories_all_] => Array
(
[hash] => 3410254731
[mtime] => 1328432843
[expire] => 1328436443
[tags] => Array
(
[0] => Categories
)
)
[ForumThreads_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => ForumThreads
)
)
[ForumThreads_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => ForumThreads
)
)
[Users_all_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 738071932
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_all_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 2374347922
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_all_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 2757345716
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 2389242377
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_all_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 628216088
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_all_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 160138463
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_all_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 286427844
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 96693562
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 1734568558
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_count_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_87b0cac8bcfc2ff296e879e5477a44c7] => Array
(
[hash] => 521792273
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 1734568558
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 1734568558
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_count_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 1734568558
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_count_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Zend_LocaleC_de_date_] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_date_gregorian_medium] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_] => Array
(
[hash] => 1703993666
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_short] => Array
(
[hash] => 2808525129
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_day_] => Array
(
[hash] => 2254518188
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_] => Array
(
[hash] => 3914658846
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_gregorian_format_abbreviated] => Array
(
[hash] => 918485451
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 3600*12
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 3600*12
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:private] => Categories_all_
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
)
[_bind:protected] => Array
(
)
[_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_parts:protected] => Array
(
[distinct] =>
[columns] => Array
(
[0] => Array
(
[0] => ProviderFeedback
[1] => *
[2] =>
)
)
[union] => Array
(
)
[from] => Array
(
[ProviderFeedback] => Array
(
[joinType] => inner join
[schema] =>
[tableName] => ProviderFeedback
[joinCondition] =>
)
)
[where] => Array
(
[0] => (pid = ?)
)
[group] => Array
(
)
[having] => Array
(
)
[order] => Array
(
[0] => Array
(
[0] => tstamp
[1] => DESC
)
)
[limitcount] =>
[limitoffset] =>
[forupdate] =>
)
[_tableCols:protected] => Array
(
)
)
)
)
[5] => Array
(
[file] => /var/www/2bstar/application/models/ProviderFeedback.php
[line] => 17
[function] => fetchAll
[class] => Zend_Db_Table_Abstract
[type] => ->
[args] => Array
(
[0] => Zend_Db_Table_Select Object
(
[_info:protected] => Array
(
[schema] =>
[name] => ProviderFeedback
[cols] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[primary] => Array
(
[1] => id
)
[metadata] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[rowClass] => Zend_Db_Table_Row
[rowsetClass] => Zend_Db_Table_Rowset
[referenceMap] => Array
(
)
[dependentTables] => Array
(
)
[sequence] => 1
)
[_integrityCheck:protected] => 1
[_table:protected] => ProviderFeedback Object
(
[_name:protected] => ProviderFeedback
[_primary:protected] => Array
(
[1] => id
)
[_definition:protected] =>
[_definitionConfigName:protected] =>
[_db:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_schema:protected] =>
[_cols:protected] => Array
(
[0] => id
[1] => pid
[2] => tstamp
[3] => rating
[4] => comment
[5] => userId
)
[_identity:protected] => 1
[_sequence:protected] => 1
[_metadata:protected] => Array
(
[id] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => id
[COLUMN_POSITION] => 1
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] => 1
[PRIMARY_POSITION] => 1
[IDENTITY] => 1
)
[pid] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => pid
[COLUMN_POSITION] => 2
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[tstamp] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => tstamp
[COLUMN_POSITION] => 3
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[rating] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => rating
[COLUMN_POSITION] => 4
[DATA_TYPE] => int
[DEFAULT] => 0
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[comment] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => comment
[COLUMN_POSITION] => 5
[DATA_TYPE] => text
[DEFAULT] =>
[NULLABLE] => 1
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] =>
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
[userId] => Array
(
[SCHEMA_NAME] =>
[TABLE_NAME] => ProviderFeedback
[COLUMN_NAME] => userId
[COLUMN_POSITION] => 6
[DATA_TYPE] => int
[DEFAULT] =>
[NULLABLE] =>
[LENGTH] =>
[SCALE] =>
[PRECISION] =>
[UNSIGNED] => 1
[PRIMARY] =>
[PRIMARY_POSITION] =>
[IDENTITY] =>
)
)
[_metadataCache:protected] =>
[_metadataCacheInClass:protected] => 1
[_rowClass:protected] => Zend_Db_Table_Row
[_rowsetClass:protected] => Zend_Db_Table_Rowset
[_referenceMap:protected] => Array
(
)
[_dependentTables:protected] => Array
(
)
[_defaultSource:protected] => defaultNone
[_defaultValues:protected] => Array
(
)
[cache] => Zend_Cache_Core Object
(
[_backend:protected] => Zend_Cache_Backend_File Object
(
[_options:protected] => Array
(
[cache_dir] => /var/www/2bstar/application/cache/
[file_locking] => 1
[read_control] => 1
[read_control_type] => crc32
[hashed_directory_level] => 0
[hashed_directory_umask] => 448
[file_name_prefix] => zend_cache
[cache_file_umask] => 384
[metadatas_array_max_size] => 100
)
[_metadatasArray:protected] => Array
(
[acl] => Array
(
[hash] => 1447231603
[mtime] => 1328432661
[expire] => 1328436261
[tags] => Array
(
)
)
[Auctions_count_0d8728561cce9f412f68a881e937156b] => Array
(
[hash] => 1925591649
[mtime] => 1328435004
[expire] => 1328438604
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1cc36235c5965cc783f6ee2e6963222f] => Array
(
[hash] => 3397014788
[mtime] => 1328433496
[expire] => 1328437096
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3bdcd3bf70cc9b324c85441f60412545] => Array
(
[hash] => 3397014788
[mtime] => 1328434909
[expire] => 1328438509
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_3d4d59281e9c60ff09f27446e8f8e1f2] => Array
(
[hash] => 3397014788
[mtime] => 1328434062
[expire] => 1328437662
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_48d001c6989e7ed2db6e87e12e26f79a] => Array
(
[hash] => 1471212040
[mtime] => 1328433552
[expire] => 1328437152
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_5b312b2c427a7cab62e2ee1456e8d985] => Array
(
[hash] => 3893928452
[mtime] => 1328435052
[expire] => 1328438652
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_666a0cef448206063f8a2a9cc1183266] => Array
(
[hash] => 1503902640
[mtime] => 1328433983
[expire] => 1328437583
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7d5f5fa1fb13ad6a069a0a7076a5d9b6] => Array
(
[hash] => 4263539032
[mtime] => 1328434932
[expire] => 1328438532
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_7ee1beefc079d7e6e03dd5d61fc06976] => Array
(
[hash] => 4006830319
[mtime] => 1328432824
[expire] => 1328436424
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_8c5fc9e06e1b01ed9957339f07eb7c5a] => Array
(
[hash] => 1450344511
[mtime] => 1328435030
[expire] => 1328438630
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_a21d62258596c7cf33eac0c08a0325f6] => Array
(
[hash] => 3171173805
[mtime] => 1328434224
[expire] => 1328437824
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_b18305f6906f11884b78a15b8aa58a9d] => Array
(
[hash] => 1442206801
[mtime] => 1328434982
[expire] => 1328438582
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_e488914f7e3eda7a809a0ab5e4c641cd] => Array
(
[hash] => 1412709990
[mtime] => 1328434335
[expire] => 1328437935
[tags] => Array
(
[0] => Auctions
)
)
[Auctions_count_f8cf7605d99f8cd3babfa8232a5b366a] => Array
(
[hash] => 1390574392
[mtime] => 1328434887
[expire] => 1328438487
[tags] => Array
(
[0] => Auctions
)
)
[Categories_all_] => Array
(
[hash] => 3410254731
[mtime] => 1328432843
[expire] => 1328436443
[tags] => Array
(
[0] => Categories
)
)
[ForumThreads_count_1ccd66638205e910500103ddc1f664b0] => Array
(
[hash] => 1471212040
[mtime] => 1328435018
[expire] => 1328438618
[tags] => Array
(
[0] => ForumThreads
)
)
[ForumThreads_count_c1e7792fc098a41571ece63333130460] => Array
(
[hash] => 1471212040
[mtime] => 1328433499
[expire] => 1328437099
[tags] => Array
(
[0] => ForumThreads
)
)
[Users_all_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 738071932
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_all_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 2374347922
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_all_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 2757345716
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 2389242377
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_all_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 628216088
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_all_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 160138463
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_all_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 286427844
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_all_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 96693562
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_11df9ff8921c5b55a678668342a57e32] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Users_count_4cc3d843cde72d80718e31d2ea1fd509] => Array
(
[hash] => 1734568558
[mtime] => 1328434504
[expire] => 1328438104
[tags] => Array
(
[0] => Users
)
)
[Users_count_62314706c2d989f07ef0636484c11843] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_87b0cac8bcfc2ff296e879e5477a44c7] => Array
(
[hash] => 521792273
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_94ea80608e293663aba1a76c16afe22d] => Array
(
[hash] => 1734568558
[mtime] => 1328434503
[expire] => 1328438103
[tags] => Array
(
[0] => Users
)
)
[Users_count_9f15f3a2bc4cc28eb18af97ef08878e3] => Array
(
[hash] => 1734568558
[mtime] => 1328435457
[expire] => 1328439057
[tags] => Array
(
[0] => Users
)
)
[Users_count_a9ed65adb46e63a7a128e4b3bb69a384] => Array
(
[hash] => 1734568558
[mtime] => 1328435915
[expire] => 1328439515
[tags] => Array
(
[0] => Users
)
)
[Users_count_ae5c4e72c6f2e289559c4461bd452ac7] => Array
(
[hash] => 1734568558
[mtime] => 1328435916
[expire] => 1328439516
[tags] => Array
(
[0] => Users
)
)
[Users_count_d87626700042e643a371ff14fc103fcf] => Array
(
[hash] => 1734568558
[mtime] => 1328435019
[expire] => 1328438619
[tags] => Array
(
[0] => Users
)
)
[Zend_LocaleC_de_date_] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_date_gregorian_medium] => Array
(
[hash] => 910872250
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_] => Array
(
[hash] => 1703993666
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleC_de_time_short] => Array
(
[hash] => 2808525129
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_day_] => Array
(
[hash] => 2254518188
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_] => Array
(
[hash] => 3914658846
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
[Zend_LocaleL_de_month_gregorian_format_abbreviated] => Array
(
[hash] => 918485451
[mtime] => 1328434061
[expire] => 1328437661
[tags] => Array
(
)
)
)
[_directives:protected] => Array
(
[lifetime] => 3600*12
[logging] =>
[logger] =>
)
)
[_options:protected] => Array
(
[write_control] => 1
[caching] => 1
[cache_id_prefix] =>
[automatic_serialization] => 1
[automatic_cleaning_factor] => 10
[lifetime] => 3600*12
[logging] =>
[logger] =>
[ignore_user_abort] =>
)
[_specificOptions:protected] => Array
(
)
[_lastId:private] => Categories_all_
[_extendedBackend:protected] => 1
[_backendCapabilities:protected] => Array
(
[automatic_cleaning] => 1
[tags] => 1
[expired_read] => 1
[priority] =>
[infinite_lifetime] => 1
[get_list] => 1
)
)
)
[_bind:protected] => Array
(
)
[_adapter:protected] => Zend_Db_Adapter_Pdo_Mysql Object
(
[_pdoType:protected] => mysql
[_numericDataTypes:protected] => Array
(
[0] => 0
[1] => 1
[2] => 2
[INT] => 0
[INTEGER] => 0
[MEDIUMINT] => 0
[SMALLINT] => 0
[TINYINT] => 0
[BIGINT] => 1
[SERIAL] => 1
[DEC] => 2
[DECIMAL] => 2
[DOUBLE] => 2
[DOUBLE PRECISION] => 2
[FIXED] => 2
[FLOAT] => 2
)
[_defaultStmtClass:protected] => Zend_Db_Statement_Pdo
[_config:protected] => Array
(
[connection] => Pdo_Mysql
[host] => localhost
[dbname] => 2bstar
[username] => 2bstar
[password] => ootooZejahf5chae
[charset] =>
[persistent] =>
[options] => Array
(
[caseFolding] => 0
[autoQuoteIdentifiers] => 1
)
[driver_options] => Array
(
)
)
[_fetchMode:protected] => 2
[_profiler:protected] => Zend_Db_Profiler_Firebug Object
(
[_label:protected] => All DB Queries
[_label_template:protected] => %label% (%totalCount% @ %totalDuration% sec)
[_message:protected] => Zend_Wildfire_Plugin_FirePhp_TableMessage Object
(
[_header:protected] => Array
(
[0] => Time
[1] => Event
[2] => Parameters
)
[_rows:protected] => Array
(
[0] => Array
(
[0] => 0,004
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[1] => Array
(
[0] => 0
[1] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[2] =>
)
[2] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[3] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[2] =>
)
[4] => Array
(
[0] => 0
[1] => DESCRIBE `Auctions`
[2] =>
)
[5] => Array
(
[0] => 0,004
[1] => DESCRIBE `Users`
[2] =>
)
[6] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionCategories`
[2] =>
)
[7] => Array
(
[0] => 0,004
[1] => DESCRIBE `Categories`
[2] =>
)
[8] => Array
(
[0] => 0
[1] => DESCRIBE `AuctionImages`
[2] =>
)
[9] => Array
(
[0] => 0
[1] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[2] =>
)
[10] => Array
(
[0] => 0
[1] => DESCRIBE `ProviderFeedback`
[2] =>
)
)
[_style:protected] => TABLE
[_label:protected] => All DB Queries (11 @ 0,012 sec)
[_message:protected] =>
[_buffered:protected] => 1
[_destroy:protected] =>
[_ruid:protected] => 4be169894908cc1dee49541d9b3eacb6
[_options:protected] => Array
(
[traceOffset] =>
[includeLineNumbers] =>
)
)
[_totalElapsedTime:protected] => 0,0120000839233
[_queryProfiles:protected] => Array
(
[0] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[1] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `AuctionCategories`.`idCategory`, `AuctionCategories`.`idAuction`, `AuctionCategories`.`dateCreated`, `AuctionCategories`.`dateDeleted` FROM `AuctionCategories` WHERE (AuctionCategories.idAuction = '173676') AND (AuctionCategories.dateDeleted = '0000-00-00 00:00:00') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[2] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,82
[_endedMicrotime:protected] => 1328436214,82
[_boundParams:protected] => Array
(
)
)
[3] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id`, `Auctions`.`amount`, `Auctions`.`idUser`, `Auctions`.`headline`, `Auctions`.`summary`, `Auctions`.`notes`, `Auctions`.`dateCreated`, `Auctions`.`dateDeleted`, `Auctions`.`steps`, `Auctions`.`startPrice`, `Auctions`.`type`, `Auctions`.`dateStart`, `Auctions`.`dateEnd`, `Auctions`.`dateSold`, `Auctions`.`dateAppointment`, `Auctions`.`rating`, `Auctions`.`beforeafter`, `Auctions`.`freitext`, `Auctions`.`special`, `Auctions`.`specialSign`, `Auctions`.`voucherCode`, `Auctions`.`voucherUrl`, `Auctions`.`name`, `Auctions`.`bizTime`, `Auctions`.`street`, `Auctions`.`postcode`, `Auctions`.`city`, `Auctions`.`deliveryTime`, `Auctions`.`url`, `Auctions`.`datePaid`, `Auctions`.`priceSegment`, `Auctions`.`premiumStart`, `Auctions`.`premiumEnd`, `Auctions`.`mandant`, `Auctions`.`isPremium` FROM `Auctions` WHERE (Auctions.id = '173676') LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,83
[_endedMicrotime:protected] => 1328436214,83
[_boundParams:protected] => Array
(
)
)
[4] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Auctions`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[5] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Users`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[6] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionCategories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[7] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `Categories`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[8] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `AuctionImages`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,84
[_endedMicrotime:protected] => 1328436214,84
[_boundParams:protected] => Array
(
)
)
[9] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `Auctions`.`id` AS `Auctions.id`, `Auctions`.`amount` AS `Auctions.amount`, `Auctions`.`idUser` AS `Auctions.idUser`, `Auctions`.`headline` AS `Auctions.headline`, `Auctions`.`summary` AS `Auctions.summary`, `Auctions`.`notes` AS `Auctions.notes`, `Auctions`.`dateCreated` AS `Auctions.dateCreated`, `Auctions`.`dateDeleted` AS `Auctions.dateDeleted`, `Auctions`.`steps` AS `Auctions.steps`, `Auctions`.`startPrice` AS `Auctions.startPrice`, `Auctions`.`type` AS `Auctions.type`, `Auctions`.`dateStart` AS `Auctions.dateStart`, `Auctions`.`dateEnd` AS `Auctions.dateEnd`, `Auctions`.`dateSold` AS `Auctions.dateSold`, `Auctions`.`dateAppointment` AS `Auctions.dateAppointment`, `Auctions`.`rating` AS `Auctions.rating`, `Auctions`.`beforeafter` AS `Auctions.beforeafter`, `Auctions`.`freitext` AS `Auctions.freitext`, `Auctions`.`special` AS `Auctions.special`, `Auctions`.`specialSign` AS `Auctions.specialSign`, `Auctions`.`voucherCode` AS `Auctions.voucherCode`, `Auctions`.`voucherUrl` AS `Auctions.voucherUrl`, `Auctions`.`name` AS `Auctions.name`, `Auctions`.`bizTime` AS `Auctions.bizTime`, `Auctions`.`street` AS `Auctions.street`, `Auctions`.`postcode` AS `Auctions.postcode`, `Auctions`.`city` AS `Auctions.city`, `Auctions`.`deliveryTime` AS `Auctions.deliveryTime`, `Auctions`.`url` AS `Auctions.url`, `Auctions`.`datePaid` AS `Auctions.datePaid`, `Auctions`.`priceSegment` AS `Auctions.priceSegment`, `Auctions`.`premiumStart` AS `Auctions.premiumStart`, `Auctions`.`premiumEnd` AS `Auctions.premiumEnd`, `Auctions`.`mandant` AS `Auctions.mandant`, `Auctions`.`isPremium` AS `Auctions.isPremium`, `Users`.`id` AS `Users.id`, `Users`.`idRole` AS `Users.idRole`, `Users`.`idAdmin` AS `Users.idAdmin`, `Users`.`dateChanged` AS `Users.dateChanged`, `Users`.`dateCreated` AS `Users.dateCreated`, `Users`.`dateDeleted` AS `Users.dateDeleted`, `Users`.`dateActivated` AS `Users.dateActivated`, `Users`.`username` AS `Users.username`, `Users`.`password` AS `Users.password`, `Users`.`email` AS `Users.email`, `Users`.`type` AS `Users.type`, `Users`.`locked` AS `Users.locked`, `Users`.`lastname` AS `Users.lastname`, `Users`.`firstname` AS `Users.firstname`, `Users`.`date_birth` AS `Users.date_birth`, `Users`.`gender` AS `Users.gender`, `Users`.`company` AS `Users.company`, `Users`.`onlineshop` AS `Users.onlineshop`, `Users`.`contactperson` AS `Users.contactperson`, `Users`.`street` AS `Users.street`, `Users`.`postcode` AS `Users.postcode`, `Users`.`city` AS `Users.city`, `Users`.`phone` AS `Users.phone`, `Users`.`fax` AS `Users.fax`, `Users`.`www` AS `Users.www`, `Users`.`logo` AS `Users.logo`, `Users`.`notes` AS `Users.notes`, `Users`.`accept` AS `Users.accept`, `Users`.`paypal_account` AS `Users.paypal_account`, `Users`.`idBranch` AS `Users.idBranch`, `Users`.`tags` AS `Users.tags`, `Users`.`status` AS `Users.status`, `Users`.`comments` AS `Users.comments`, `Users`.`imported` AS `Users.imported`, `Users`.`lon` AS `Users.lon`, `Users`.`lat` AS `Users.lat`, `Users`.`dateCached` AS `Users.dateCached`, `Users`.`q` AS `Users.q`, `AuctionCategories`.`idCategory` AS `AuctionCategories.idCategory`, `AuctionCategories`.`idAuction` AS `AuctionCategories.idAuction`, `AuctionCategories`.`dateCreated` AS `AuctionCategories.dateCreated`, `AuctionCategories`.`dateDeleted` AS `AuctionCategories.dateDeleted`, `Categories`.`id` AS `Categories.id`, `Categories`.`idParent` AS `Categories.idParent`, `Categories`.`dateChanged` AS `Categories.dateChanged`, `Categories`.`dateCreated` AS `Categories.dateCreated`, `Categories`.`dateDeleted` AS `Categories.dateDeleted`, `Categories`.`locked` AS `Categories.locked`, `Categories`.`name` AS `Categories.name`, `Categories`.`sort` AS `Categories.sort`, `AuctionImages`.`id` AS `AuctionImages.id`, `AuctionImages`.`alternateText` AS `AuctionImages.alternateText`, `AuctionImages`.`fileType` AS `AuctionImages.fileType`, `AuctionImages`.`idAuction` AS `AuctionImages.idAuction`, `AuctionImages`.`sortOrder` AS `AuctionImages.sortOrder`, `AuctionImages`.`dateCreated` AS `AuctionImages.dateCreated`, `AuctionImages`.`dateDeleted` AS `AuctionImages.dateDeleted` FROM `Auctions`
LEFT JOIN `Users` ON `Auctions`.`idUser` = `Users`.`id`
LEFT JOIN `AuctionCategories` ON `Auctions`.`id` = `AuctionCategories`.`idAuction`
LEFT JOIN `Categories` ON AuctionCategories.idCategory = `Categories`.`id`
LEFT JOIN `AuctionImages` ON `Auctions`.`id` = `AuctionImages`.`idAuction` AND `AuctionImages`.`dateDeleted` = '0000-00-00 00:00:00' AND `AuctionImages`.`sortOrder` = (SELECT MIN(`ai`.`sortOrder`) FROM `AuctionImages` `ai` WHERE `Auctions`.`id` = `ai`.`idAuction` AND `ai`.`dateDeleted` = '0000-00-00 00:00:00') WHERE (Auctions.id = '173676') GROUP BY `Auctions`.`id` LIMIT 1
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[10] => Zend_Db_Profiler_Query Object
(
[_query:protected] => DESCRIBE `ProviderFeedback`
[_queryType:protected] => 2
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] => 1328436214,85
[_boundParams:protected] => Array
(
)
)
[11] => Zend_Db_Profiler_Query Object
(
[_query:protected] => SELECT `ProviderFeedback`.* FROM `ProviderFeedback` WHERE (pid = ?) ORDER BY `tstamp` DESC
[_queryType:protected] => 32
[_startedMicrotime:protected] => 1328436214,85
[_endedMicrotime:protected] =>
[_boundParams:protected] => Array
(
)
)
)
[_enabled:protected] => 1
[_filterElapsedSecs:protected] =>
[_filterTypes:protected] =>
)
[_defaultProfilerClass:protected] => Zend_Db_Profiler
[_connection:protected] => PDO Object
(
)
[_caseFolding:protected] => 0
[_autoQuoteIdentifiers:protected] => 1
[_allowSerialization:protected] => 1
[_autoReconnectOnUnserialize:protected] =>
)
[_parts:protected] => Array
(
[distinct] =>
[columns] => Array
(
[0] => Array
(
[0] => ProviderFeedback
[1] => *
[2] =>
)
)
[union] => Array
(
)
[from] => Array
(
[ProviderFeedback] => Array
(
[joinType] => inner join
[schema] =>
[tableName] => ProviderFeedback
[joinCondition] =>
)
)
[where] => Array
(
[0] => (pid = ?)
)
[group] => Array
(
)
[having] => Array
(
)
[order] => Array
(
[0] => Array
(
[0] => tstamp
[1] => DESC
)
)
[limitcount] =>
[limitoffset] =>
[forupdate] =>
)
[_tableCols:protected] => Array
(
)
)
)
)
[6] => Array
(
[file] => /var/www/2bstar/application/modules/default/controllers/AuctionController.php
[line] => 955
[function] => getFeedback
[class] => ProviderFeedback
[type] => ->
[args] => Array
(
[0] =>
)
)
[7] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Action.php
[line] => 513
[function] => showAction
[class] => AuctionController
[type] => ->
[args] => Array
(
)
)
[8] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Dispatcher/Standard.php
[line] => 289
[function] => dispatch
[class] => Zend_Controller_Action
[type] => ->
[args] => Array
(
[0] => showAction
)
)
[9] => Array
(
[file] => /var/www/library/ZendFramework-1.9.6-minimal/library/Zend/Controller/Front.php
[line] => 946
[function] => dispatch
[class] => Zend_Controller_Dispatcher_Standard
[type] => ->
[args] => Array
(
[0] => Zend_Controller_Request_Http Object
(
[_paramSources:protected] => Array
(
[0] => _GET
[1] => _POST
)
[_requestUri:protected] => /auction/show/var/173676/modelle-gesucht--fuer-kosmetikbehandlung-standard-gesucht
[_baseUrl:protected] =>
[_basePath:protected] =>
[_pathInfo:protected] => /auction/show/var/173676/modelle-gesucht--fuer-kosmetikbehandlung-standard-gesucht
[_params:protected] => Array
(
[controller] => auction
[action] => show
[var] => 173676
[module] => default
)
[_rawBody:protected] =>
[_aliases:protected] => Array
(
)
[_dispatched:protected] => 1
[_module:protected] => default
[_moduleKey:protected] => module
[_controller:protected] => auction
[_controllerKey:protected] => controller
[_action:protected] => show
[_actionKey:protected] => action
)
[1] => Zend_Controller_Response_Http Object
(
[_body:protected] => Array
(
)
[_exceptions:protected] => Array
(
)
[_headers:protected] => Array
(
)
[_headersRaw:protected] => Array
(
)
[_httpResponseCode:protected] => 200
[_isRedirect:protected] =>
[_renderExceptions:protected] =>
[headersSentThrowsException] => 1
)
)
)
[10] => Array
(
[file] => /var/www/2bstar/library/Viola/Front.php
[line] => 137
[function] => dispatch
[class] => Zend_Controller_Front
[type] => ->
[args] => Array
(
)
)
[11] => Array
(
[file] => /var/www/2bstar/public_html/index.php
[line] => 43
[function] => run
[class] => Viola_Front
[type] => ::
[args] => Array
(
)
)
)