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.011 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.086 |
After routing | Routing process (searching controller+action which should handle the request). | 0.086 |
After controller action call | Calling controller action (plugin custom logic). | 0.115 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.116 |
Page end | Processing all headers and sending rendered document. | 0.123 |
Query | Params | Time |
---|---|---|
SELECT * FROM ow_base_config | array ( ) | 0.000147 |
SELECT * FROM ow_base_language | array ( ) | 0.000091 |
SELECT * FROM ow_base_plugin | array ( ) | 0.000105 |
SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000401 |
SET TIME_ZONE = ? | array ( 0 => '-08:00', ) | 0.000173 |
SELECT * FROM ow_base_document WHERE `uri` = 'join' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000132 |
SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000087 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 956 | array ( ) | 0.000062 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956 | array ( ) | 0.000061 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000069 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000057 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 957 | array ( ) | 0.000054 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957 | array ( ) | 0.000052 |
SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000053 |
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.000071 |
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.000120 |
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.000089 |
SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.001721 |
SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = 'all' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = '1' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` | array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ) | 0.000418 |
SELECT * FROM ow_base_question WHERE `name` IN('username','email','password','realname','sex','birthdate','match_sex','relationship','9221d78a4201eac23c972e1d4aa2cee6','c441a8a9b955647cdf4c81562d39068a') ORDER BY sortOrder | array ( ) | 0.000071 |
SELECT * FROM ow_base_question WHERE `name` IN('') ORDER BY sortOrder | array ( ) | 0.001232 |
SELECT * FROM ow_base_question_value WHERE `questionName` IN('9221d78a4201eac23c972e1d4aa2cee6','username','c441a8a9b955647cdf4c81562d39068a','email','password','realname','sex','birthdate','match_sex','relationship') ORDER BY questionName, sortOrder | array ( ) | 0.000097 |
SELECT * FROM ow_base_language | array ( ) | 0.000117 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000069 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000058 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000053 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000059 |
SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' | array ( ) | 0.000069 |
SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = 'pending' AND `friends_friendship`.`viewed` = '0' | array ( ) | 0.000067 |
Type | Class | Path (class, template) |
---|---|---|
Controller | BASE_CTRL_Join | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/controllers/join.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/controllers/join_index.html |
Component | BASE_CMP_MainMenu | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/main_menu.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/menu.html |
Component | BASE_CMP_BottomMenu | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/bottom_menu.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/bottom_menu.html |
Component | BASE_CMP_SignIn | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/sign_in.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/sign_in.html |
Component | BASE_CMP_ConsoleButton | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/console_button.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console_button.html |
Component | BASE_CMP_Console | /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/components/console.php /home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/components/console.html |
Event | Listener | Params |
---|---|---|
base.get_active_theme_name Type: call Called at: 0.082 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.OW_Response Type: trigger Called at: 0.083 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
class.get_instance.OW_Language Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Language', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'videotube', 'key' => 'videotube_menu_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'users_main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'video', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.085 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'iclassifieds', 'key' => 'menutext_value', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_81959573', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'openwack', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'mobile_version_menu_item', ) |
core.app_init Type: trigger Called at: 0.086 Exec time: 0.000 |
No listeners | array ( ) |
core.after_route Type: trigger Called at: 0.086 Exec time: 0.003 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
array ( ) |
class.get_instance.BASE_CTRL_Join Type: trigger Called at: 0.089 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CTRL_Join', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.091 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index', ) |
core.set_document_heading Type: trigger Called at: 0.091 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join our community', ) |
class.get_instance.JoinForm Type: trigger Called at: 0.091 Exec time: 0.000 |
No listeners | array ( 'className' => 'JoinForm', 'arguments' => array ( 0 => BASE_CTRL_Join::__set_state(array( 'responderUrl' => 'http://oxwall-demo.iyaffle.com/base/join/ajax-responder/', 'joinForm' => JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 1, 'isLastStep' => true, 'displayAccountType' => false, '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', ), 3 => array ( 'id' => '104', 'name' => 'realname', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, ), 4 => array ( 'id' => '94', 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, ), 5 => array ( 'id' => '92', 'name' => 'birthdate', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, ), 6 => array ( 'id' => '111', 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, ), 7 => array ( 'id' => '112', 'name' => 'relationship', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, ), 8 => array ( 'id' => '84', 'name' => '9221d78a4201eac23c972e1d4aa2cee6', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ), 9 => array ( 'id' => '83', 'name' => 'c441a8a9b955647cdf4c81562d39068a', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, ), ), 'sortedQuestionsList' => array ( 'onedox2buhaw3600781a0be0df' => array ( 'id' => '80', 'name' => 'onedox2buhaw3600781a0be0df', '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_y81be600781a0be0e6 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'ip1tidaw600781a0be0fd' => array ( 'id' => '80', 'name' => 'ip1tidaw600781a0be0fd', '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_iz4n4600781a0be102 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'oz2pyzi5a600781a0be10b' => array ( 'id' => '80', 'name' => 'oz2pyzi5a600781a0be10b', '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_oz2pyzi5aq600781a0be110 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'evemyt1kiq600781a0be118' => array ( 'id' => '80', 'name' => 'evemyt1kiq600781a0be118', '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_i54lop600781a0be11d ow_alt1', 'fake' => false, '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', ), '4kyvitu8al600781a0be13d' => array ( 'id' => '104', 'name' => '4kyvitu8al600781a0be13d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4kyvi600781a0be142 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'u6ob3ga8yty600781a0be14b' => array ( 'id' => '104', 'name' => 'u6ob3ga8yty600781a0be14b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_28ipu600781a0be14f ow_alt1', 'fake' => true, 'realName' => 'realname', ), '28ipuvoniba600781a0be157' => array ( 'id' => '104', 'name' => '28ipuvoniba600781a0be157', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3r1sowehuj600781a0be15c ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'epu6u8600781a0be163' => array ( 'id' => '104', 'name' => 'epu6u8600781a0be163', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_epu6u818600781a0be168 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'i9isih600781a0be16e' => array ( 'id' => '104', 'name' => 'i9isih600781a0be16e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i9isiha61600781a0be173 ow_alt1', 'fake' => true, 'realName' => 'realname', ), '2xytovujyq4s600781a0be17b' => array ( 'id' => '104', 'name' => '2xytovujyq4s600781a0be17b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2xytovuj600781a0be17f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'imekuhady9600781a0be186' => array ( 'id' => '104', 'name' => 'imekuhady9600781a0be186', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1n1518600781a0be18b ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'o91r1k4tim4z600781a0be197' => array ( 'id' => '94', 'name' => 'o91r1k4tim4z600781a0be197', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o91r1600781a0be19b ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'axi5uwop2zuxi600781a0be1a4' => array ( 'id' => '94', 'name' => 'axi5uwop2zuxi600781a0be1a4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_49uzudimed600781a0be1a9 ow_alt1', 'fake' => true, 'realName' => 'sex', ), '49uzudimed600781a0be1b0' => array ( 'id' => '94', 'name' => '49uzudimed600781a0be1b0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ybupim1bo600781a0be1b5 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '1h4z3600781a0be1bc' => array ( 'id' => '94', 'name' => '1h4z3600781a0be1bc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1h4z3n600781a0be1c0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '382va7ati5ava600781a0be1d8' => array ( 'id' => '92', 'name' => '382va7ati5ava600781a0be1d8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_us1g3rir2m600781a0be1dd ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'y54s18uv4ti9600781a0be1e5' => array ( 'id' => '92', 'name' => 'y54s18uv4ti9600781a0be1e5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_y54s18uv600781a0be1ea ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'ipawori8o600781a0be1f1' => array ( 'id' => '92', 'name' => 'ipawori8o600781a0be1f1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_ipawori8600781a0be1f6 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'a64h2600781a0be1fc' => array ( 'id' => '92', 'name' => 'a64h2600781a0be1fc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_a64h2qe8600781a0be207 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '3leqapuhu5284600781a0be20f' => array ( 'id' => '92', 'name' => '3leqapuhu5284600781a0be20f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3leqapuhu600781a0be214 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '3nup472p600781a0be21a' => array ( 'id' => '92', 'name' => '3nup472p600781a0be21a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3nup472p600781a0be21f ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '48omed1he8600781a0be226' => array ( 'id' => '92', 'name' => '48omed1he8600781a0be226', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_4l1q3go600781a0be22a ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'owyso9y82g2si600781a0be23a' => array ( 'id' => '111', 'name' => 'owyso9y82g2si600781a0be23a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_oduj4600781a0be23e ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 'oduj4m1dydu6600781a0be247' => array ( 'id' => '111', 'name' => 'oduj4m1dydu6600781a0be247', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ypev4600781a0be24b ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), '2kyx4ri9u9600781a0be252' => array ( 'id' => '111', 'name' => '2kyx4ri9u9600781a0be252', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2kyx4ri9600781a0be257 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'a81h1q4836i600781a0be25e' => array ( 'id' => '111', 'name' => 'a81h1q4836i600781a0be25e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_a81h1q48600781a0be262 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'ad1b1x193luqo600781a0be269' => array ( 'id' => '111', 'name' => 'ad1b1x193luqo600781a0be269', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ad1b1x19600781a0be26e ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'al4h4qebon3ty600781a0be279' => array ( 'id' => '112', 'name' => 'al4h4qebon3ty600781a0be279', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4xez371600781a0be27e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), '2t4q4j2q600781a0be285' => array ( 'id' => '112', 'name' => '2t4q4j2q600781a0be285', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2t4q4j600781a0be28a ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ud1qas1qi9a600781a0be29d' => array ( 'id' => '112', 'name' => 'ud1qas1qi9a600781a0be29d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es1r1k1vyl600781a0be2a2 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'es1r1k1v600781a0be2a9' => array ( 'id' => '112', 'name' => 'es1r1k1v600781a0be2a9', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_opum1ky600781a0be2ad ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'opum1kyv600781a0be2b5' => array ( 'id' => '112', 'name' => 'opum1kyv600781a0be2b5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1hovys3q600781a0be2ba ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'uq2vo600781a0be2c1' => array ( 'id' => '112', 'name' => 'uq2vo600781a0be2c1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uq2vo600781a0be2c5 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ibuxe9ahu7i9600781a0be2d2' => array ( 'id' => '84', 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ix4hit1600781a0be2d6 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3dun4tu6oqes600781a0be2de' => array ( 'id' => '84', 'name' => '3dun4tu6oqes600781a0be2de', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3dun4tu6600781a0be2e3 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'yt4j1x4n4zu600781a0be2ea' => array ( 'id' => '84', 'name' => 'yt4j1x4n4zu600781a0be2ea', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_yt4j1600781a0be2ee ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'es3527yne600781a0be2f5' => array ( 'id' => '84', 'name' => 'es3527yne600781a0be2f5', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es352600781a0be2f9 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '1pap45i600781a0be300' => array ( 'id' => '84', 'name' => '1pap45i600781a0be300', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1pap45600781a0be304 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '4pi8oq600781a0be30f' => array ( 'id' => '83', 'name' => '4pi8oq600781a0be30f', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_37e53h4b600781a0be313 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'etizy84v600781a0be31b' => array ( 'id' => '83', 'name' => 'etizy84v600781a0be31b', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_etizy8600781a0be31f ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '1m4r39o84qyz4600781a0be326' => array ( 'id' => '83', 'name' => '1m4r39o84qyz4600781a0be326', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1m4r39600781a0be32b ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ygapo8y600781a0be331' => array ( 'id' => '83', 'name' => 'ygapo8y600781a0be331', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ygapo8yv600781a0be336 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'uj2l3g4dy600781a0be33d' => array ( 'id' => '83', 'name' => 'uj2l3g4dy600781a0be33d', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uj2l3g4600781a0be341 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'onedox2buhaw3600781a0be0df', '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_y81be600781a0be0e6 ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ip1tidaw600781a0be0fd', '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_iz4n4600781a0be102 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'oz2pyzi5a600781a0be10b', '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_oz2pyzi5aq600781a0be110 ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'evemyt1kiq600781a0be118', '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_i54lop600781a0be11d ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => 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', ), 5 => 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', ), 6 => array ( 'id' => '104', 'name' => '4kyvitu8al600781a0be13d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4kyvi600781a0be142 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => 'u6ob3ga8yty600781a0be14b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_28ipu600781a0be14f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => '28ipuvoniba600781a0be157', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3r1sowehuj600781a0be15c ow_alt2', 'fake' => true, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'epu6u8600781a0be163', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_epu6u818600781a0be168 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'i9isih600781a0be16e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i9isiha61600781a0be173 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '2xytovujyq4s600781a0be17b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2xytovuj600781a0be17f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'imekuhady9600781a0be186', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1n1518600781a0be18b ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '94', 'name' => 'o91r1k4tim4z600781a0be197', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o91r1600781a0be19b ow_alt2', 'fake' => false, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'axi5uwop2zuxi600781a0be1a4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_49uzudimed600781a0be1a9 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '49uzudimed600781a0be1b0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ybupim1bo600781a0be1b5 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => '1h4z3600781a0be1bc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1h4z3n600781a0be1c0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => '382va7ati5ava600781a0be1d8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_us1g3rir2m600781a0be1dd ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => 'y54s18uv4ti9600781a0be1e5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_y54s18uv600781a0be1ea ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'ipawori8o600781a0be1f1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_ipawori8600781a0be1f6 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'a64h2600781a0be1fc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_a64h2qe8600781a0be207 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => '3leqapuhu5284600781a0be20f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3leqapuhu600781a0be214 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => '3nup472p600781a0be21a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3nup472p600781a0be21f ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '48omed1he8600781a0be226', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_4l1q3go600781a0be22a ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'owyso9y82g2si600781a0be23a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_oduj4600781a0be23e ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'oduj4m1dydu6600781a0be247', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ypev4600781a0be24b ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => '2kyx4ri9u9600781a0be252', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2kyx4ri9600781a0be257 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => 'a81h1q4836i600781a0be25e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_a81h1q48600781a0be262 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => 'ad1b1x193luqo600781a0be269', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ad1b1x19600781a0be26e ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => 'al4h4qebon3ty600781a0be279', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4xez371600781a0be27e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => '2t4q4j2q600781a0be285', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2t4q4j600781a0be28a ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'ud1qas1qi9a600781a0be29d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es1r1k1vyl600781a0be2a2 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'es1r1k1v600781a0be2a9', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_opum1ky600781a0be2ad ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'opum1kyv600781a0be2b5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1hovys3q600781a0be2ba ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => 'uq2vo600781a0be2c1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uq2vo600781a0be2c5 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ix4hit1600781a0be2d6 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3dun4tu6oqes600781a0be2de', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3dun4tu6600781a0be2e3 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'yt4j1x4n4zu600781a0be2ea', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_yt4j1600781a0be2ee ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'es3527yne600781a0be2f5', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es352600781a0be2f9 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => '1pap45i600781a0be300', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1pap45600781a0be304 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '83', 'name' => '4pi8oq600781a0be30f', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_37e53h4b600781a0be313 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'etizy84v600781a0be31b', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_etizy8600781a0be31f ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => '1m4r39o84qyz4600781a0be326', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1m4r39600781a0be32b ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ygapo8y600781a0be331', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ygapo8yv600781a0be336 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'uj2l3g4dy600781a0be33d', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uj2l3g4600781a0be341 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( 'o91r1k4tim4z600781a0be197' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'axi5uwop2zuxi600781a0be1a4' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '49uzudimed600781a0be1b0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '1h4z3600781a0be1bc' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'owyso9y82g2si600781a0be23a' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'oduj4m1dydu6600781a0be247' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '2kyx4ri9u9600781a0be252' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'a81h1q4836i600781a0be25e' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'ad1b1x193luqo600781a0be269' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'al4h4qebon3ty600781a0be279' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), '2t4q4j2q600781a0be285' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'ud1qas1qi9a600781a0be29d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'es1r1k1v600781a0be2a9' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'opum1kyv600781a0be2b5' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'uq2vo600781a0be2c1' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), ), 'accountType' => '290365aadde35a97f11207ca7e4279cc', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt1', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'http://oxwall-demo.iyaffle.com/base/join/join-form-submit/', 'name' => 'joinForm', 'enctype' => 'multipart/form-data', ), '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_ez3j36y8', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxMTEwNDY3MjFLMmxFV3k4QU0ySllxWXRVbm9UVVEzOGlyRTUxbUVN', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_ezug2hik', 'type' => 'hidden', 'value' => 'MTYxMTEwNDY3MjFLMmxFV3k4QU0ySllxWXRVbm9UVVEzOGlyRTUxbUVN', ), )), 'onedox2buhaw3600781a0be0df' => 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' => 'onedox2buhaw3600781a0be0df', 'id' => 'input_ytom1zur', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'ip1tidaw600781a0be0fd' => 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' => 'ip1tidaw600781a0be0fd', 'id' => 'input_iky52zoq', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'oz2pyzi5a600781a0be10b' => 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' => 'oz2pyzi5a600781a0be10b', 'id' => 'input_od4judu8', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'evemyt1kiq600781a0be118' => 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' => 'evemyt1kiq600781a0be118', 'id' => 'input_4mavyvaz', '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_azuvum4q', '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_e7abe6y9', '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_uh1mul1n', 'type' => 'password', ), )), '4kyvitu8al600781a0be13d' => TextField::__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' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '4kyvitu8al600781a0be13d', 'id' => 'input_17uneb3d', 'type' => 'text', ), )), 'u6ob3ga8yty600781a0be14b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'u6ob3ga8yty600781a0be14b', 'id' => 'input_4tap2val', 'type' => 'text', ), )), '28ipuvoniba600781a0be157' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '28ipuvoniba600781a0be157', 'id' => 'input_4vax38ew', 'type' => 'text', ), )), 'epu6u8600781a0be163' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'epu6u8600781a0be163', 'id' => 'input_ylek4w1m', 'type' => 'text', ), )), 'i9isih600781a0be16e' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'i9isih600781a0be16e', 'id' => 'input_yvyr1lux', 'type' => 'text', ), )), '2xytovujyq4s600781a0be17b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '2xytovujyq4s600781a0be17b', 'id' => 'input_e5iz1sum', 'type' => 'text', ), )), 'imekuhady9600781a0be186' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'imekuhady9600781a0be186', 'id' => 'input_1jal2zup', 'type' => 'text', ), )), 'o91r1k4tim4z600781a0be197' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'o91r1k4tim4z600781a0be197', 'id' => 'input_e8a8yp4q', 'type' => 'radio', 'value' => '2', ), )), 'axi5uwop2zuxi600781a0be1a4' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'axi5uwop2zuxi600781a0be1a4', 'id' => 'input_152qan1j', 'type' => 'radio', 'value' => '2', ), )), '49uzudimed600781a0be1b0' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '49uzudimed600781a0be1b0', 'id' => 'input_enygo93w', 'type' => 'radio', 'value' => '2', ), )), '1h4z3600781a0be1bc' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '1h4z3600781a0be1bc', 'id' => 'input_y5a8imyt', 'type' => 'radio', 'value' => '2', ), )), '382va7ati5ava600781a0be1d8' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '382va7ati5ava600781a0be1d8', 'id' => 'input_1solo7in', 'type' => 'text', ), )), 'y54s18uv4ti9600781a0be1e5' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'y54s18uv4ti9600781a0be1e5', 'id' => 'input_ipuq2s4t', 'type' => 'text', ), )), 'ipawori8o600781a0be1f1' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'ipawori8o600781a0be1f1', 'id' => 'input_2n16yl3q', 'type' => 'text', ), )), 'a64h2600781a0be1fc' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'a64h2600781a0be1fc', 'id' => 'input_18oqe7e7', 'type' => 'text', ), )), '3leqapuhu5284600781a0be20f' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '3leqapuhu5284600781a0be20f', 'id' => 'input_ela9ekev', 'type' => 'text', ), )), '3nup472p600781a0be21a' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '3nup472p600781a0be21a', 'id' => 'input_ury81syj', 'type' => 'text', ), )), '48omed1he8600781a0be226' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '48omed1he8600781a0be226', 'id' => 'input_4quv4wob', 'type' => 'text', ), )), 'owyso9y82g2si600781a0be23a' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'owyso9y82g2si600781a0be23a[]', 'id' => 'input_yj2vu7o9', 'type' => 'checkbox', 'value' => '2', ), )), 'oduj4m1dydu6600781a0be247' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'oduj4m1dydu6600781a0be247[]', 'id' => 'input_ymok3zov', 'type' => 'checkbox', 'value' => '2', ), )), '2kyx4ri9u9600781a0be252' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => '2kyx4ri9u9600781a0be252[]', 'id' => 'input_y8equlop', 'type' => 'checkbox', 'value' => '2', ), )), 'a81h1q4836i600781a0be25e' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'a81h1q4836i600781a0be25e[]', 'id' => 'input_axaj4v3g', 'type' => 'checkbox', 'value' => '2', ), )), 'ad1b1x193luqo600781a0be269' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'ad1b1x193luqo600781a0be269[]', 'id' => 'input_ujuj2rip', 'type' => 'checkbox', 'value' => '2', ), )), 'al4h4qebon3ty600781a0be279' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'al4h4qebon3ty600781a0be279[]', 'id' => 'input_yseq39ek', 'type' => 'checkbox', 'value' => '2', ), )), '2t4q4j2q600781a0be285' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => '2t4q4j2q600781a0be285[]', 'id' => 'input_261b4w4r', 'type' => 'checkbox', 'value' => '2', ), )), 'ud1qas1qi9a600781a0be29d' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'ud1qas1qi9a600781a0be29d[]', 'id' => 'input_3k3jep1m', 'type' => 'checkbox', 'value' => '2', ), )), 'es1r1k1v600781a0be2a9' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'es1r1k1v600781a0be2a9[]', 'id' => 'input_262p38y6', 'type' => 'checkbox', 'value' => '2', ), )), 'opum1kyv600781a0be2b5' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'opum1kyv600781a0be2b5[]', 'id' => 'input_ozy9ilim', 'type' => 'checkbox', 'value' => '2', ), )), 'uq2vo600781a0be2c1' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'uq2vo600781a0be2c1[]', 'id' => 'input_yvy9i6i7', 'type' => 'checkbox', 'value' => '2', ), )), 'ibuxe9ahu7i9600781a0be2d2' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'id' => 'input_ug3h1xe9', ), )), '3dun4tu6oqes600781a0be2de' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => '3dun4tu6oqes600781a0be2de', 'id' => 'input_17id1hur', ), )), 'yt4j1x4n4zu600781a0be2ea' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'yt4j1x4n4zu600781a0be2ea', 'id' => 'input_3kit4we8', ), )), 'es3527yne600781a0be2f5' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'es3527yne600781a0be2f5', 'id' => 'input_2biremo8', ), )), '1pap45i600781a0be300' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => '1pap45i600781a0be300', 'id' => 'input_163kegyq', ), )), '4pi8oq600781a0be30f' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => '4pi8oq600781a0be30f', 'id' => 'input_35yjup47', ), )), 'etizy84v600781a0be31b' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'etizy84v600781a0be31b', 'id' => 'input_awib1w4k', ), )), '1m4r39o84qyz4600781a0be326' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => '1m4r39o84qyz4600781a0be326', 'id' => 'input_1voxin4h', ), )), 'ygapo8y600781a0be331' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'ygapo8y600781a0be331', 'id' => 'input_ib4m1q37', ), )), 'uj2l3g4dy600781a0be33d' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'uj2l3g4dy600781a0be33d', 'id' => 'input_el2kylek', ), )), 'userPhoto' => BASE_CLASS_AvatarField::__set_state(array( 'validators' => array ( 0 => BASE_CLASS_AvatarFieldValidator::__set_state(array( 'required' => false, 'userId' => NULL, 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'User photo', 'description' => NULL, 'attributes' => array ( 'name' => 'userPhoto', 'id' => 'input_egaz1ky5', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_isa7u8eg', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_isa7u8eg', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_isa7u8eg', 'type' => 'text', 'style' => 'width:100px;', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Join', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_oku63sej', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Join', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', )), 'defaultAction' => 'index', 'components' => array ( ), 'forms' => array ( 'joinForm' => JoinForm::__set_state(array( 'post' => array ( ), 'stepCount' => 1, 'isLastStep' => true, 'displayAccountType' => false, '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', ), 3 => array ( 'id' => '104', 'name' => 'realname', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, ), 4 => array ( 'id' => '94', 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, ), 5 => array ( 'id' => '92', 'name' => 'birthdate', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, ), 6 => array ( 'id' => '111', 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, ), 7 => array ( 'id' => '112', 'name' => 'relationship', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, ), 8 => array ( 'id' => '84', 'name' => '9221d78a4201eac23c972e1d4aa2cee6', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ), 9 => array ( 'id' => '83', 'name' => 'c441a8a9b955647cdf4c81562d39068a', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, ), ), 'sortedQuestionsList' => array ( 'onedox2buhaw3600781a0be0df' => array ( 'id' => '80', 'name' => 'onedox2buhaw3600781a0be0df', '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_y81be600781a0be0e6 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'ip1tidaw600781a0be0fd' => array ( 'id' => '80', 'name' => 'ip1tidaw600781a0be0fd', '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_iz4n4600781a0be102 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'oz2pyzi5a600781a0be10b' => array ( 'id' => '80', 'name' => 'oz2pyzi5a600781a0be10b', '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_oz2pyzi5aq600781a0be110 ow_alt1', 'fake' => true, 'realName' => 'username', ), 'evemyt1kiq600781a0be118' => array ( 'id' => '80', 'name' => 'evemyt1kiq600781a0be118', '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_i54lop600781a0be11d ow_alt1', 'fake' => false, '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', ), '4kyvitu8al600781a0be13d' => array ( 'id' => '104', 'name' => '4kyvitu8al600781a0be13d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4kyvi600781a0be142 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'u6ob3ga8yty600781a0be14b' => array ( 'id' => '104', 'name' => 'u6ob3ga8yty600781a0be14b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_28ipu600781a0be14f ow_alt1', 'fake' => true, 'realName' => 'realname', ), '28ipuvoniba600781a0be157' => array ( 'id' => '104', 'name' => '28ipuvoniba600781a0be157', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3r1sowehuj600781a0be15c ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'epu6u8600781a0be163' => array ( 'id' => '104', 'name' => 'epu6u8600781a0be163', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_epu6u818600781a0be168 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'i9isih600781a0be16e' => array ( 'id' => '104', 'name' => 'i9isih600781a0be16e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i9isiha61600781a0be173 ow_alt1', 'fake' => true, 'realName' => 'realname', ), '2xytovujyq4s600781a0be17b' => array ( 'id' => '104', 'name' => '2xytovujyq4s600781a0be17b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2xytovuj600781a0be17f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'imekuhady9600781a0be186' => array ( 'id' => '104', 'name' => 'imekuhady9600781a0be186', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1n1518600781a0be18b ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'o91r1k4tim4z600781a0be197' => array ( 'id' => '94', 'name' => 'o91r1k4tim4z600781a0be197', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o91r1600781a0be19b ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'axi5uwop2zuxi600781a0be1a4' => array ( 'id' => '94', 'name' => 'axi5uwop2zuxi600781a0be1a4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_49uzudimed600781a0be1a9 ow_alt1', 'fake' => true, 'realName' => 'sex', ), '49uzudimed600781a0be1b0' => array ( 'id' => '94', 'name' => '49uzudimed600781a0be1b0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ybupim1bo600781a0be1b5 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '1h4z3600781a0be1bc' => array ( 'id' => '94', 'name' => '1h4z3600781a0be1bc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1h4z3n600781a0be1c0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '382va7ati5ava600781a0be1d8' => array ( 'id' => '92', 'name' => '382va7ati5ava600781a0be1d8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_us1g3rir2m600781a0be1dd ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'y54s18uv4ti9600781a0be1e5' => array ( 'id' => '92', 'name' => 'y54s18uv4ti9600781a0be1e5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_y54s18uv600781a0be1ea ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'ipawori8o600781a0be1f1' => array ( 'id' => '92', 'name' => 'ipawori8o600781a0be1f1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_ipawori8600781a0be1f6 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'a64h2600781a0be1fc' => array ( 'id' => '92', 'name' => 'a64h2600781a0be1fc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_a64h2qe8600781a0be207 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '3leqapuhu5284600781a0be20f' => array ( 'id' => '92', 'name' => '3leqapuhu5284600781a0be20f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3leqapuhu600781a0be214 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '3nup472p600781a0be21a' => array ( 'id' => '92', 'name' => '3nup472p600781a0be21a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3nup472p600781a0be21f ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), '48omed1he8600781a0be226' => array ( 'id' => '92', 'name' => '48omed1he8600781a0be226', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_4l1q3go600781a0be22a ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'owyso9y82g2si600781a0be23a' => array ( 'id' => '111', 'name' => 'owyso9y82g2si600781a0be23a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_oduj4600781a0be23e ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 'oduj4m1dydu6600781a0be247' => array ( 'id' => '111', 'name' => 'oduj4m1dydu6600781a0be247', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ypev4600781a0be24b ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), '2kyx4ri9u9600781a0be252' => array ( 'id' => '111', 'name' => '2kyx4ri9u9600781a0be252', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2kyx4ri9600781a0be257 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'a81h1q4836i600781a0be25e' => array ( 'id' => '111', 'name' => 'a81h1q4836i600781a0be25e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_a81h1q48600781a0be262 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'ad1b1x193luqo600781a0be269' => array ( 'id' => '111', 'name' => 'ad1b1x193luqo600781a0be269', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ad1b1x19600781a0be26e ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'al4h4qebon3ty600781a0be279' => array ( 'id' => '112', 'name' => 'al4h4qebon3ty600781a0be279', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4xez371600781a0be27e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), '2t4q4j2q600781a0be285' => array ( 'id' => '112', 'name' => '2t4q4j2q600781a0be285', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2t4q4j600781a0be28a ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ud1qas1qi9a600781a0be29d' => array ( 'id' => '112', 'name' => 'ud1qas1qi9a600781a0be29d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es1r1k1vyl600781a0be2a2 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'es1r1k1v600781a0be2a9' => array ( 'id' => '112', 'name' => 'es1r1k1v600781a0be2a9', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_opum1ky600781a0be2ad ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'opum1kyv600781a0be2b5' => array ( 'id' => '112', 'name' => 'opum1kyv600781a0be2b5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1hovys3q600781a0be2ba ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'uq2vo600781a0be2c1' => array ( 'id' => '112', 'name' => 'uq2vo600781a0be2c1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uq2vo600781a0be2c5 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ibuxe9ahu7i9600781a0be2d2' => array ( 'id' => '84', 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ix4hit1600781a0be2d6 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3dun4tu6oqes600781a0be2de' => array ( 'id' => '84', 'name' => '3dun4tu6oqes600781a0be2de', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3dun4tu6600781a0be2e3 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'yt4j1x4n4zu600781a0be2ea' => array ( 'id' => '84', 'name' => 'yt4j1x4n4zu600781a0be2ea', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_yt4j1600781a0be2ee ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'es3527yne600781a0be2f5' => array ( 'id' => '84', 'name' => 'es3527yne600781a0be2f5', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es352600781a0be2f9 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '1pap45i600781a0be300' => array ( 'id' => '84', 'name' => '1pap45i600781a0be300', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1pap45600781a0be304 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '4pi8oq600781a0be30f' => array ( 'id' => '83', 'name' => '4pi8oq600781a0be30f', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_37e53h4b600781a0be313 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'etizy84v600781a0be31b' => array ( 'id' => '83', 'name' => 'etizy84v600781a0be31b', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_etizy8600781a0be31f ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '1m4r39o84qyz4600781a0be326' => array ( 'id' => '83', 'name' => '1m4r39o84qyz4600781a0be326', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1m4r39600781a0be32b ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ygapo8y600781a0be331' => array ( 'id' => '83', 'name' => 'ygapo8y600781a0be331', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ygapo8yv600781a0be336 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'uj2l3g4dy600781a0be33d' => array ( 'id' => '83', 'name' => 'uj2l3g4dy600781a0be33d', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uj2l3g4600781a0be341 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'onedox2buhaw3600781a0be0df', '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_y81be600781a0be0e6 ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ip1tidaw600781a0be0fd', '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_iz4n4600781a0be102 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'oz2pyzi5a600781a0be10b', '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_oz2pyzi5aq600781a0be110 ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'evemyt1kiq600781a0be118', '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_i54lop600781a0be11d ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => 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', ), 5 => 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', ), 6 => array ( 'id' => '104', 'name' => '4kyvitu8al600781a0be13d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4kyvi600781a0be142 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => 'u6ob3ga8yty600781a0be14b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_28ipu600781a0be14f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => '28ipuvoniba600781a0be157', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3r1sowehuj600781a0be15c ow_alt2', 'fake' => true, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'epu6u8600781a0be163', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_epu6u818600781a0be168 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'i9isih600781a0be16e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i9isiha61600781a0be173 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '2xytovujyq4s600781a0be17b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2xytovuj600781a0be17f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'imekuhady9600781a0be186', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1n1518600781a0be18b ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '94', 'name' => 'o91r1k4tim4z600781a0be197', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o91r1600781a0be19b ow_alt2', 'fake' => false, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'axi5uwop2zuxi600781a0be1a4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_49uzudimed600781a0be1a9 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '49uzudimed600781a0be1b0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ybupim1bo600781a0be1b5 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => '1h4z3600781a0be1bc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1h4z3n600781a0be1c0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => '382va7ati5ava600781a0be1d8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_us1g3rir2m600781a0be1dd ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => 'y54s18uv4ti9600781a0be1e5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_y54s18uv600781a0be1ea ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'ipawori8o600781a0be1f1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_ipawori8600781a0be1f6 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'a64h2600781a0be1fc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_a64h2qe8600781a0be207 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => '3leqapuhu5284600781a0be20f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3leqapuhu600781a0be214 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => '3nup472p600781a0be21a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3nup472p600781a0be21f ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '48omed1he8600781a0be226', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_4l1q3go600781a0be22a ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'owyso9y82g2si600781a0be23a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_oduj4600781a0be23e ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'oduj4m1dydu6600781a0be247', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ypev4600781a0be24b ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => '2kyx4ri9u9600781a0be252', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2kyx4ri9600781a0be257 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => 'a81h1q4836i600781a0be25e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_a81h1q48600781a0be262 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => 'ad1b1x193luqo600781a0be269', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ad1b1x19600781a0be26e ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => 'al4h4qebon3ty600781a0be279', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4xez371600781a0be27e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => '2t4q4j2q600781a0be285', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2t4q4j600781a0be28a ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'ud1qas1qi9a600781a0be29d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es1r1k1vyl600781a0be2a2 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'es1r1k1v600781a0be2a9', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_opum1ky600781a0be2ad ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'opum1kyv600781a0be2b5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1hovys3q600781a0be2ba ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => 'uq2vo600781a0be2c1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uq2vo600781a0be2c5 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ix4hit1600781a0be2d6 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3dun4tu6oqes600781a0be2de', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3dun4tu6600781a0be2e3 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'yt4j1x4n4zu600781a0be2ea', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_yt4j1600781a0be2ee ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'es3527yne600781a0be2f5', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es352600781a0be2f9 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => '1pap45i600781a0be300', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1pap45600781a0be304 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '83', 'name' => '4pi8oq600781a0be30f', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_37e53h4b600781a0be313 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'etizy84v600781a0be31b', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_etizy8600781a0be31f ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => '1m4r39o84qyz4600781a0be326', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1m4r39600781a0be32b ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ygapo8y600781a0be331', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ygapo8yv600781a0be336 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'uj2l3g4dy600781a0be33d', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uj2l3g4600781a0be341 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( 'o91r1k4tim4z600781a0be197' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'axi5uwop2zuxi600781a0be1a4' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '49uzudimed600781a0be1b0' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '1h4z3600781a0be1bc' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '1', 'sortOrder' => '0', 'id' => '310', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'sex', 'value' => '2', 'sortOrder' => '1', 'id' => '311', '_fieldsHash' => array ( 'questionName' => 4020398583, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'owyso9y82g2si600781a0be23a' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'oduj4m1dydu6600781a0be247' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), '2kyx4ri9u9600781a0be252' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'a81h1q4836i600781a0be25e' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'ad1b1x193luqo600781a0be269' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '1', 'sortOrder' => '0', 'id' => '346', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'match_sex', 'value' => '2', 'sortOrder' => '1', 'id' => '347', '_fieldsHash' => array ( 'questionName' => 3958163497, 'value' => 450215437, 'sortOrder' => 2212294583, ), )), ), 'count' => 2, ), 'al4h4qebon3ty600781a0be279' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), '2t4q4j2q600781a0be285' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'ud1qas1qi9a600781a0be29d' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'es1r1k1v600781a0be2a9' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'opum1kyv600781a0be2b5' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), 'uq2vo600781a0be2c1' => array ( 'values' => array ( 0 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '1', 'sortOrder' => '0', 'id' => '356', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 2212294583, 'sortOrder' => 4108050209, ), )), 1 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '8', 'sortOrder' => '1', 'id' => '359', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4194326291, 'sortOrder' => 2212294583, ), )), 2 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '4', 'sortOrder' => '2', 'id' => '358', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 4088798008, 'sortOrder' => 450215437, ), )), 3 => BOL_QuestionValue::__set_state(array( 'questionName' => 'relationship', 'value' => '2', 'sortOrder' => '3', 'id' => '357', '_fieldsHash' => array ( 'questionName' => 537150624, 'value' => 450215437, 'sortOrder' => 1842515611, ), )), ), 'count' => 4, ), ), 'accountType' => '290365aadde35a97f11207ca7e4279cc', 'isBot' => false, 'data' => array ( ), 'toggleClass' => 'ow_alt1', 'attributes' => array ( 'id' => 'joinForm', 'method' => 'post', 'action' => 'http://oxwall-demo.iyaffle.com/base/join/join-form-submit/', 'name' => 'joinForm', 'enctype' => 'multipart/form-data', ), '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_ez3j36y8', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxMTEwNDY3MjFLMmxFV3k4QU0ySllxWXRVbm9UVVEzOGlyRTUxbUVN', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_ezug2hik', 'type' => 'hidden', 'value' => 'MTYxMTEwNDY3MjFLMmxFV3k4QU0ySllxWXRVbm9UVVEzOGlyRTUxbUVN', ), )), 'onedox2buhaw3600781a0be0df' => 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' => 'onedox2buhaw3600781a0be0df', 'id' => 'input_ytom1zur', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'ip1tidaw600781a0be0fd' => 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' => 'ip1tidaw600781a0be0fd', 'id' => 'input_iky52zoq', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'oz2pyzi5a600781a0be10b' => 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' => 'oz2pyzi5a600781a0be10b', 'id' => 'input_od4judu8', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'evemyt1kiq600781a0be118' => 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' => 'evemyt1kiq600781a0be118', 'id' => 'input_4mavyvaz', '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_azuvum4q', '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_e7abe6y9', '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_uh1mul1n', 'type' => 'password', ), )), '4kyvitu8al600781a0be13d' => TextField::__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' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '4kyvitu8al600781a0be13d', 'id' => 'input_17uneb3d', 'type' => 'text', ), )), 'u6ob3ga8yty600781a0be14b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'u6ob3ga8yty600781a0be14b', 'id' => 'input_4tap2val', 'type' => 'text', ), )), '28ipuvoniba600781a0be157' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '28ipuvoniba600781a0be157', 'id' => 'input_4vax38ew', 'type' => 'text', ), )), 'epu6u8600781a0be163' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'epu6u8600781a0be163', 'id' => 'input_ylek4w1m', 'type' => 'text', ), )), 'i9isih600781a0be16e' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'i9isih600781a0be16e', 'id' => 'input_yvyr1lux', 'type' => 'text', ), )), '2xytovujyq4s600781a0be17b' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => '2xytovujyq4s600781a0be17b', 'id' => 'input_e5iz1sum', 'type' => 'text', ), )), 'imekuhady9600781a0be186' => TextField::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Real name', 'description' => NULL, 'attributes' => array ( 'name' => 'imekuhady9600781a0be186', 'id' => 'input_1jal2zup', 'type' => 'text', ), )), 'o91r1k4tim4z600781a0be197' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'o91r1k4tim4z600781a0be197', 'id' => 'input_e8a8yp4q', 'type' => 'radio', 'value' => '2', ), )), 'axi5uwop2zuxi600781a0be1a4' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => 'axi5uwop2zuxi600781a0be1a4', 'id' => 'input_152qan1j', 'type' => 'radio', 'value' => '2', ), )), '49uzudimed600781a0be1b0' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '49uzudimed600781a0be1b0', 'id' => 'input_enygo93w', 'type' => 'radio', 'value' => '2', ), )), '1h4z3600781a0be1bc' => RadioField::__set_state(array( 'columnCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Gender', 'description' => NULL, 'attributes' => array ( 'name' => '1h4z3600781a0be1bc', 'id' => 'input_y5a8imyt', 'type' => 'radio', 'value' => '2', ), )), '382va7ati5ava600781a0be1d8' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), 1 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '382va7ati5ava600781a0be1d8', 'id' => 'input_1solo7in', 'type' => 'text', ), )), 'y54s18uv4ti9600781a0be1e5' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'y54s18uv4ti9600781a0be1e5', 'id' => 'input_ipuq2s4t', 'type' => 'text', ), )), 'ipawori8o600781a0be1f1' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'ipawori8o600781a0be1f1', 'id' => 'input_2n16yl3q', 'type' => 'text', ), )), 'a64h2600781a0be1fc' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => 'a64h2600781a0be1fc', 'id' => 'input_18oqe7e7', 'type' => 'text', ), )), '3leqapuhu5284600781a0be20f' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '3leqapuhu5284600781a0be20f', 'id' => 'input_ela9ekev', 'type' => 'text', ), )), '3nup472p600781a0be21a' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '3nup472p600781a0be21a', 'id' => 'input_ury81syj', 'type' => 'text', ), )), '48omed1he8600781a0be226' => DateField::__set_state(array( 'maxYear' => 1992, 'minYear' => 1930, 'defaultDate' => array ( ), 'dateFormat' => 'yyyy/M/d', 'validators' => array ( 0 => DateValidator::__set_state(array( 'minYear' => 1930, 'maxYear' => 1992, 'dateFormat' => 'yyyy/M/d', 'errorMessage' => 'Date validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Birthday', 'description' => NULL, 'attributes' => array ( 'name' => '48omed1he8600781a0be226', 'id' => 'input_4quv4wob', 'type' => 'text', ), )), 'owyso9y82g2si600781a0be23a' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'owyso9y82g2si600781a0be23a[]', 'id' => 'input_yj2vu7o9', 'type' => 'checkbox', 'value' => '2', ), )), 'oduj4m1dydu6600781a0be247' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'oduj4m1dydu6600781a0be247[]', 'id' => 'input_ymok3zov', 'type' => 'checkbox', 'value' => '2', ), )), '2kyx4ri9u9600781a0be252' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => '2kyx4ri9u9600781a0be252[]', 'id' => 'input_y8equlop', 'type' => 'checkbox', 'value' => '2', ), )), 'a81h1q4836i600781a0be25e' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'a81h1q4836i600781a0be25e[]', 'id' => 'input_axaj4v3g', 'type' => 'checkbox', 'value' => '2', ), )), 'ad1b1x193luqo600781a0be269' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Male', 2 => 'Female', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Looking for', 'description' => NULL, 'attributes' => array ( 'name' => 'ad1b1x193luqo600781a0be269[]', 'id' => 'input_ujuj2rip', 'type' => 'checkbox', 'value' => '2', ), )), 'al4h4qebon3ty600781a0be279' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'al4h4qebon3ty600781a0be279[]', 'id' => 'input_yseq39ek', 'type' => 'checkbox', 'value' => '2', ), )), '2t4q4j2q600781a0be285' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => '2t4q4j2q600781a0be285[]', 'id' => 'input_261b4w4r', 'type' => 'checkbox', 'value' => '2', ), )), 'ud1qas1qi9a600781a0be29d' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'ud1qas1qi9a600781a0be29d[]', 'id' => 'input_3k3jep1m', 'type' => 'checkbox', 'value' => '2', ), )), 'es1r1k1v600781a0be2a9' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'es1r1k1v600781a0be2a9[]', 'id' => 'input_262p38y6', 'type' => 'checkbox', 'value' => '2', ), )), 'opum1kyv600781a0be2b5' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'opum1kyv600781a0be2b5[]', 'id' => 'input_ozy9ilim', 'type' => 'checkbox', 'value' => '2', ), )), 'uq2vo600781a0be2c1' => CheckboxGroup::__set_state(array( 'columnsCount' => 1, 'options' => array ( 1 => 'Fun', 8 => 'Friendship', 4 => 'Dating', 2 => 'Whatever', ), 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Here for', 'description' => NULL, 'attributes' => array ( 'name' => 'uq2vo600781a0be2c1[]', 'id' => 'input_yvy9i6i7', 'type' => 'checkbox', 'value' => '2', ), )), 'ibuxe9ahu7i9600781a0be2d2' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'id' => 'input_ug3h1xe9', ), )), '3dun4tu6oqes600781a0be2de' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => '3dun4tu6oqes600781a0be2de', 'id' => 'input_17id1hur', ), )), 'yt4j1x4n4zu600781a0be2ea' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'yt4j1x4n4zu600781a0be2ea', 'id' => 'input_3kit4we8', ), )), 'es3527yne600781a0be2f5' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => 'es3527yne600781a0be2f5', 'id' => 'input_2biremo8', ), )), '1pap45i600781a0be300' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Music', 'description' => NULL, 'attributes' => array ( 'name' => '1pap45i600781a0be300', 'id' => 'input_163kegyq', ), )), '4pi8oq600781a0be30f' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => '4pi8oq600781a0be30f', 'id' => 'input_35yjup47', ), )), 'etizy84v600781a0be31b' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'etizy84v600781a0be31b', 'id' => 'input_awib1w4k', ), )), '1m4r39o84qyz4600781a0be326' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => '1m4r39o84qyz4600781a0be326', 'id' => 'input_1voxin4h', ), )), 'ygapo8y600781a0be331' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'ygapo8y600781a0be331', 'id' => 'input_ib4m1q37', ), )), 'uj2l3g4dy600781a0be33d' => Textarea::__set_state(array( 'invitation' => 'Write here...', 'hasInvitation' => false, 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'Favorite books', 'description' => NULL, 'attributes' => array ( 'name' => 'uj2l3g4dy600781a0be33d', 'id' => 'input_el2kylek', ), )), 'userPhoto' => BASE_CLASS_AvatarField::__set_state(array( 'validators' => array ( 0 => BASE_CLASS_AvatarFieldValidator::__set_state(array( 'required' => false, 'userId' => NULL, 'errorMessage' => 'Required', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => 'User photo', 'description' => NULL, 'attributes' => array ( 'name' => 'userPhoto', 'id' => 'input_egaz1ky5', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_isa7u8eg', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_isa7u8eg', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_isa7u8eg', 'type' => 'text', 'style' => 'width:100px;', ), )), ), 'submitElements' => array ( 'joinSubmit' => Submit::__set_state(array( 'decorator' => 'button', 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'Join', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'joinSubmit', 'id' => 'input_oku63sej', 'type' => 'submit', 'class' => 'ow_button ow_ic_submit', 'value' => 'Join', ), )), ), 'ajax' => NULL, 'ajaxResetOnSuccess' => true, 'ajaxDataType' => 'json', 'bindedFunctions' => array ( 'submit' => array ( ), 'success' => array ( ), ), 'emptyElementsErrorMessage' => 'Please fill the form properly', )), ), 'assignedVars' => array ( 'display_captcha' => true, 'display_photo' => true, 'display_terms_of_use' => false, 'step' => 1, 'questionArray' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'onedox2buhaw3600781a0be0df', '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_y81be600781a0be0e6 ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ip1tidaw600781a0be0fd', '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_iz4n4600781a0be102 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'oz2pyzi5a600781a0be10b', '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_oz2pyzi5aq600781a0be110 ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'evemyt1kiq600781a0be118', '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_i54lop600781a0be11d ow_alt1', 'fake' => false, 'realName' => 'username', ), 4 => 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', ), 5 => 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', ), 6 => array ( 'id' => '104', 'name' => '4kyvitu8al600781a0be13d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4kyvi600781a0be142 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => 'u6ob3ga8yty600781a0be14b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_28ipu600781a0be14f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => '28ipuvoniba600781a0be157', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3r1sowehuj600781a0be15c ow_alt2', 'fake' => true, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'epu6u8600781a0be163', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_epu6u818600781a0be168 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'i9isih600781a0be16e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_i9isiha61600781a0be173 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '2xytovujyq4s600781a0be17b', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2xytovuj600781a0be17f ow_alt1', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'imekuhady9600781a0be186', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1n1518600781a0be18b ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '94', 'name' => 'o91r1k4tim4z600781a0be197', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_o91r1600781a0be19b ow_alt2', 'fake' => false, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'axi5uwop2zuxi600781a0be1a4', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_49uzudimed600781a0be1a9 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '49uzudimed600781a0be1b0', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ybupim1bo600781a0be1b5 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => '1h4z3600781a0be1bc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1h4z3n600781a0be1c0 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => '382va7ati5ava600781a0be1d8', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_us1g3rir2m600781a0be1dd ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => 'y54s18uv4ti9600781a0be1e5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_y54s18uv600781a0be1ea ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'ipawori8o600781a0be1f1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_ipawori8600781a0be1f6 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'a64h2600781a0be1fc', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_a64h2qe8600781a0be207 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => '3leqapuhu5284600781a0be20f', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3leqapuhu600781a0be214 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => '3nup472p600781a0be21a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_3nup472p600781a0be21f ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '48omed1he8600781a0be226', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, 'trClass' => 'ow_4l1q3go600781a0be22a ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'owyso9y82g2si600781a0be23a', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_oduj4600781a0be23e ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'oduj4m1dydu6600781a0be247', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ypev4600781a0be24b ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => '2kyx4ri9u9600781a0be252', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2kyx4ri9600781a0be257 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => 'a81h1q4836i600781a0be25e', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_a81h1q48600781a0be262 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => 'ad1b1x193luqo600781a0be269', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ad1b1x19600781a0be26e ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => 'al4h4qebon3ty600781a0be279', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_4xez371600781a0be27e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => '2t4q4j2q600781a0be285', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_2t4q4j600781a0be28a ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'ud1qas1qi9a600781a0be29d', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es1r1k1vyl600781a0be2a2 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'es1r1k1v600781a0be2a9', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_opum1ky600781a0be2ad ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'opum1kyv600781a0be2b5', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1hovys3q600781a0be2ba ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => 'uq2vo600781a0be2c1', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uq2vo600781a0be2c5 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'ibuxe9ahu7i9600781a0be2d2', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ix4hit1600781a0be2d6 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3dun4tu6oqes600781a0be2de', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_3dun4tu6600781a0be2e3 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'yt4j1x4n4zu600781a0be2ea', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_yt4j1600781a0be2ee ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'es3527yne600781a0be2f5', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_es352600781a0be2f9 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => '1pap45i600781a0be300', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1pap45600781a0be304 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '83', 'name' => '4pi8oq600781a0be30f', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_37e53h4b600781a0be313 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'etizy84v600781a0be31b', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_etizy8600781a0be31f ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => '1m4r39o84qyz4600781a0be326', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_1m4r39600781a0be32b ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ygapo8y600781a0be331', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_ygapo8yv600781a0be336 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'uj2l3g4dy600781a0be33d', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => 0, 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'trClass' => 'ow_uj2l3g4600781a0be341 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'displayAccountType' => false, 'isLastStep' => true, ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, '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.0001471042633056640625, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 9.1075897216796875E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001051425933837890625, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.000401020050048828125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001728534698486328125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000132083892822265625, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 8.70227813720703125E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.9141387939453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.3882598876953125E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.2928924560546875E-5, 'params' => array ( ), ), 14 => array ( 'query' => ' SELECT * FROM `ow_base_menu_item` WHERE `visibleFor` & ? AND `externalUrl` IS NULL AND `type` = ? ORDER BY `order` ASC LIMIT 1', 'execTime' => 7.1048736572265625E-5, 'params' => array ( 0 => 1, 1 => 'main', ), ), 15 => 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' => 0.0001201629638671875, 'params' => array ( 'menuType' => 'main', ), ), 16 => 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' => 8.89301300048828125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.001720905303955078125, 'params' => array ( ), ), 18 => array ( 'query' => ' SELECT DISTINCT `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 ) INNER JOIN ow_base_question_to_account_type as `qta` ON( `question`.`name` = `qta`.`questionName` ) WHERE ( `qta`.`accountType` = :accountTypeName OR :accountTypeName = \'all\' ) AND ( `section`.isHidden IS NULL OR `section`.isHidden = 0 ) AND `question`.`onJoin` = \'1\' ORDER BY IF( `section`.`name` IS NULL, 0, 1 ), `section`.`sortOrder`, `question`.`sortOrder` ', 'execTime' => 0.0004179477691650390625, 'params' => array ( 'accountTypeName' => '290365aadde35a97f11207ca7e4279cc', ), ), 19 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'username\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\',\'9221d78a4201eac23c972e1d4aa2cee6\',\'c441a8a9b955647cdf4c81562d39068a\') ORDER BY sortOrder', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 0.001232147216796875, 'params' => array ( ), ), 21 => array ( 'query' => 'SELECT * FROM ow_base_question_value WHERE `questionName` IN(\'9221d78a4201eac23c972e1d4aa2cee6\',\'username\',\'c441a8a9b955647cdf4c81562d39068a\',\'email\',\'password\',\'realname\',\'sex\',\'birthdate\',\'match_sex\',\'relationship\') ORDER BY questionName, sortOrder', 'execTime' => 9.70363616943359375E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.0001170635223388671875, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.79357147216796875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.31673431396484375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.91278076171875E-5, 'params' => array ( ), ), 27 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\'', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 28 => array ( 'query' => 'SELECT COUNT(*) FROM `ow_friends_friendship` `friends_friendship` INNER JOIN `ow_base_user` base_user_table_alias ON base_user_table_alias.`id` = `friends_friendship`.`userId` LEFT JOIN `ow_base_user_suspend` base_user_suspend_table_alias ON base_user_suspend_table_alias.`userId` = `base_user_table_alias`.`id` WHERE (`base_user_suspend_table_alias`.`id` IS NULL) AND (`base_user_table_alias`.`emailVerify` = 1) AND `friends_friendship`.`friendId`=0 AND `friends_friendship`.`status` = \'pending\' AND `friends_friendship`.`viewed` = \'0\'', 'execTime' => 6.69956207275390625E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1611104672.7965679168701171875, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 6.69956207275390625E-5, 'totalQueryExecTime' => 0.0058553218841552734375, 'queryCount' => 29, 'useCashe' => false, )), )), )), )), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.092 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.101 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_290365aadde35a97f11207ca7e4279cc', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.101 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.101 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_submit_default_value', ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 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.103 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.103 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_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '104', 'name' => 'realname', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '3', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '94', 'name' => 'sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'select', 'presentation' => 'radio', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '4', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '92', 'name' => 'birthdate', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'datetime', 'presentation' => 'birthdate', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '0', 'removable' => '0', 'columnCount' => '0', 'sortOrder' => '5', 'custom' => '{"year_range":{"from":1930,"to":1992}}', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '111', 'name' => 'match_sex', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '6', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '112', 'name' => 'relationship', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'multiselect', 'presentation' => 'multicheckbox', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '1', 'sortOrder' => '7', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '84', 'name' => '9221d78a4201eac23c972e1d4aa2cee6', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '0', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_add_fake_questions Type: trigger Called at: 0.103 Exec time: 0.000 |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
array ( 'id' => '83', 'name' => 'c441a8a9b955647cdf4c81562d39068a', 'sectionName' => '47f3a94e6cfe733857b31116ce21c337', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'textarea', 'required' => '0', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '1', 'onView' => '1', 'base' => '0', 'removable' => '1', 'columnCount' => '0', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'onedox2buhaw3600781a0be0df', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'onedox2buhaw3600781a0be0df', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_onedox2buhaw3600781a0be0df_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ip1tidaw600781a0be0fd', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ip1tidaw600781a0be0fd', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ip1tidaw600781a0be0fd_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'oz2pyzi5a600781a0be10b', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'oz2pyzi5a600781a0be10b', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_oz2pyzi5a600781a0be10b_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'evemyt1kiq600781a0be118', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'evemyt1kiq600781a0be118', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_evemyt1kiq600781a0be118_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 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.104 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.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 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.104 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.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 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.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeat_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 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.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '4kyvitu8al600781a0be13d', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '4kyvitu8al600781a0be13d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4kyvitu8al600781a0be13d_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 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.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'u6ob3ga8yty600781a0be14b', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'u6ob3ga8yty600781a0be14b', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_u6ob3ga8yty600781a0be14b_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '28ipuvoniba600781a0be157', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '28ipuvoniba600781a0be157', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_28ipuvoniba600781a0be157_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'epu6u8600781a0be163', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'epu6u8600781a0be163', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_epu6u8600781a0be163_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'i9isih600781a0be16e', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'i9isih600781a0be16e', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i9isih600781a0be16e_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '2xytovujyq4s600781a0be17b', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '2xytovujyq4s600781a0be17b', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_2xytovujyq4s600781a0be17b_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'imekuhady9600781a0be186', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'imekuhady9600781a0be186', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_imekuhady9600781a0be186_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => 'o91r1k4tim4z600781a0be197', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => 'o91r1k4tim4z600781a0be197', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_o91r1k4tim4z600781a0be197_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 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.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => 'axi5uwop2zuxi600781a0be1a4', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => 'axi5uwop2zuxi600781a0be1a4', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_axi5uwop2zuxi600781a0be1a4_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => '49uzudimed600781a0be1b0', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => '49uzudimed600781a0be1b0', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_49uzudimed600781a0be1b0_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => '1h4z3600781a0be1bc', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => '1h4z3600781a0be1bc', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_1h4z3600781a0be1bc_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.104 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '382va7ati5ava600781a0be1d8', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.104 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '382va7ati5ava600781a0be1d8', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_382va7ati5ava600781a0be1d8_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 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.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'y54s18uv4ti9600781a0be1e5', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'y54s18uv4ti9600781a0be1e5', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_y54s18uv4ti9600781a0be1e5_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'ipawori8o600781a0be1f1', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'ipawori8o600781a0be1f1', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ipawori8o600781a0be1f1_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'a64h2600781a0be1fc', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'a64h2600781a0be1fc', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_a64h2600781a0be1fc_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '3leqapuhu5284600781a0be20f', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '3leqapuhu5284600781a0be20f', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3leqapuhu5284600781a0be20f_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '3nup472p600781a0be21a', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '3nup472p600781a0be21a', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3nup472p600781a0be21a_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '48omed1he8600781a0be226', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '48omed1he8600781a0be226', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_48omed1he8600781a0be226_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'owyso9y82g2si600781a0be23a', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'owyso9y82g2si600781a0be23a', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_owyso9y82g2si600781a0be23a_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'oduj4m1dydu6600781a0be247', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'oduj4m1dydu6600781a0be247', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_oduj4m1dydu6600781a0be247_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '2kyx4ri9u9600781a0be252', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '2kyx4ri9u9600781a0be252', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_2kyx4ri9u9600781a0be252_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'a81h1q4836i600781a0be25e', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'a81h1q4836i600781a0be25e', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_a81h1q4836i600781a0be25e_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'ad1b1x193luqo600781a0be269', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'ad1b1x193luqo600781a0be269', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ad1b1x193luqo600781a0be269_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.105 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'al4h4qebon3ty600781a0be279', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'al4h4qebon3ty600781a0be279', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_al4h4qebon3ty600781a0be279_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.105 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '8', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_8', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '4', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_4', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.106 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.106 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '2t4q4j2q600781a0be285', 'configs' => '[]', 'type' => 'edit', ) |
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()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
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()
MAILBOX_CLASS_EventHandler -> onUserUnregister()
PHOTO_CLASS_EventHandler -> onUserUnregister()
VIDEO_CLASS_EventHandler -> deleteUserContent()
FRIENDS_CLASS_EventHandler -> onUnregisterUser()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
BLOGS_CLASS_EventHandler -> onUnregisterUser()
VIDEOTUBE_CLASS_EventHandler -> on_unregister_user()
iclassifieds_delete_user_content()
|
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()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
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()
PHOTO_CLASS_EventHandler -> feedAfterCommentAdd()
VIDEO_CLASS_EventHandler -> feedVideoComment()
FRIENDS_CLASS_EventHandler -> onFeedAddComment()
BLOGS_CLASS_EventHandler -> onFeedAddComment()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_comment()
iclassifieds_feed_item_comment()
|
feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
PHOTO_CLASS_EventHandler -> feedAfterLikeAdded()
VIDEO_CLASS_EventHandler -> feedVideoLike()
FRIENDS_CLASS_EventHandler -> onFeedAddLike()
BLOGS_CLASS_EventHandler -> onFeedAddLike()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_like()
iclassifieds_feed_like()
|
notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
MAILBOX_CLASS_EventHandler -> onNotifyActions()
PHOTO_CLASS_EventHandler -> collectNotificationActions()
VIDEO_CLASS_EventHandler -> onNotifyActions()
FRIENDS_CLASS_EventHandler -> onCollectNotificationActions()
BLOGS_CLASS_EventHandler -> onCollectNotificationActions()
VIDEOTUBE_CLASS_EventHandler -> on_collect_notification_actions()
iclassifieds_on_notify_actions()
|
base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
PHOTO_CLASS_EventHandler -> notifyOnNewComment()
VIDEO_CLASS_EventHandler -> addCommentNotification()
BLOGS_CLASS_EventHandler -> onAddBlogPostComment()
VIDEOTUBE_CLASS_EventHandler -> add_video_comment()
iclassifieds_add_comment_notification()
|
base.update_entity_items_status |
BASE_CLASS_EventHandler -> onUpdateEntityItemsStatus()
|
base.user_suspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> sendSuspendNotification()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
PostService -> onAuthorSuspend()
|
base.user_unsuspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_approve |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_ContentProvider -> onUserApprove()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_disapprove |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
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()
MAILBOX_CLASS_EventHandler -> onCollectPrivacyActions()
PHOTO_CLASS_EventHandler -> addPrivacyAction()
VIDEO_CLASS_EventHandler -> privacyAddAction()
FRIENDS_CLASS_EventHandler -> onCollectPrivacyActionList()
BLOGS_CLASS_EventHandler -> onCollectPrivacyActionList()
iclassifieds_privacy_add_action()
|
base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
|
base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
|
base.maintenance_mode_exceptions |
BASE_CLASS_EventHandler -> onAddMaintenanceModeExceptions()
|
admin.add_auth_labels |
BASE_CLASS_EventHandler -> onAddAuthLabels()
admin_add_auth_labels()
NEWSFEED_CLASS_EventHandler -> onCollectAuthLabels()
MAILBOX_CLASS_EventHandler -> addAuthLabels()
PHOTO_CLASS_EventHandler -> addAuthLabels()
VIDEO_CLASS_EventHandler -> addAuthLabels()
FRIENDS_CLASS_EventHandler -> onCollectAuthLabels()
BLOGS_CLASS_EventHandler -> onCollectAuthLabels()
VIDEOTUBE_CLASS_EventHandler -> on_collect_auth_labels()
iclassifieds_add_auth_labels()
|
socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
PHOTO_CLASS_EventHandler -> sosialSharingGetPhotoInfo()
VIDEO_CLASS_EventHandler -> sosialSharingGetVideoInfo()
BLOGS_CLASS_EventHandler -> sosialSharingGetBlogInfo()
VIDEOTUBE_CLASS_EventHandler -> social_sharing_video_info()
|
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()
MAILBOX_CLASS_EventHandler -> onChangeUserAvatar()
|
base.before_user_avatar_delete |
BASE_CLASS_ContentProvider -> onAvatarDelete()
|
content.collect_types |
BASE_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
VIDEO_CLASS_ContentProvider -> onCollectTypes()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
|
content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
NEWSFEED_CLASS_ContentProvider -> onGetInfo()
PHOTO_CLASS_ContentProvider -> onGetInfo()
VIDEO_CLASS_ContentProvider -> onGetInfo()
BLOGS_CLASS_ContentProvider -> onGetInfo()
|
content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
NEWSFEED_CLASS_ContentProvider -> onUpdateInfo()
PHOTO_CLASS_ContentProvider -> onUpdateInfo()
VIDEO_CLASS_ContentProvider -> onUpdateInfo()
BLOGS_CLASS_ContentProvider -> onUpdateInfo()
|
content.delete |
BASE_CLASS_ContentProvider -> onDelete()
NEWSFEED_CLASS_ContentProvider -> onDelete()
PHOTO_CLASS_ContentProvider -> onDelete()
VIDEO_CLASS_ContentProvider -> onDelete()
BLOGS_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()
PHOTO_CLASS_EventHandler -> onSitemapGetUrls()
VIDEO_CLASS_EventHandler -> onSitemapGetUrls()
BLOGS_CLASS_EventHandler -> onSitemapGetUrls()
VIDEOTUBE_CLASS_EventHandler -> sitemap_get_urls()
|
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()
MAILBOX_CLASS_EventHandler -> sendPrivateMessageActionTool()
FRIENDS_CLASS_EventHandler -> onCollectProfileActionTools()
|
base.dashboard_menu_items |
BASE_CLASS_EventHandler -> onDashboardMenuItem()
|
base.preference_menu_items |
BASE_CLASS_EventHandler -> onPreferenceMenuItem()
notifications_preference_menu_item()
|
base.on_avatar_toolbar_collect |
BASE_CLASS_EventHandler -> onAvatarToolbarCollect()
MAILBOX_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()
|
ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
MAILBOX_CLASS_EventHandler -> mailboxAdsEnabled()
PHOTO_CLASS_EventHandler -> adsEnabled()
VIDEO_CLASS_EventHandler -> adsEnabled()
BLOGS_CLASS_EventHandler -> onCollectEnabledAdsPages()
VIDEOTUBE_CLASS_EventHandler -> videotube_ads_enabled()
iclassifieds_ads_enabled()
|
core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginUninstall()
|
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()
PHOTO_CLASS_EventHandler -> feedCollectConfigurableActivity()
VIDEO_CLASS_EventHandler -> feedCollectConfigurableActivity()
FRIENDS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
BLOGS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
VIDEOTUBE_CLASS_EventHandler -> on_collect_feed_configurable_activity()
iclassifieds_feed_collect_configurable_activity()
|
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()
PHOTO_CLASS_EventHandler -> addQuickLink()
VIDEO_CLASS_EventHandler -> quickLinks()
FRIENDS_CLASS_EventHandler -> onCollectQuickLinks()
BLOGS_CLASS_EventHandler -> onCollectQuickLinks()
VIDEOTUBE_CLASS_EventHandler -> videotube_quick_links()
iclassifieds_quick_links()
|
base.collect_seo_meta_data |
BASE_CLASS_EventHandler -> onCollectMetaData()
PHOTO_CLASS_EventHandler -> onCollectMetaData()
VIDEO_CLASS_EventHandler -> onCollectMetaData()
BLOGS_CLASS_EventHandler -> onCollectMetaData()
VIDEOTUBE_CLASS_EventHandler -> on_collect_meta_data()
|
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()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
|
core.plugins_init |
BASE_CLASS_InvitationEventHandler -> afterInits()
NEWSFEED_CLASS_EventHandler -> afterAppInit()
NEWSFEED_CLASS_FormatManager -> collectFormats()
MAILBOX_CLASS_EventHandler -> updatePlugin()
NOTIFICATIONS_CLASS_ConsoleBridge -> genericAfterInits()
NOTIFICATIONS_CLASS_ConsoleBridge -> afterInits()
NOTIFICATIONS_CLASS_EmailBridge -> genericAfterInits()
|
core.plugin_activate |
BASE_CLASS_InvitationEventHandler -> pluginActivate()
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginActivate()
|
core.plugin_deactivate |
BASE_CLASS_InvitationEventHandler -> pluginDeactivate()
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginDeactivate()
|
console.load_list |
BASE_CLASS_InvitationEventHandler -> loadList()
MAILBOX_CLASS_EventHandler -> onLoadConsoleList()
NOTIFICATIONS_CLASS_ConsoleBridge -> loadList()
FRIENDS_CLASS_RequestEventHandler -> loadList()
|
console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
|
notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
MAILBOX_CLASS_EventHandler -> consoleSendList()
NOTIFICATIONS_CLASS_EmailBridge -> sendList()
FRIENDS_CLASS_EventHandler -> onCollectNotificationSendList()
|
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()
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onAddBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_add_video()
iclassifieds_feed_entity_add()
|
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()
PHOTO_CLASS_EventHandler -> onChangePrivacy()
VIDEO_CLASS_EventHandler -> onChangePrivacy()
BLOGS_CLASS_EventHandler -> onChangeActionPrivacy()
iclassifieds_on_change_privacy()
|
base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
FRIENDS_CLASS_EventHandler -> onBlockUser()
|
feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> genericItemRender()
NEWSFEED_CLASS_EventHandler -> onFeedItemRenderContext()
NEWSFEED_CLASS_EventHandler -> desktopItemRender()
NEWSFEED_CLASS_EventHandler -> feedItemRenderFlagBtn()
PHOTO_CLASS_EventHandler -> feedOnItemRender()
|
usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
VIDEOTUBE_CLASS_Credits -> bindCreditActionsCollect()
ICLASSIFIEDS_CLASS_Credits -> bindCreditActionsCollect()
|
feed.before_action_delete |
NEWSFEED_CLASS_ContentProvider -> onBeforeActionDelete()
|
feed.after_action_add |
NEWSFEED_CLASS_ContentProvider -> onAfterActionAdd()
|
plugin.mailbox.on_plugin_init.handle_controller_attributes |
MAILBOX_CLASS_EventHandler -> onHandleControllerAttributes()
|
base.online_now_click |
MAILBOX_CLASS_EventHandler -> onShowOnlineButton()
|
base.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
base.ping.notifications |
MAILBOX_CLASS_EventHandler -> onApiPing()
|
mailbox.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
mailbox.mark_as_read |
MAILBOX_CLASS_EventHandler -> onMarkAsRead()
|
mailbox.mark_unread |
MAILBOX_CLASS_EventHandler -> onMarkUnread()
|
mailbox.get_conversation_id |
MAILBOX_CLASS_EventHandler -> getConversationId()
|
mailbox.delete_conversation |
MAILBOX_CLASS_EventHandler -> onDeleteConversation()
MAILBOX_CLASS_EventHandler -> deleteConversation()
|
mailbox.create_conversation |
MAILBOX_CLASS_EventHandler -> onCreateConversation()
|
mailbox.authorize_action |
MAILBOX_CLASS_EventHandler -> onAuthorizeAction()
|
mailbox.find_user |
MAILBOX_CLASS_EventHandler -> onFindUser()
|
winks.onAcceptWink |
MAILBOX_CLASS_EventHandler -> onAcceptWink()
|
winks.onWinkBack |
MAILBOX_CLASS_EventHandler -> onWinkBack()
|
mailbox.get_unread_message_count |
MAILBOX_CLASS_EventHandler -> getUnreadMessageCount()
|
mailbox.get_chat_user_list |
MAILBOX_CLASS_EventHandler -> getChatUserList()
|
mailbox.post_message |
MAILBOX_CLASS_EventHandler -> postMessage()
|
mailbox.post_reply_message |
MAILBOX_CLASS_EventHandler -> postReplyMessage()
|
mailbox.get_new_messages |
MAILBOX_CLASS_EventHandler -> getNewMessages()
|
mailbox.get_new_messages_for_conversation |
MAILBOX_CLASS_EventHandler -> getNewMessagesForConversation()
|
mailbox.get_messages |
MAILBOX_CLASS_EventHandler -> getMessages()
|
mailbox.get_history |
MAILBOX_CLASS_EventHandler -> getHistory()
|
mailbox.show_send_message_button |
MAILBOX_CLASS_EventHandler -> showSendMessageButton()
|
mailbox.get_active_mode_list |
MAILBOX_CLASS_EventHandler -> onGetActiveModeList()
|
friends.request-accepted |
MAILBOX_CLASS_EventHandler -> onFriendRequestAccepted()
FRIENDS_CLASS_EventHandler -> onAcceptRequest()
|
mailbox.send_message |
MAILBOX_CLASS_EventHandler -> onSendMessage()
|
mailbox.mark_conversation |
MAILBOX_CLASS_EventHandler -> markConversation()
|
base.attachment_uploaded |
MAILBOX_CLASS_EventHandler -> onAttachmentUpload()
|
mailbox.renderOembed |
MAILBOX_CLASS_EventHandler -> onRenderOembed()
|
notifications.add |
NOTIFICATIONS_CLASS_ConsoleBridge -> addNotification()
|
notifications.is_permited |
NOTIFICATIONS_CLASS_EmailBridge -> isNotificationPermited()
|
base.add_main_console_item |
notifications_add_console_item()
|
widgets.before_place_delete |
SLIDESHOW_CLASS_EventHandler -> beforeWidgetPlaceDelete()
|
photo.album_add |
PHOTO_CLASS_EventHandler -> albumAdd()
|
photo.album_find |
PHOTO_CLASS_EventHandler -> albumFind()
|
photo.album_delete |
PHOTO_CLASS_EventHandler -> albumDelete()
|
photo.entity_albums_find |
PHOTO_CLASS_EventHandler -> entityAlbumsFind()
|
photo.add |
PHOTO_CLASS_EventHandler -> photoAdd()
|
photo.find |
PHOTO_CLASS_EventHandler -> photoFind()
|
photo.finds |
PHOTO_CLASS_EventHandler -> photoFinds()
|
photo.delete |
PHOTO_CLASS_EventHandler -> photoDelete()
|
photo.album_photos_count |
PHOTO_CLASS_EventHandler -> albumPhotosCount()
|
photo.album_photos_find |
PHOTO_CLASS_EventHandler -> albumPhotosFind()
|
photo.entity_albums_count |
PHOTO_CLASS_EventHandler -> entityAlbumsCount()
|
photo.entity_photos_find |
PHOTO_CLASS_EventHandler -> entityPhotosFind()
|
photo.entity_photos_count |
PHOTO_CLASS_EventHandler -> entityPhotosCount()
|
photo.entity_albums_delete |
PHOTO_CLASS_EventHandler -> entityAlbumsDelete()
|
photo.init_floatbox |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
photo.get_photo_view_status |
PHOTO_CLASS_EventHandler -> getPhotoViewStatus()
|
base.query.content_filter |
PHOTO_CLASS_EventHandler -> photoContentFilter()
|
feed.on_entity_action |
PHOTO_CLASS_EventHandler -> feedOnEntityAction()
|
feed.collect_privacy |
PHOTO_CLASS_EventHandler -> feedCollectPrivacy()
VIDEO_CLASS_EventHandler -> feedCollectPrivacy()
FRIENDS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
BLOGS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
iclassifieds_feed_collect_privacy()
|
usercredits.get_action_key |
PHOTO_CLASS_Credits -> getActionKey()
VIDEO_CLASS_Credits -> getActionKey()
BLOGS_CLASS_Credits -> getActionKey()
VIDEOTUBE_CLASS_Credits -> getActionKey()
|
photo.on_album_add |
PHOTO_CLASS_EventHandler -> onAlbumAdd()
|
photo.on_album_edit |
PHOTO_CLASS_EventHandler -> onAlbumEdit()
|
photo.before_album_delete |
PHOTO_CLASS_EventHandler -> onBeforeAlbumDelete()
|
plugin.photos.add_photo |
PHOTO_CLASS_EventHandler -> onPhotoAdd()
PHOTO_CLASS_ContentProvider -> onAfterPhotoAdd()
|
photo.after_edit |
PHOTO_CLASS_EventHandler -> onAfterPhotoEdit()
PHOTO_CLASS_ContentProvider -> onAfterPhotoEdit()
|
photo.onBeforeDelete |
PHOTO_CLASS_EventHandler -> onBeforePhotoDelete()
PHOTO_CLASS_ContentProvider -> onBeforePhotoDelete()
|
photo.after_delete |
PHOTO_CLASS_EventHandler -> onPhotoDelete()
|
photo.createUserAlbum |
PHOTO_CLASS_EventHandler -> createUserAlbum()
|
photo.getMainAlbum |
PHOTO_CLASS_EventHandler -> getMainAlbum()
|
photo.addSearchData |
PHOTO_CLASS_EventHandler -> addSearchData()
|
feed.before_content_add |
PHOTO_CLASS_EventHandler -> feedBeforeStatusUpdate()
VIDEO_CLASS_EventHandler -> feedBeforeStatusUpdate()
|
photo.backgroundLoadPhoto |
PHOTO_CLASS_EventHandler -> backgroundLoadPhoto()
|
photo.onUpdateContent |
PHOTO_CLASS_EventHandler -> onUpdateContent()
|
photo.get_cover |
PHOTO_CLASS_EventHandler -> getAlbumCoverUrl()
|
photo.get_album_names |
PHOTO_CLASS_EventHandler -> getAlbumNames()
|
moderation.after_content_approve |
PHOTO_CLASS_ContentProvider -> afterContentApprove()
VIDEO_CLASS_EventHandler -> afterContentApprove()
BLOGS_CLASS_EventHandler -> afterContentApprove()
VIDEOTUBE_CLASS_EventHandler -> after_content_approve()
|
base.add_new_content_item |
PHOTO_CLASS_EventHandler -> addNewContentItem()
VIDEO_CLASS_EventHandler -> addNewContentItem()
BLOGS_CLASS_EventHandler -> onCollectAddNewContentItem()
VIDEOTUBE_CLASS_EventHandler -> videotube_add_new_content_item()
iclassifieds_add_new_content_item()
|
photo.onBeforeMultiplePhotoDelete |
PHOTO_CLASS_EventHandler -> onBeforeMultiplePhotoDelete()
|
photo.onBeforePhotoMove |
PHOTO_CLASS_EventHandler -> onBeforePhotoMove()
|
photo.onAfterPhotoMove |
PHOTO_CLASS_EventHandler -> onAfterPhotoMove()
|
photo.getAddPhotoURL |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
base.avatar_change_collect_sections |
PHOTO_CLASS_EventHandler -> collectAlbumsForAvatar()
|
base.avatar_change_get_section |
PHOTO_CLASS_EventHandler -> collectAlbumPhotosForAvatar()
|
base.avatar_change_get_item |
PHOTO_CLASS_EventHandler -> getPhotoForAvatar()
|
video.add_clip |
VIDEO_CLASS_EventHandler -> addCLip()
|
feed.on_entity_update |
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onUpdateBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_update_video()
|
video.before_delete |
VIDEO_CLASS_ContentProvider -> onBeforeClipDelete()
|
video.after_add |
VIDEO_CLASS_ContentProvider -> onAfterClipAdd()
|
video.after_edit |
VIDEO_CLASS_ContentProvider -> onAfterClipEdit()
|
plugin.friends |
FRIENDS_CLASS_EventHandler -> onPluginIsActive()
|
plugin.friends.get_friend_list |
FRIENDS_CLASS_EventHandler -> getFriendList()
|
plugin.friends.get_friend_list_by_display_name |
FRIENDS_CLASS_EventHandler -> getFriendListByDisplayName()
|
plugin.friends.check_friendship |
FRIENDS_CLASS_EventHandler -> findFriendship()
|
plugin.friends.count_friends |
FRIENDS_CLASS_EventHandler -> findCountOfUserFriendsInList()
|
plugin.friends.find_all_active_friendships |
FRIENDS_CLASS_EventHandler -> findAllActiveFriendships()
|
plugin.friends.find_active_friendships |
FRIENDS_CLASS_EventHandler -> findActiveFriendships()
|
feed.collect_follow |
FRIENDS_CLASS_EventHandler -> onCollectFeedFollow()
|
plugin.privacy.get_privacy_list |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyList()
|
plugin.privacy.check_permission |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyPermissions()
|
friends.cancelled |
FRIENDS_CLASS_EventHandler -> onCancelRequest()
|
feed.collect_follow_permissions |
FRIENDS_CLASS_EventHandler -> onCollectFollowPermissions()
|
friends.add_friend |
FRIENDS_CLASS_EventHandler -> addFriend()
|
friends.send_friend_request |
FRIENDS_CLASS_EventHandler -> sendFriendRequest()
|
blogs.before_delete |
BLOGS_CLASS_ContentProvider -> onBeforePostDelete()
|
blogs.after_add |
BLOGS_CLASS_ContentProvider -> onAfterPostAdd()
|
blogs.after_edit |
BLOGS_CLASS_ContentProvider -> onAfterPostEdit()
|
invitations.on_item_render |
BASE_CLASS_InvitationEventHandler -> renderItem()
|
invitations.add |
BASE_CLASS_InvitationEventHandler -> addInvitation()
|
invitations.remove |
BASE_CLASS_InvitationEventHandler -> removeInvitation()
|
notifications.remove |
NOTIFICATIONS_CLASS_ConsoleBridge -> removeNotification()
|
notifications.on_item_render |
NOTIFICATIONS_CLASS_ConsoleBridge -> renderItem()
|
notifications.send |
NOTIFICATIONS_CLASS_EmailBridge -> sendNotification()
|
base.append_markup |
OW_DeveloperTools -> onAppendMarkup()
|
core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|