| Mark name | Description | Time |
|---|---|---|
| Page start | Script start. | 0.000 |
| Before application init | Registering system data (includes system constants define, adding of standard package pointers, registering base classes, etc). | 0.002 |
| After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.006 |
| After routing | Routing process (searching controller+action which should handle the request). | 0.006 |
| After controller action call | Calling controller action (plugin custom logic). | 0.042 |
| After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.043 |
| Page end | Processing all headers and sending rendered document. | 0.054 |
| Query | Params | Time |
|---|---|---|
| SELECT * FROM ow_base_config | array ( ) | 0.000174 |
| SELECT * FROM ow_base_language | array ( ) | 0.000063 |
| SELECT * FROM ow_base_plugin | array ( ) | 0.000080 |
| SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000050 |
| SELECT * FROM ow_base_language WHERE `id` = ? | array ( 0 => 1, ) | 0.000287 |
| SELECT * FROM ow_base_language | array ( ) | 0.000233 |
| SET TIME_ZONE = ? | array ( 0 => '-04:00', ) | 0.000073 |
| SELECT * FROM ow_base_document WHERE `uri` = 'join' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000270 |
| SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000059 |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 956 | array ( ) | 0.000045 |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956 | array ( ) | 0.000042 |
| SELECT * FROM ow_base_theme WHERE `key` = 'match_sprintally' LIMIT 0, 1 | array ( ) | 0.000059 |
| SELECT * FROM ow_base_theme WHERE `key` = 'match_sprintally' LIMIT 0, 1 | array ( ) | 0.000039 |
| SELECT * FROM ow_base_theme_content WHERE `themeId` = 959 | array ( ) | 0.000038 |
| SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959 | array ( ) | 0.000035 |
| SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000036 |
| SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1 | array ( 0 => 1, 1 => 'main', ) | 0.000044 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'main', ) | 0.000047 |
| SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC | array ( 'menuType' => 'bottom', ) | 0.000046 |
| SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.002352 |
| SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != '' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = '1' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | 0.002082 | |
| SELECT * FROM ow_base_question WHERE `name` IN('username','email','password') ORDER BY sortOrder | array ( ) | 0.000299 |
| SELECT * FROM ow_base_question WHERE `name` IN('') ORDER BY sortOrder | array ( ) | 0.000127 |
| SELECT * FROM ow_base_question_value WHERE `questionName` IN('username','email','password') ORDER BY questionName, sortOrder | array ( ) | 0.001456 |
| SELECT * FROM ow_base_theme WHERE `key` = 'match_sprintally' LIMIT 0, 1 | array ( ) | 0.000072 |
| SELECT * FROM ow_base_place WHERE `name` = 'index' LIMIT 0, 1 | array ( ) | 0.000162 |
| SELECT * FROM ow_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | array ( ) | 0.000223 |
| SELECT * FROM ow_base_language | array ( ) | 0.000171 |
| SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000135 |
| SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000087 |
| SELECT * FROM ow_base_component_place_cache WHERE `placeId` = '2' AND `entityId` = 0 LIMIT 0, 1 | array ( ) | 0.000058 |
| Type | Class | Path (class, template) |
|---|---|---|
| Controller | BASE_CTRL_Join | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/controllers/join.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/controllers/join_index.html |
| Component | BASE_CMP_MainMenu | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/main_menu.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/menu.html |
| Component | BASE_CMP_BottomMenu | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/bottom_menu.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/bottom_menu.html |
| Component | BASE_CMP_ResponsiveMenu | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/responsive_menu.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/responsive_menu.html |
| Component | BASE_CMP_Sidebar | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/sidebar.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/sidebar.html |
| Component | BASE_CMP_SignIn | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/sign_in.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/sign_in.html |
| Component | BASE_CMP_SwitchLanguage | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/switch_language.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/switch_language.html |
| Component | BASE_CMP_ConsoleButton | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/console_button.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console_button.html |
| Component | BASE_CMP_Console | /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/components/console.php /home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console.html |
| Event | Listener | Params |
|---|---|---|
|
base.get_active_theme_name Type: call Called at: 0.005 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.OW_Response Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
|
class.get_instance.OW_Language Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Language', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_nowoq2ho', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'dashboard', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_join_menu_item', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_81959573', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_b264l4mu', ) |
|
core.app_init Type: trigger Called at: 0.006 Exec time: 0.000 |
No listeners | array ( ) |
|
core.after_route Type: trigger Called at: 0.006 Exec time: 0.005 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
array ( ) |
|
class.get_instance.BASE_CTRL_Join Type: trigger Called at: 0.011 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CTRL_Join', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.015 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index', ) |
|
core.set_document_heading Type: trigger Called at: 0.015 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join our platform', ) |
|
class.get_instance.JoinForm Type: trigger Called at: 0.015 Exec time: 0.000 |
No listeners | array ( 'className' => 'JoinForm', 'arguments' => array ( 0 => BASE_CTRL_Join::__set_state(array( 'responderUrl' => 'https://www.kr.tutorshares.com/base/join/ajax-responder/', 'joinForm' => JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 2, 'isLastStep' => false, 'displayAccountType' => true, 'questions' => array ( 0 => array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ), 1 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 2 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), 'sortedQuestionsList' => array ( 'ejy7uti69e7ab98911eb' => array ( 'id' => '80', 'name' => 'ejy7uti69e7ab98911eb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_48o84q169e7ab98911ef ow_alt1', 'fake' => true, 'realName' => 'username', ), '2gy8i92pevi69e7ab98911ff' => array ( 'id' => '80', 'name' => '2gy8i92pevi69e7ab98911ff', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1w164dy969e7ab9891202 ow_alt1', 'fake' => true, 'realName' => 'username', ), '1w164dy91r69e7ab9891208' => array ( 'id' => '80', 'name' => '1w164dy91r69e7ab9891208', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n269e7ab989120c ow_alt1', 'fake' => true, 'realName' => 'username', ), '3s4k369e7ab9891210' => array ( 'id' => '80', 'name' => '3s4k369e7ab9891210', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n69e7ab9891213 ow_alt1', 'fake' => false, 'realName' => 'username', ), 'i51piwyw1l4li69e7ab989121b' => array ( 'id' => '80', 'name' => 'i51piwyw1l4li69e7ab989121b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i51piwyw69e7ab989121e ow_alt2', 'fake' => true, 'realName' => 'username', ), '4s4j469e7ab9891222' => array ( 'id' => '80', 'name' => '4s4j469e7ab9891222', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4s4j4qi69e7ab9891225 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'o6uw2pa9as25469e7ab989122a' => array ( 'id' => '80', 'name' => 'o6uw2pa9as25469e7ab989122a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o6uw269e7ab989122d ow_alt2', 'fake' => true, 'realName' => 'username', ), 'email' => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 'password' => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'ejy7uti69e7ab98911eb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_48o84q169e7ab98911ef ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => '2gy8i92pevi69e7ab98911ff', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1w164dy969e7ab9891202 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '1w164dy91r69e7ab9891208', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n269e7ab989120c ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3s4k369e7ab9891210', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n69e7ab9891213 ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'i51piwyw1l4li69e7ab989121b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i51piwyw69e7ab989121e ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '4s4j469e7ab9891222', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4s4j4qi69e7ab9891225 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'o6uw2pa9as25469e7ab989122a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o6uw269e7ab989122d ow_alt2', 'fake' => true, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), ), 'questionValuesList' => array ( ), 'accountType' => '290365aadde35a97f11207ca7e4279cc', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt2', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'https://www.kr.tutorshares.com/base/join/join-form-submit/', 'name' => 'joinForm', ), 'elements' => array ( 'form_name' => HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'joinForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_4kuwyxyh', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTc3Njc5MDQyNDNEeXIxTnluQVZFNjFTVWoyR2ladTk0VmlnYWp1TDRu', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_ygytadax', 'type' => 'hidden', 'value' => 'MTc3Njc5MDQyNDNEeXIxTnluQVZFNjFTVWoyR2ladTk0VmlnYWp1TDRu', ), )), 'accountType' => Selectbox::__set_state(array( 'options' => array ( '290365aadde35a97f11207ca7e4279cc' => 'TUTOR', '0d4d3a6ee2729f96d881e2af43520aa2' => 'STUDENT', 'base' => 'PARENT', ), 'invitation' => 'Select', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => '290365aadde35a97f11207ca7e4279cc', 'errors' => array ( ), 'label' => 'Tutor, Student or Parent', 'description' => NULL, 'attributes' => array ( 'name' => 'accountType', 'id' => 'input_3lunibi6', ), )), 'ejy7uti69e7ab98911eb' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'ejy7uti69e7ab98911eb', 'id' => 'input_45a8472s', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '2gy8i92pevi69e7ab98911ff' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '2gy8i92pevi69e7ab98911ff', 'id' => 'input_yvuvu9o9', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '1w164dy91r69e7ab9891208' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '1w164dy91r69e7ab9891208', 'id' => 'input_4k2p1laj', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '3s4k369e7ab9891210' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinUsernameValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '3s4k369e7ab9891210', 'id' => 'input_351q47yx', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'i51piwyw1l4li69e7ab989121b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'i51piwyw1l4li69e7ab989121b', 'id' => 'input_uz4b1lag', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '4s4j469e7ab9891222' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '4s4j469e7ab9891222', 'id' => 'input_enuj4lo7', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'o6uw2pa9as25469e7ab989122a' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'o6uw2pa9as25469e7ab989122a', 'id' => 'input_ydy7opyb', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'email' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinEmailValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Email', 'description' => NULL, 'attributes' => array ( 'name' => 'email', 'id' => 'input_1mixa515', 'type' => 'text', 'class' => 'ow_email_validator', ), )), 'repeatPassword' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Repeat password', 'description' => NULL, 'attributes' => array ( 'name' => 'repeatPassword', 'id' => 'input_yl3q1tyg', 'type' => 'password', ), )), 'password' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => PasswordValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Password', 'description' => NULL, 'attributes' => array ( 'name' => 'password', 'id' => 'input_i8y8urez', 'type' => 'password', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Continue', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_2tepajaw', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Continue', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please enter all the required information in the correct format', )), 'defaultAction' => 'index', 'components' => array ( ), 'forms' => array ( 'joinForm' => JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 2, 'isLastStep' => false, 'displayAccountType' => true, 'questions' => array ( 0 => array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ), 1 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 2 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), 'sortedQuestionsList' => array ( 'ejy7uti69e7ab98911eb' => array ( 'id' => '80', 'name' => 'ejy7uti69e7ab98911eb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_48o84q169e7ab98911ef ow_alt1', 'fake' => true, 'realName' => 'username', ), '2gy8i92pevi69e7ab98911ff' => array ( 'id' => '80', 'name' => '2gy8i92pevi69e7ab98911ff', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1w164dy969e7ab9891202 ow_alt1', 'fake' => true, 'realName' => 'username', ), '1w164dy91r69e7ab9891208' => array ( 'id' => '80', 'name' => '1w164dy91r69e7ab9891208', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n269e7ab989120c ow_alt1', 'fake' => true, 'realName' => 'username', ), '3s4k369e7ab9891210' => array ( 'id' => '80', 'name' => '3s4k369e7ab9891210', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n69e7ab9891213 ow_alt1', 'fake' => false, 'realName' => 'username', ), 'i51piwyw1l4li69e7ab989121b' => array ( 'id' => '80', 'name' => 'i51piwyw1l4li69e7ab989121b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i51piwyw69e7ab989121e ow_alt2', 'fake' => true, 'realName' => 'username', ), '4s4j469e7ab9891222' => array ( 'id' => '80', 'name' => '4s4j469e7ab9891222', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4s4j4qi69e7ab9891225 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'o6uw2pa9as25469e7ab989122a' => array ( 'id' => '80', 'name' => 'o6uw2pa9as25469e7ab989122a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o6uw269e7ab989122d ow_alt2', 'fake' => true, 'realName' => 'username', ), 'email' => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 'password' => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'ejy7uti69e7ab98911eb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_48o84q169e7ab98911ef ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => '2gy8i92pevi69e7ab98911ff', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1w164dy969e7ab9891202 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '1w164dy91r69e7ab9891208', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n269e7ab989120c ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3s4k369e7ab9891210', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n69e7ab9891213 ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'i51piwyw1l4li69e7ab989121b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i51piwyw69e7ab989121e ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '4s4j469e7ab9891222', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4s4j4qi69e7ab9891225 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'o6uw2pa9as25469e7ab989122a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o6uw269e7ab989122d ow_alt2', 'fake' => true, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), ), 'questionValuesList' => array ( ), 'accountType' => '290365aadde35a97f11207ca7e4279cc', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt2', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'https://www.kr.tutorshares.com/base/join/join-form-submit/', 'name' => 'joinForm', ), 'elements' => array ( 'form_name' => HiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'joinForm', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'form_name', 'id' => 'input_4kuwyxyh', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTc3Njc5MDQyNDNEeXIxTnluQVZFNjFTVWoyR2ladTk0VmlnYWp1TDRu', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_ygytadax', 'type' => 'hidden', 'value' => 'MTc3Njc5MDQyNDNEeXIxTnluQVZFNjFTVWoyR2ladTk0VmlnYWp1TDRu', ), )), 'accountType' => Selectbox::__set_state(array( 'options' => array ( '290365aadde35a97f11207ca7e4279cc' => 'TUTOR', '0d4d3a6ee2729f96d881e2af43520aa2' => 'STUDENT', 'base' => 'PARENT', ), 'invitation' => 'Select', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => '290365aadde35a97f11207ca7e4279cc', 'errors' => array ( ), 'label' => 'Tutor, Student or Parent', 'description' => NULL, 'attributes' => array ( 'name' => 'accountType', 'id' => 'input_3lunibi6', ), )), 'ejy7uti69e7ab98911eb' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'ejy7uti69e7ab98911eb', 'id' => 'input_45a8472s', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '2gy8i92pevi69e7ab98911ff' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '2gy8i92pevi69e7ab98911ff', 'id' => 'input_yvuvu9o9', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '1w164dy91r69e7ab9891208' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '1w164dy91r69e7ab9891208', 'id' => 'input_4k2p1laj', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '3s4k369e7ab9891210' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinUsernameValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '3s4k369e7ab9891210', 'id' => 'input_351q47yx', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'i51piwyw1l4li69e7ab989121b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'i51piwyw1l4li69e7ab989121b', 'id' => 'input_uz4b1lag', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '4s4j469e7ab9891222' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => '4s4j469e7ab9891222', 'id' => 'input_enuj4lo7', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'o6uw2pa9as25469e7ab989122a' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Username', 'description' => NULL, 'attributes' => array ( 'name' => 'o6uw2pa9as25469e7ab989122a', 'id' => 'input_ydy7opyb', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'email' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => BASE_CLASS_JoinEmailValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Email', 'description' => NULL, 'attributes' => array ( 'name' => 'email', 'id' => 'input_1mixa515', 'type' => 'text', 'class' => 'ow_email_validator', ), )), 'repeatPassword' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Repeat password', 'description' => NULL, 'attributes' => array ( 'name' => 'repeatPassword', 'id' => 'input_yl3q1tyg', 'type' => 'password', ), )), 'password' => PasswordField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( 0 => PasswordValidator::__set_state(array( 'errorMessage' => NULL, )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Password', 'description' => NULL, 'attributes' => array ( 'name' => 'password', 'id' => 'input_i8y8urez', 'type' => 'password', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Continue', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_2tepajaw', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Continue', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please enter all the required information in the correct format', )), ), 'assignedVars' => array ( 'step' => 1, 'questionArray' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'ejy7uti69e7ab98911eb', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_48o84q169e7ab98911ef ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => '2gy8i92pevi69e7ab98911ff', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1w164dy969e7ab9891202 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '1w164dy91r69e7ab9891208', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n269e7ab989120c ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3s4k369e7ab9891210', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3s4k3q4n69e7ab9891213 ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'i51piwyw1l4li69e7ab989121b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i51piwyw69e7ab989121e ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '4s4j469e7ab9891222', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4s4j4qi69e7ab9891225 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'o6uw2pa9as25469e7ab989122a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o6uw269e7ab989122d ow_alt2', 'fake' => true, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), ), ), 'displayAccountType' => true, 'isLastStep' => false, ), 'template' => '/home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/controllers/join_index.html', 'visible' => true, 'userService' => BOL_UserService::__set_state(array( 'userDao' => BOL_UserDao::__set_state(array( 'cachedItems' => array ( ), 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'loginCookieDao' => BOL_LoginCookieDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'userFeaturedDao' => BOL_UserFeaturedDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'userOnlineDao' => BOL_UserOnlineDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'userSuspendDao' => BOL_UserSuspendDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'userApproveDao' => BOL_UserApproveDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'restrictedUsernamesDao' => BOL_RestrictedUsernamesDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'inviteCodeDao' => BOL_InviteCodeDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'approveDao' => BOL_UserApproveDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'resetPasswordDao' => BOL_UserResetPasswordDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'userBlockDao' => BOL_UserBlockDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), 'tokenDao' => BOL_AuthTokenDao::__set_state(array( 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001738071441650390625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 6.31809234619140625E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 7.98702239990234375E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 5.0067901611328125E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SELECT * FROM ow_base_language WHERE `id` = ?', 'execTime' => 0.00028705596923828125, 'params' => array ( 0 => 1, ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0002329349517822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 7.31945037841796875E-5, 'params' => array ( 0 => '-04:00', ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.00026988983154296875, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 4.482269287109375E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 4.1961669921875E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 3.88622283935546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 959', 'execTime' => 3.814697265625E-5, 'params' => array ( ), ), 14 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 959', 'execTime' => 3.50475311279296875E-5, 'params' => array ( ), ), 15 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 3.60012054443359375E-5, 'params' => array ( ), ), 16 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 4.38690185546875E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 17 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.69684600830078125E-5, 'params' => array ( 'menuType' => 'main', ), ), 18 => array ( 'query' => ' SELECT `mi`.*, `mi`.`key` AS `menu_key`, `d`.`class`, `d`.`action`, `d`.`uri`, `d`.`isStatic` FROM `ow_base_menu_item` AS `mi` LEFT JOIN `ow_base_document` AS `d` ON ( `mi`.`documentKey` = `d`.`key`) WHERE `mi`.`type` = :menuType ORDER BY `mi`.`order` ASC', 'execTime' => 4.60147857666015625E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.0023519992828369140625, 'params' => array ( ), ), 20 => array ( 'query' => ' SELECT `question`.* FROM `ow_base_question` as `question` LEFT JOIN `ow_base_question_section` as `section` ON ( `question`.`sectionName` = `section`.`name` AND `question`.`sectionName` != \'\' AND `question`.`sectionName` IS NOT NULL ) WHERE `question`.`base` = 1 AND `question`.`onJoin` = \'1\' AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0020821094512939453125, 'params' => NULL, ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\') ORDER BY sortOrder', 'execTime' => 0.000298976898193359375, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.0001270771026611328125, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'username\',\'email\',\'password\') ORDER BY questionName, sortOrder', 'execTime' => 0.0014560222625732421875, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'match_sprintally\' LIMIT 0, 1', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT * FROM ow_base_place WHERE `name` = \'index\' LIMIT 0, 1', 'execTime' => 0.0001621246337890625, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 0.0002231597900390625, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001709461212158203125, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 0.000134944915771484375, 'params' => array ( ), ), 29 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 30 => array ( 'query' => 'SELECT * FROM ow_base_component_place_cache WHERE `placeId` = \'2\' AND `entityId` = 0 LIMIT 0, 1', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), ), 'debugMode' => NULL, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1776790424.614428043365478515625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.79357147216796875E-5, 'totalQueryExecTime' => 0.008944034576416015625, 'queryCount' => 31, 'useCashe' => false, )), )), )), )), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.015 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_290365aadde35a97f11207ca7e4279cc', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_0d4d3a6ee2729f96d881e2af43520aa2', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_base', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_continue', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_select_field_invitation_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_account_type_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.028 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
base.questions_field_add_fake_questions Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '80', 'name' => 'username', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ) |
|
base.questions_field_add_fake_questions Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, ) |
|
base.questions_field_add_fake_questions Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ejy7uti69e7ab98911eb', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ejy7uti69e7ab98911eb', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ejy7uti69e7ab98911eb_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '2gy8i92pevi69e7ab98911ff', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '2gy8i92pevi69e7ab98911ff', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_2gy8i92pevi69e7ab98911ff_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '1w164dy91r69e7ab9891208', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '1w164dy91r69e7ab9891208', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_1w164dy91r69e7ab9891208_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '3s4k369e7ab9891210', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '3s4k369e7ab9891210', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3s4k369e7ab9891210_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'i51piwyw1l4li69e7ab989121b', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'i51piwyw1l4li69e7ab989121b', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i51piwyw1l4li69e7ab989121b_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '4s4j469e7ab9891222', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '4s4j469e7ab9891222', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4s4j469e7ab9891222_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'o6uw2pa9as25469e7ab989122a', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'o6uw2pa9as25469e7ab989122a', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_o6uw2pa9as25469e7ab989122a_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.033 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.033 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.034 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
|
base.questions_field_get_label Type: trigger Called at: 0.034 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, 'type' => 'edit', ) |
|
base.questions_field_init Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeat_password_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_username_not_valid', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_username_already_exist', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_email_not_valid', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_email_already_exist', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_not_valid', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_too_short', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_error_password_too_long', ) |
|
class.get_instance.OW_Registry Type: trigger Called at: 0.034 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Registry', 'arguments' => array ( ), ) |
|
class.get_instance.BOL_SeoService Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'className' => 'BOL_SeoService', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_title_join', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_desc_join', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'meta_keywords_join', ) |
|
core.set_document_title Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'str' => 'Visit Tutorshares.com - Connect with Students and Tutors Here!', ) |
|
core.set_document_description Type: trigger Called at: 0.036 Exec time: 0.000 |
No listeners | array ( 'str' => 'Visit Tutorshares.com to connect with Students and Tutors Here!', ) |
|
base.provide_page_meta_info Type: trigger Called at: 0.034 Exec time: 0.001 |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
array ( 'sectionKey' => 'base.base_pages', 'entityKey' => 'join', 'title' => 'base+meta_title_join', 'description' => 'base+meta_desc_join', 'keywords' => 'base+meta_keywords_join', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.040 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_promo', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_form_title', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'accountType', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_accountType_description', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_section_f90cde5913235d172603cc4e7b9726e3_label', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'username', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_username_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'email', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'password', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_description', ) |
|
base.event.on_get_question_lang Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'type' => 'description', 'name' => 'repeatPassword', 'value' => NULL, ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.041 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeatPassword_description', ) |
|
core.after_dispatch Type: trigger Called at: 0.042 Exec time: 0.000 |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|
array ( ) |
|
class.get_instance.OW_Feedback Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Feedback', 'arguments' => array ( ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'ajax_floatbox_users_title', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'flag_as', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'delete_user_confirmation_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'authorization_limited_permissions', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_change', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.042 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'avatar_crop', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.043 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'admin', 'key' => 'edit_language', ) |
|
core.finalize Type: trigger Called at: 0.042 Exec time: 0.001 |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
|
array ( ) |
|
core.before_document_render Type: trigger Called at: 0.043 Exec time: 0.000 |
No listeners | array ( ) |
|
core.before_master_page_render Type: trigger Called at: 0.043 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.BASE_CMP_MainMenu Type: trigger Called at: 0.043 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_MainMenu', 'arguments' => array ( 0 => array ( 'responsive' => true, ), ), ) |
|
class.get_instance.BASE_CMP_Sidebar Type: trigger Called at: 0.044 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Sidebar', 'arguments' => array ( 0 => array ( ), ), ) |
|
class.get_instance.BASE_CMP_Console Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Console', 'arguments' => array ( 0 => array ( ), ), ) |
|
base_hook_remote_auth_button_list Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_login_invitation', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'component_sign_in_password_invitation', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_remember_me_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.049 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'forgot_password_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_cap_label', ) |
|
class.get_instance.BASE_CMP_SignInButtonList Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_SignInButtonList', 'arguments' => array ( 0 => array ( ), ), ) |
|
base_hook_remote_auth_button_list Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'base_sign_in_txt', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'sign_in_submit_label', ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.050 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'console_item_sign_up_label', ) |
|
console.collect_items Type: trigger Called at: 0.049 Exec time: 0.001 |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
|
array ( ) |
|
console.before_item_render Type: trigger Called at: 0.051 Exec time: 0.000 |
No listeners |
array (
'item' =>
BASE_CMP_ConsoleItem::__set_state(array(
'content' => NULL,
'control' => 'Tutorshares.comTutorshares.com |
|
console.before_item_render Type: trigger Called at: 0.052 Exec time: 0.000 |
No listeners | array ( 'item' => BASE_CMP_ConsoleButton::__set_state(array( 'consoleItem' => BASE_CMP_ConsoleItem::__set_state(array( 'content' => NULL, 'control' => 'Sign up', 'hidden' => false, 'uniqId' => 'console_item_69e7ab9895674', 'class' => array ( 'ow_console_button' => 'ow_console_button', ), 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( 'item' => array ( 'uniqId' => 'console_item_69e7ab9895674', 'class' => 'ow_console_button', 'content' => array ( ), 'html' => 'Sign up', 'hidden' => false, ), ), 'template' => '/home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console_item.html', 'visible' => true, )), 'key' => 'console_item_69e7ab9895674', 'components' => array ( ), 'forms' => array ( ), 'assignedVars' => array ( 'label' => 'Sign up', 'href' => 'https://www.kr.tutorshares.com/join', 'onClick' => '', ), 'template' => '/home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console_button.html', 'visible' => true, )), 'order' => 1, ) |
|
console.before_item_render Type: trigger Called at: 0.052 Exec time: 0.000 |
No listeners |
array (
'item' =>
BASE_CMP_ConsoleSwitchLanguage::__set_state(array(
'url' => 'javascript://',
'consoleItem' =>
BASE_CMP_ConsoleItem::__set_state(array(
'content' => '
en
',
'hidden' => false,
'uniqId' => 'console_item_69e7ab9895871',
'class' =>
array (
'ow_console_dropdown' => 'ow_console_dropdown',
'ow_console_dropdown_hover' => 'ow_console_dropdown_hover',
),
'components' =>
array (
),
'forms' =>
array (
),
'assignedVars' =>
array (
'item' =>
array (
'uniqId' => 'console_item_69e7ab9895871',
'class' => 'ow_console_dropdown ow_console_dropdown_hover',
'content' =>
array (
'html' => '
en
',
'hidden' => false,
),
),
'template' => '/home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console_item.html',
'visible' => true,
)),
'key' => 'console_item_69e7ab9895871',
'components' =>
array (
),
'forms' =>
array (
),
'assignedVars' =>
array (
'label' => 'en',
'class' => 'ow_console_lang_en',
'url' => 'javascript://',
),
'template' => '/home/tutorsha/kr.tutorshares.com/ow_system_plugins/base/views/components/console_switch_language.html',
'visible' => true,
)),
'order' => 0,
)
|
|
console.ping Type: trigger Called at: 0.052 Exec time: 0.000 |
BASE_CLASS_InvitationEventHandler -> ping()
|
array ( ) |
|
base.ping.consoleUpdate Type: trigger Called at: 0.052 Exec time: 0.000 |
BASE_CLASS_ConsoleEventHandler -> ping()
|
array ( ) |
|
base.add_page_top_content Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( ) |
|
base.add_page_bottom_content Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( ) |
|
class.get_instance.BASE_CMP_Sidebar Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CMP_Sidebar', 'arguments' => array ( 0 => array ( ), ), ) |
|
servicelangtools.lang_used_log Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'copyright', ) |
|
core.after_master_page_render Type: trigger Called at: 0.053 Exec time: 0.000 |
No listeners | array ( ) |
| Event | Listener |
|---|---|
| core.exit |
OW_Log -> writeLog()
|
| core.emergency_exit |
OW_Log -> writeLog()
BASE_CLASS_EventHandler -> onEmergencyExit()
|
| base.billing.on_after_delivered_sale |
BASE_CLASS_EventHandler -> onAfterBillingDeliverSale()
|
| base.user_login |
BASE_CLASS_EventHandler -> onUserLoginSaveStatistics()
BASE_CLASS_EventHandler -> onUserLogin()
BASE_CLASS_EventHandler -> onUserLoginSetAdminCookie()
|
| content.after_add |
BASE_CLASS_EventHandler -> onAfterAdd()
|
| base.add_global_lang_keys |
BASE_CLASS_EventHandler -> onAddGlobalLangs()
|
| base.user_unregister |
BASE_CLASS_EventHandler -> onDeleteUserContent()
BASE_CLASS_EventHandler -> onUserUnregisterDeleteDisaproved()
BASE_CLASS_EventHandler -> onUserUnregisterRemovePreference()
BASE_CLASS_EventHandler -> onDeleteMediaPanelFiles()
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> onUserUnregisterClearMailQueue()
BASE_CLASS_ContentProvider -> onUserDeleted()
BASE_CLASS_EventHandler -> onDeleteUserAttachments()
NEWSFEED_CLASS_EventHandler -> userUnregister()
PROFILEBALANCE_CLASS_EventHandler -> deleteUserBalance()
|
| base.user_logout |
BASE_CLASS_EventHandler -> onUserLogout()
|
| base.user_register |
BASE_CLASS_EventHandler -> onJoinMandatoryUserApprove()
BASE_CLASS_EventHandler -> onJoinFeed()
BASE_CLASS_EventHandler -> onUserRegisterWelcomeLetter()
BASE_CLASS_EventHandler -> setAccountTypeUserRoleOnUserRegister()
BASE_CLASS_EventHandler -> deleteInviteCode()
BASE_CLASS_ContentProvider -> onUserJoin()
|
| base.user_edit |
BASE_CLASS_EventHandler -> onUserEditFeed()
BASE_CLASS_ContentProvider -> afterUserEdit()
|
| feed.after_comment_add |
BASE_CLASS_EventHandler -> onUserJoinCommentFeed()
BASE_CLASS_EventHandler -> onUserAvatarCommentFeed()
NEWSFEED_CLASS_EventHandler -> afterComment()
|
| feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
|
| notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
PROFILEBALANCE_CLASS_EventHandler -> onCollectNotificationActions()
|
| base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
|
| base.update_entity_items_status |
BASE_CLASS_EventHandler -> onUpdateEntityItemsStatus()
|
| base.user_suspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> sendSuspendNotification()
|
| base.user_unsuspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
| base.on_user_approve |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_ContentProvider -> onUserApprove()
|
| base.on_user_disapprove |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
| base.on_user_mark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
| base.on_user_unmark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
| base.questions_field_get_label |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
| base.before_decorator |
BASE_CLASS_EventHandler -> onBeforeDecoratorRender()
|
| plugin.privacy.get_action_list |
BASE_CLASS_EventHandler -> onPrivacyAddAction()
NEWSFEED_CLASS_EventHandler -> onPrivacyCollectActions()
|
| base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
BILLINGPAYPAL_CLASS_EventHandler -> addAccessException()
|
| base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
BILLINGPAYPAL_CLASS_EventHandler -> addAccessException()
|
| base.maintenance_mode_exceptions |
BASE_CLASS_EventHandler -> onAddMaintenanceModeExceptions()
|
| admin.add_auth_labels |
BASE_CLASS_EventHandler -> onAddAuthLabels()
admin_add_auth_labels()
NEWSFEED_CLASS_EventHandler -> onCollectAuthLabels()
PROFILEBALANCE_CLASS_EventHandler -> onCollectAuthLabels()
|
| socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
|
| base.before_save_user |
BASE_CLASS_EventHandler -> setUserRoleOnChangeAccountType()
|
| base.questions_field_add_fake_questions |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
| base.join_form_render |
BASE_CLASS_EventHandler -> onInviteMembersProcessJoinForm()
|
| base.moderation_panel_widget_collect_contents |
BASE_CLASS_EventHandler -> onCollectModerationWidgetContent()
|
| base.moderation_tools.collect_menu |
BASE_CLASS_EventHandler -> onCollectModerationToolsMenu()
|
| content.before_delete |
BASE_CLASS_EventHandler -> deleteEntityFlags()
|
| base.after_avatar_update |
BASE_CLASS_ContentProvider -> onAvatarChange()
BASE_CLASS_EventHandler -> onAfterAvatarUpdate()
|
| base.before_user_avatar_delete |
BASE_CLASS_ContentProvider -> onAvatarDelete()
|
| content.collect_types |
BASE_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
|
| content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
NEWSFEED_CLASS_ContentProvider -> onGetInfo()
|
| content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
NEWSFEED_CLASS_ContentProvider -> onUpdateInfo()
|
| content.delete |
BASE_CLASS_ContentProvider -> onDelete()
NEWSFEED_CLASS_ContentProvider -> onDelete()
|
| base.user_list.get_displayed_fields |
BASE_CLASS_EventHandler -> onGetUserListFields()
|
| base.user_list.get_questions |
BASE_CLASS_EventHandler -> onGetUserListQuestions()
|
| base.user_list.get_field_data |
BASE_CLASS_EventHandler -> onGetUserListFieldValue()
|
| base.sitemap.get_urls |
BASE_CLASS_EventHandler -> onSitemapGetUrls()
|
| base.provide_page_meta_info |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
| base.add_profile_action_toolbar |
BASE_CLASS_EventHandler -> onActionToolbarAddDeleteActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddFlagActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddSuspendActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddAuthActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserApproveActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserFeatureActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserBlockActionTool()
NEWSFEED_CLASS_EventHandler -> onCollectProfileActions()
PROFILEBALANCE_CLASS_EventHandler -> onCollectProfileActionToolbarItem()
|
| base.dashboard_menu_items |
BASE_CLASS_EventHandler -> onDashboardMenuItem()
|
| base.preference_menu_items |
BASE_CLASS_EventHandler -> onPreferenceMenuItem()
|
| base.on_avatar_toolbar_collect |
BASE_CLASS_EventHandler -> onAvatarToolbarCollect()
|
| core.finalize |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
|
| admin.add_admin_notification |
BASE_CLASS_EventHandler -> addAdminNotification()
ADMIN_CLASS_EventHandler -> onAddAdminNotification()
BILLINGPAYPAL_CLASS_EventHandler -> addAdminNotification()
|
| ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
|
| core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
|
| base.preference_add_form_element |
BASE_CLASS_EventHandler -> onPreferenceAddFormElement()
|
| base.preference_section_label |
BASE_CLASS_EventHandler -> onAddPreferenceSectionLabels()
|
| feed.collect_configurable_activity |
BASE_CLASS_EventHandler -> onFeedCollectConfigurableActivity()
|
| base.attachment_save_image |
BASE_CLASS_EventHandler -> onSaveAttachmentImage()
|
| join.get_captcha_field |
BASE_CLASS_EventHandler -> getCaptcha()
|
| core.after_route |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
| base.add_quick_link |
BASE_CLASS_EventHandler -> onCollectQuickLinks()
PROFILEBALANCE_CLASS_EventHandler -> onCollectQuickLinks()
|
| base.collect_seo_meta_data |
BASE_CLASS_EventHandler -> onCollectMetaData()
|
| class.get_instance |
BASE_CLASS_EventHandler -> onGetClassInstance()
|
| base.ping.consoleUpdate |
BASE_CLASS_ConsoleEventHandler -> ping()
|
| console.collect_items |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
|
| core.plugins_init |
BASE_CLASS_InvitationEventHandler -> afterInits()
NEWSFEED_CLASS_EventHandler -> afterAppInit()
NEWSFEED_CLASS_FormatManager -> collectFormats()
|
| core.plugin_activate |
BASE_CLASS_InvitationEventHandler -> pluginActivate()
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
|
| core.plugin_deactivate |
BASE_CLASS_InvitationEventHandler -> pluginDeactivate()
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
|
| console.load_list |
BASE_CLASS_InvitationEventHandler -> loadList()
|
| console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
|
| notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
|
| admin.disable_fields_on_edit_profile_question |
ADMIN_CLASS_EventHandler -> onGetDisableActionList()
ADMIN_CLASS_EventHandler -> onGetJoinStampDisableActionList()
|
| admin.check_if_admin_page |
ADMIN_CLASS_EventHandler -> checkIfAdminPage()
|
| feed.action |
NEWSFEED_CLASS_EventHandler -> action()
|
| feed.activity |
NEWSFEED_CLASS_EventHandler -> activity()
|
| feed.delete_activity |
NEWSFEED_CLASS_EventHandler -> removeActivity()
|
| feed.get_all_follows |
NEWSFEED_CLASS_EventHandler -> getAllFollows()
|
| feed.install_widget |
NEWSFEED_CLASS_EventHandler -> installWidget()
|
| feed.delete_item |
NEWSFEED_CLASS_EventHandler -> deleteAction()
|
| feed.get_status |
NEWSFEED_CLASS_EventHandler -> getStatus()
|
| feed.remove_follow |
NEWSFEED_CLASS_EventHandler -> removeFollow()
|
| feed.is_follow |
NEWSFEED_CLASS_EventHandler -> isFollow()
|
| feed.after_status_update |
NEWSFEED_CLASS_EventHandler -> statusUpdate()
NEWSFEED_CLASS_EventHandler -> userFeedStatusUpdate()
|
| feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
| feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
| feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
|
| feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
| feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
| feed.get_item_permalink |
NEWSFEED_CLASS_EventHandler -> getActionPermalink()
|
| feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
| feed.is_inited |
NEWSFEED_CLASS_EventHandler -> isFeedInited()
|
| plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
|
| base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
| base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
|
| feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> genericItemRender()
NEWSFEED_CLASS_EventHandler -> onFeedItemRenderContext()
NEWSFEED_CLASS_EventHandler -> desktopItemRender()
NEWSFEED_CLASS_EventHandler -> feedItemRenderFlagBtn()
|
| usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
|
| feed.before_action_delete |
NEWSFEED_CLASS_ContentProvider -> onBeforeActionDelete()
|
| feed.after_action_add |
NEWSFEED_CLASS_ContentProvider -> onAfterActionAdd()
|
| base.splash_screen_exceptions |
BILLINGPAYPAL_CLASS_EventHandler -> addAccessException()
|
| profilebalance.get_balance |
PROFILEBALANCE_CLASS_EventHandler -> getBalance()
|
| base.billing_add_gateway_product |
PROFILEBALANCE_CLASS_EventHandler -> onCollectBillingGatewayProduct()
|
| profilebalance.grant |
PROFILEBALANCE_CLASS_EventHandler -> onGrantCredits()
|
| profilebalance.set_by_moderator |
PROFILEBALANCE_CLASS_EventHandler -> onSetBalance()
|
| profilebalance.get_action_label |
PROFILEBALANCE_CLASS_EventHandler -> onGetActionLabel()
|
| base.collect_subscribe_menu |
PROFILEBALANCE_CLASS_EventHandler -> getPluginForMenuDesktop()
|
| base.memberToolbar |
ClosureObject()
|
| invitations.on_item_render |
BASE_CLASS_InvitationEventHandler -> renderItem()
|
| invitations.add |
BASE_CLASS_InvitationEventHandler -> addInvitation()
|
| invitations.remove |
BASE_CLASS_InvitationEventHandler -> removeInvitation()
|
| base.append_markup |
OW_DeveloperTools -> onAppendMarkup()
|
| core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|