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.006 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.018 |
After routing | Routing process (searching controller+action which should handle the request). | 0.018 |
After controller action call | Calling controller action (plugin custom logic). | 0.029 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.029 |
Page end | Processing all headers and sending rendered document. | 0.033 |
Query | Params | Time |
---|---|---|
SELECT * FROM ow_base_config | array ( ) | 0.000182 |
SELECT * FROM ow_base_language | array ( ) | 0.000115 |
SELECT * FROM ow_base_plugin | array ( ) | 0.000110 |
SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000106 |
SET TIME_ZONE = ? | array ( 0 => '-07:00', ) | 0.000140 |
SELECT * FROM ow_base_document WHERE `uri` = 'join' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000130 |
SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000078 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 956 | array ( ) | 0.000062 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956 | array ( ) | 0.000059 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000068 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000058 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 957 | array ( ) | 0.000061 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957 | array ( ) | 0.000054 |
SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000055 |
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.000070 |
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.000090 |
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.000077 |
SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000144 |
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.000101 |
SELECT * FROM ow_base_question WHERE `name` IN('username','email','password','realname','sex','birthdate','match_sex','relationship','9221d78a4201eac23c972e1d4aa2cee6','c441a8a9b955647cdf4c81562d39068a') ORDER BY sortOrder | array ( ) | 0.000078 |
SELECT * FROM ow_base_question WHERE `name` IN('') ORDER BY sortOrder | array ( ) | 0.000068 |
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.000185 |
SELECT * FROM ow_base_language | array ( ) | 0.000089 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000068 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000054 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000052 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000054 |
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.000061 |
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.000055 |
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.016 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.OW_Response Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Response', 'arguments' => array ( ), ) |
class.get_instance.OW_Language Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'className' => 'OW_Language', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'videotube', 'key' => 'videotube_menu_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'main_menu_index', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'users_main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'photo', 'key' => 'photo', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'video', 'key' => 'video', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'blogs', 'key' => 'main_menu_item', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'iclassifieds', 'key' => 'menutext_value', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_81959573', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'openwack', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'mobile_version_menu_item', ) |
core.app_init Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( ) |
core.after_route Type: trigger Called at: 0.018 Exec time: 0.000 |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
array ( ) |
class.get_instance.BASE_CTRL_Join Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'className' => 'BASE_CTRL_Join', 'arguments' => array ( ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.019 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index', ) |
core.set_document_heading Type: trigger Called at: 0.019 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join our community', ) |
class.get_instance.JoinForm Type: trigger Called at: 0.019 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 ( 'a9ela926oqo60820a42df7a3' => array ( 'id' => '80', 'name' => 'a9ela926oqo60820a42df7a3', '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_ikowym2r60820a42df7a9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'avuw4he860820a42df7ba' => array ( 'id' => '80', 'name' => 'avuw4he860820a42df7ba', '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_avuw4he8e60820a42df7bf ow_alt1', 'fake' => true, 'realName' => 'username', ), 'abik35y6etygo60820a42df7c8' => array ( 'id' => '80', 'name' => 'abik35y6etygo60820a42df7c8', '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_an3ji860820a42df7cd ow_alt1', 'fake' => true, 'realName' => 'username', ), 'an3ji8uw60820a42df7d4' => array ( 'id' => '80', 'name' => 'an3ji8uw60820a42df7d4', '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_eq4ge5usa560820a42df7d8 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', ), 'ekibap3wo61s60820a42df7f2' => array ( 'id' => '104', 'name' => 'ekibap3wo61s60820a42df7f2', '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_iqis3x460820a42df7f6 ow_alt2', 'fake' => true, 'realName' => 'realname', ), '4poh4m4qubi60820a42df7ff' => array ( 'id' => '104', 'name' => '4poh4m4qubi60820a42df7ff', '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_4poh4m460820a42df803 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'ikut460820a42df809' => array ( 'id' => '104', 'name' => 'ikut460820a42df809', '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_ikut4mym60820a42df811 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'ygu8yzyb3q4k60820a42df819' => array ( 'id' => '104', 'name' => 'ygu8yzyb3q4k60820a42df819', '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_yroseky960820a42df81d ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'yroseky960820a42df824' => array ( 'id' => '104', 'name' => 'yroseky960820a42df824', '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_1hel3z1660820a42df828 ow_alt2', 'fake' => true, 'realName' => 'realname', ), '2v25284raz60820a42df833' => array ( 'id' => '94', 'name' => '2v25284raz60820a42df833', '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_2v25284r60820a42df838 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'i9isisa60820a42df83f' => array ( 'id' => '94', 'name' => 'i9isisa60820a42df83f', '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_i9isisa5o60820a42df843 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '4myry8y6em60820a42df84a' => array ( 'id' => '94', 'name' => '4myry8y6em60820a42df84a', '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_ig2na9y60820a42df84e ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'ig2na60820a42df855' => array ( 'id' => '94', 'name' => 'ig2na60820a42df855', '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_4g3j260820a42df859 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '4g3j2b1d4ti60820a42df85f' => array ( 'id' => '94', 'name' => '4g3j2b1d4ti60820a42df85f', '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_3juq2wih160820a42df864 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'uhosode6ukoh460820a42df86d' => array ( 'id' => '94', 'name' => 'uhosode6ukoh460820a42df86d', '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_uhosod60820a42df871 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'uz4rav3560820a42df87d' => array ( 'id' => '92', 'name' => 'uz4rav3560820a42df87d', '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_35ip37yn460820a42df881 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '35ip37yn4t47o60820a42df888' => array ( 'id' => '92', 'name' => '35ip37yn4t47o60820a42df888', '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_i9364ronek60820a42df88d ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i936460820a42df893' => array ( 'id' => '92', 'name' => 'i936460820a42df893', '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_a5a64xatag60820a42df898 ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'ep1menog1muv60820a42df8a9' => array ( 'id' => '92', 'name' => 'ep1menog1muv60820a42df8a9', '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_ep1menog1m60820a42df8ae ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i5oq1t2k60820a42df8b4' => array ( 'id' => '92', 'name' => 'i5oq1t2k60820a42df8b4', '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_i5oq1t2ku60820a42df8b9 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'uhibu6i60820a42df8bf' => array ( 'id' => '92', 'name' => 'uhibu6i60820a42df8bf', '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_uhibu6i60820a42df8c3 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '4k1qiw4hed60820a42df8c9' => array ( 'id' => '92', 'name' => '4k1qiw4hed60820a42df8c9', '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_4k1qiw4he60820a42df8ce ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'otymy60820a42df8d7' => array ( 'id' => '111', 'name' => 'otymy60820a42df8d7', '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_yz4x3l60820a42df8de ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 'y9evubir45uj60820a42df8e6' => array ( 'id' => '111', 'name' => 'y9evubir45uj60820a42df8e6', '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_y9evubi60820a42df8ea ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'av3616ux60820a42df8f1' => array ( 'id' => '111', 'name' => 'av3616ux60820a42df8f1', '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_av36160820a42df8f5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '3zad36a7oze60820a42df8fc' => array ( 'id' => '111', 'name' => '3zad36a7oze60820a42df8fc', '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_3zad360820a42df900 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '4t17160820a42df906' => array ( 'id' => '111', 'name' => '4t17160820a42df906', '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_4t171d60820a42df90a ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'yw28ak35obo60820a42df911' => array ( 'id' => '111', 'name' => 'yw28ak35obo60820a42df911', '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_yw28ak35o60820a42df915 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'aliw1860820a42df91f' => array ( 'id' => '112', 'name' => 'aliw1860820a42df91f', '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_o6ekih160820a42df92c ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'u74z3860820a42df934' => array ( 'id' => '112', 'name' => 'u74z3860820a42df934', '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_yw2vewebev60820a42df938 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'edib4xajyh3k260820a42df93f' => array ( 'id' => '112', 'name' => 'edib4xajyh3k260820a42df93f', '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_edib4xa60820a42df943 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'uk3q1gy60820a42df94a' => array ( 'id' => '112', 'name' => 'uk3q1gy60820a42df94a', '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_uk3q1gyte60820a42df950 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), '2lig17ebudyj60820a42df959' => array ( 'id' => '112', 'name' => '2lig17ebudyj60820a42df959', '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_ad3t45u93z60820a42df95e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ar2duqih2w60820a42df973' => array ( 'id' => '112', 'name' => 'ar2duqih2w60820a42df973', '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_ar2du60820a42df977 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'ules1760820a42df97d' => array ( 'id' => '112', 'name' => 'ules1760820a42df97d', '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_ules1760820a42df982 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'abuj3p3b260820a42df98d' => array ( 'id' => '84', 'name' => 'abuj3p3b260820a42df98d', '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_ukor4basik60820a42df992 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'umut1q60820a42df999' => array ( 'id' => '84', 'name' => 'umut1q60820a42df999', '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_umut160820a42df99d ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'ubyde60820a42df9a6' => array ( 'id' => '84', 'name' => 'ubyde60820a42df9a6', '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_ubyde60820a42df9aa ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'eb4sy60820a42df9bb' => array ( 'id' => '84', 'name' => 'eb4sy60820a42df9bb', '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_eb4sy61do560820a42df9c2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'o9opeqyl3k60820a42df9c8' => array ( 'id' => '84', 'name' => 'o9opeqyl3k60820a42df9c8', '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_38u72l60820a42df9cc ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '38u72l3660820a42df9d3' => array ( 'id' => '84', 'name' => '38u72l3660820a42df9d3', '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_3x3hu8az60820a42df9d7 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3lowu60820a42df9de' => array ( 'id' => '84', 'name' => '3lowu60820a42df9de', '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_3lowuj60820a42df9e2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'yzuj1wa9e60820a42df9ec' => array ( 'id' => '83', 'name' => 'yzuj1wa9e60820a42df9ec', '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_yzuj1wa9el60820a42df9f1 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '4s2h3m3sah1760820a42df9f8' => array ( 'id' => '83', 'name' => '4s2h3m3sah1760820a42df9f8', '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_upobu60820a42df9fc ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'upobut3ne960820a42dfa03' => array ( 'id' => '83', 'name' => 'upobut3ne960820a42dfa03', '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_uwis373b60820a42dfa07 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'uwis373by8a60820a42dfa0e' => array ( 'id' => '83', 'name' => 'uwis373by8a60820a42dfa0e', '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_3627460820a42dfa12 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'a9ela926oqo60820a42df7a3', '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_ikowym2r60820a42df7a9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'avuw4he860820a42df7ba', '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_avuw4he8e60820a42df7bf ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'abik35y6etygo60820a42df7c8', '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_an3ji860820a42df7cd ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'an3ji8uw60820a42df7d4', '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_eq4ge5usa560820a42df7d8 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' => 'ekibap3wo61s60820a42df7f2', '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_iqis3x460820a42df7f6 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => '4poh4m4qubi60820a42df7ff', '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_4poh4m460820a42df803 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => 'ikut460820a42df809', '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_ikut4mym60820a42df811 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'ygu8yzyb3q4k60820a42df819', '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_yroseky960820a42df81d ow_alt2', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'yroseky960820a42df824', '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_1hel3z1660820a42df828 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '94', 'name' => '2v25284raz60820a42df833', '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_2v25284r60820a42df838 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'id' => '94', 'name' => 'i9isisa60820a42df83f', '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_i9isisa5o60820a42df843 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'id' => '94', 'name' => '4myry8y6em60820a42df84a', '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_ig2na9y60820a42df84e ow_alt2', 'fake' => true, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'ig2na60820a42df855', '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_4g3j260820a42df859 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '4g3j2b1d4ti60820a42df85f', '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_3juq2wih160820a42df864 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'uhosode6ukoh460820a42df86d', '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_uhosod60820a42df871 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => 'uz4rav3560820a42df87d', '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_35ip37yn460820a42df881 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => '35ip37yn4t47o60820a42df888', '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_i9364ronek60820a42df88d ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'i936460820a42df893', '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_a5a64xatag60820a42df898 ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'ep1menog1muv60820a42df8a9', '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_ep1menog1m60820a42df8ae ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'i5oq1t2k60820a42df8b4', '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_i5oq1t2ku60820a42df8b9 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'uhibu6i60820a42df8bf', '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_uhibu6i60820a42df8c3 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '4k1qiw4hed60820a42df8c9', '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_4k1qiw4he60820a42df8ce ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'otymy60820a42df8d7', '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_yz4x3l60820a42df8de ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'y9evubir45uj60820a42df8e6', '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_y9evubi60820a42df8ea ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'av3616ux60820a42df8f1', '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_av36160820a42df8f5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3zad36a7oze60820a42df8fc', '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_3zad360820a42df900 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4t17160820a42df906', '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_4t171d60820a42df90a ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '111', 'name' => 'yw28ak35obo60820a42df911', '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_yw28ak35o60820a42df915 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 30 => array ( 'id' => '112', 'name' => 'aliw1860820a42df91f', '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_o6ekih160820a42df92c ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'u74z3860820a42df934', '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_yw2vewebev60820a42df938 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'edib4xajyh3k260820a42df93f', '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_edib4xa60820a42df943 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'uk3q1gy60820a42df94a', '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_uk3q1gyte60820a42df950 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => '2lig17ebudyj60820a42df959', '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_ad3t45u93z60820a42df95e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 35 => array ( 'id' => '112', 'name' => 'ar2duqih2w60820a42df973', '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_ar2du60820a42df977 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 36 => array ( 'id' => '112', 'name' => 'ules1760820a42df97d', '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_ules1760820a42df982 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'abuj3p3b260820a42df98d', '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_ukor4basik60820a42df992 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => 'umut1q60820a42df999', '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_umut160820a42df99d ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'ubyde60820a42df9a6', '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_ubyde60820a42df9aa ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'eb4sy60820a42df9bb', '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_eb4sy61do560820a42df9c2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => 'o9opeqyl3k60820a42df9c8', '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_38u72l60820a42df9cc ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '84', 'name' => '38u72l3660820a42df9d3', '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_3x3hu8az60820a42df9d7 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 6 => array ( 'id' => '84', 'name' => '3lowu60820a42df9de', '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_3lowuj60820a42df9e2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 7 => array ( 'id' => '83', 'name' => 'yzuj1wa9e60820a42df9ec', '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_yzuj1wa9el60820a42df9f1 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => '4s2h3m3sah1760820a42df9f8', '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_upobu60820a42df9fc ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'upobut3ne960820a42dfa03', '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_uwis373b60820a42dfa07 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'uwis373by8a60820a42dfa0e', '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_3627460820a42dfa12 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( '2v25284raz60820a42df833' => 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, ), 'i9isisa60820a42df83f' => 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, ), '4myry8y6em60820a42df84a' => 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, ), 'ig2na60820a42df855' => 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, ), '4g3j2b1d4ti60820a42df85f' => 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, ), 'uhosode6ukoh460820a42df86d' => 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, ), 'otymy60820a42df8d7' => 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, ), 'y9evubir45uj60820a42df8e6' => 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, ), 'av3616ux60820a42df8f1' => 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, ), '3zad36a7oze60820a42df8fc' => 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, ), '4t17160820a42df906' => 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, ), 'yw28ak35obo60820a42df911' => 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, ), 'aliw1860820a42df91f' => 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, ), 'u74z3860820a42df934' => 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, ), 'edib4xajyh3k260820a42df93f' => 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, ), 'uk3q1gy60820a42df94a' => 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, ), '2lig17ebudyj60820a42df959' => 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, ), 'ar2duqih2w60820a42df973' => 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, ), 'ules1760820a42df97d' => 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_38av1res', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxOTEzNTA0MjNuYTVZTjJOVUpVNmFib1MzV2U5eTgyTlVXSUxFU1lM', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_o93pud1w', 'type' => 'hidden', 'value' => 'MTYxOTEzNTA0MjNuYTVZTjJOVUpVNmFib1MzV2U5eTgyTlVXSUxFU1lM', ), )), 'a9ela926oqo60820a42df7a3' => 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' => 'a9ela926oqo60820a42df7a3', 'id' => 'input_yt39yk1n', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'avuw4he860820a42df7ba' => 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' => 'avuw4he860820a42df7ba', 'id' => 'input_yxip4h4j', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'abik35y6etygo60820a42df7c8' => 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' => 'abik35y6etygo60820a42df7c8', 'id' => 'input_o7y53bo5', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'an3ji8uw60820a42df7d4' => 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' => 'an3ji8uw60820a42df7d4', 'id' => 'input_1manini9', '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_2h4reno8', '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_ym1hov2g', '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_idikyrud', 'type' => 'password', ), )), 'ekibap3wo61s60820a42df7f2' => 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' => 'ekibap3wo61s60820a42df7f2', 'id' => 'input_on471pep', 'type' => 'text', ), )), '4poh4m4qubi60820a42df7ff' => 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' => '4poh4m4qubi60820a42df7ff', 'id' => 'input_ev161n19', 'type' => 'text', ), )), 'ikut460820a42df809' => 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' => 'ikut460820a42df809', 'id' => 'input_1d2p463g', 'type' => 'text', ), )), 'ygu8yzyb3q4k60820a42df819' => 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' => 'ygu8yzyb3q4k60820a42df819', 'id' => 'input_262g4s16', 'type' => 'text', ), )), 'yroseky960820a42df824' => 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' => 'yroseky960820a42df824', 'id' => 'input_ugovo51m', 'type' => 'text', ), )), '2v25284raz60820a42df833' => 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' => '2v25284raz60820a42df833', 'id' => 'input_uby63na8', 'type' => 'radio', 'value' => '2', ), )), 'i9isisa60820a42df83f' => 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' => 'i9isisa60820a42df83f', 'id' => 'input_yg3tinyb', 'type' => 'radio', 'value' => '2', ), )), '4myry8y6em60820a42df84a' => 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' => '4myry8y6em60820a42df84a', 'id' => 'input_19ades3k', 'type' => 'radio', 'value' => '2', ), )), 'ig2na60820a42df855' => 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' => 'ig2na60820a42df855', 'id' => 'input_uwi8yt2n', 'type' => 'radio', 'value' => '2', ), )), '4g3j2b1d4ti60820a42df85f' => 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' => '4g3j2b1d4ti60820a42df85f', 'id' => 'input_ywo9e7ur', 'type' => 'radio', 'value' => '2', ), )), 'uhosode6ukoh460820a42df86d' => 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' => 'uhosode6ukoh460820a42df86d', 'id' => 'input_ipa6omy5', 'type' => 'radio', 'value' => '2', ), )), 'uz4rav3560820a42df87d' => 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' => 'uz4rav3560820a42df87d', 'id' => 'input_1meheba8', 'type' => 'text', ), )), '35ip37yn4t47o60820a42df888' => 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' => '35ip37yn4t47o60820a42df888', 'id' => 'input_1valus26', 'type' => 'text', ), )), 'i936460820a42df893' => 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' => 'i936460820a42df893', 'id' => 'input_o5es2jew', 'type' => 'text', ), )), 'ep1menog1muv60820a42df8a9' => 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' => 'ep1menog1muv60820a42df8a9', 'id' => 'input_ywyv3kow', 'type' => 'text', ), )), 'i5oq1t2k60820a42df8b4' => 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' => 'i5oq1t2k60820a42df8b4', 'id' => 'input_35ex4je9', 'type' => 'text', ), )), 'uhibu6i60820a42df8bf' => 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' => 'uhibu6i60820a42df8bf', 'id' => 'input_ogyd3r3x', 'type' => 'text', ), )), '4k1qiw4hed60820a42df8c9' => 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' => '4k1qiw4hed60820a42df8c9', 'id' => 'input_3mitar2k', 'type' => 'text', ), )), 'otymy60820a42df8d7' => 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' => 'otymy60820a42df8d7[]', 'id' => 'input_3qym364m', 'type' => 'checkbox', 'value' => '2', ), )), 'y9evubir45uj60820a42df8e6' => 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' => 'y9evubir45uj60820a42df8e6[]', 'id' => 'input_3gyqaq2t', 'type' => 'checkbox', 'value' => '2', ), )), 'av3616ux60820a42df8f1' => 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' => 'av3616ux60820a42df8f1[]', 'id' => 'input_ix37imu9', 'type' => 'checkbox', 'value' => '2', ), )), '3zad36a7oze60820a42df8fc' => 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' => '3zad36a7oze60820a42df8fc[]', 'id' => 'input_ikohyqam', 'type' => 'checkbox', 'value' => '2', ), )), '4t17160820a42df906' => 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' => '4t17160820a42df906[]', 'id' => 'input_a93s3wam', 'type' => 'checkbox', 'value' => '2', ), )), 'yw28ak35obo60820a42df911' => 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' => 'yw28ak35obo60820a42df911[]', 'id' => 'input_2buri93p', 'type' => 'checkbox', 'value' => '2', ), )), 'aliw1860820a42df91f' => 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' => 'aliw1860820a42df91f[]', 'id' => 'input_uhal3dij', 'type' => 'checkbox', 'value' => '2', ), )), 'u74z3860820a42df934' => 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' => 'u74z3860820a42df934[]', 'id' => 'input_1l2lo9y8', 'type' => 'checkbox', 'value' => '2', ), )), 'edib4xajyh3k260820a42df93f' => 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' => 'edib4xajyh3k260820a42df93f[]', 'id' => 'input_utotudy8', 'type' => 'checkbox', 'value' => '2', ), )), 'uk3q1gy60820a42df94a' => 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' => 'uk3q1gy60820a42df94a[]', 'id' => 'input_162b4miw', 'type' => 'checkbox', 'value' => '2', ), )), '2lig17ebudyj60820a42df959' => 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' => '2lig17ebudyj60820a42df959[]', 'id' => 'input_egytodyg', 'type' => 'checkbox', 'value' => '2', ), )), 'ar2duqih2w60820a42df973' => 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' => 'ar2duqih2w60820a42df973[]', 'id' => 'input_2wu8i93z', 'type' => 'checkbox', 'value' => '2', ), )), 'ules1760820a42df97d' => 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' => 'ules1760820a42df97d[]', 'id' => 'input_ih4kosig', 'type' => 'checkbox', 'value' => '2', ), )), 'abuj3p3b260820a42df98d' => 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' => 'abuj3p3b260820a42df98d', 'id' => 'input_45ym3sa6', ), )), 'umut1q60820a42df999' => 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' => 'umut1q60820a42df999', 'id' => 'input_asi73s1w', ), )), 'ubyde60820a42df9a6' => 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' => 'ubyde60820a42df9a6', 'id' => 'input_2h4xilov', ), )), 'eb4sy60820a42df9bb' => 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' => 'eb4sy60820a42df9bb', 'id' => 'input_3wep2g36', ), )), 'o9opeqyl3k60820a42df9c8' => 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' => 'o9opeqyl3k60820a42df9c8', 'id' => 'input_ivumete9', ), )), '38u72l3660820a42df9d3' => 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' => '38u72l3660820a42df9d3', 'id' => 'input_4zudu6um', ), )), '3lowu60820a42df9de' => 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' => '3lowu60820a42df9de', 'id' => 'input_1not3rat', ), )), 'yzuj1wa9e60820a42df9ec' => 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' => 'yzuj1wa9e60820a42df9ec', 'id' => 'input_1r4b3w2z', ), )), '4s2h3m3sah1760820a42df9f8' => 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' => '4s2h3m3sah1760820a42df9f8', 'id' => 'input_18o5orym', ), )), 'upobut3ne960820a42dfa03' => 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' => 'upobut3ne960820a42dfa03', 'id' => 'input_3deduh36', ), )), 'uwis373by8a60820a42dfa0e' => 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' => 'uwis373by8a60820a42dfa0e', 'id' => 'input_ase637at', ), )), '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_4gosyn26', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_i538y5an', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_i538y5an', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_i538y5an', '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_ilavyl4t', '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 ( 'a9ela926oqo60820a42df7a3' => array ( 'id' => '80', 'name' => 'a9ela926oqo60820a42df7a3', '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_ikowym2r60820a42df7a9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'avuw4he860820a42df7ba' => array ( 'id' => '80', 'name' => 'avuw4he860820a42df7ba', '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_avuw4he8e60820a42df7bf ow_alt1', 'fake' => true, 'realName' => 'username', ), 'abik35y6etygo60820a42df7c8' => array ( 'id' => '80', 'name' => 'abik35y6etygo60820a42df7c8', '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_an3ji860820a42df7cd ow_alt1', 'fake' => true, 'realName' => 'username', ), 'an3ji8uw60820a42df7d4' => array ( 'id' => '80', 'name' => 'an3ji8uw60820a42df7d4', '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_eq4ge5usa560820a42df7d8 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', ), 'ekibap3wo61s60820a42df7f2' => array ( 'id' => '104', 'name' => 'ekibap3wo61s60820a42df7f2', '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_iqis3x460820a42df7f6 ow_alt2', 'fake' => true, 'realName' => 'realname', ), '4poh4m4qubi60820a42df7ff' => array ( 'id' => '104', 'name' => '4poh4m4qubi60820a42df7ff', '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_4poh4m460820a42df803 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'ikut460820a42df809' => array ( 'id' => '104', 'name' => 'ikut460820a42df809', '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_ikut4mym60820a42df811 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'ygu8yzyb3q4k60820a42df819' => array ( 'id' => '104', 'name' => 'ygu8yzyb3q4k60820a42df819', '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_yroseky960820a42df81d ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'yroseky960820a42df824' => array ( 'id' => '104', 'name' => 'yroseky960820a42df824', '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_1hel3z1660820a42df828 ow_alt2', 'fake' => true, 'realName' => 'realname', ), '2v25284raz60820a42df833' => array ( 'id' => '94', 'name' => '2v25284raz60820a42df833', '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_2v25284r60820a42df838 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'i9isisa60820a42df83f' => array ( 'id' => '94', 'name' => 'i9isisa60820a42df83f', '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_i9isisa5o60820a42df843 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '4myry8y6em60820a42df84a' => array ( 'id' => '94', 'name' => '4myry8y6em60820a42df84a', '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_ig2na9y60820a42df84e ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'ig2na60820a42df855' => array ( 'id' => '94', 'name' => 'ig2na60820a42df855', '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_4g3j260820a42df859 ow_alt2', 'fake' => true, 'realName' => 'sex', ), '4g3j2b1d4ti60820a42df85f' => array ( 'id' => '94', 'name' => '4g3j2b1d4ti60820a42df85f', '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_3juq2wih160820a42df864 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'uhosode6ukoh460820a42df86d' => array ( 'id' => '94', 'name' => 'uhosode6ukoh460820a42df86d', '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_uhosod60820a42df871 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'uz4rav3560820a42df87d' => array ( 'id' => '92', 'name' => 'uz4rav3560820a42df87d', '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_35ip37yn460820a42df881 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '35ip37yn4t47o60820a42df888' => array ( 'id' => '92', 'name' => '35ip37yn4t47o60820a42df888', '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_i9364ronek60820a42df88d ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i936460820a42df893' => array ( 'id' => '92', 'name' => 'i936460820a42df893', '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_a5a64xatag60820a42df898 ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'ep1menog1muv60820a42df8a9' => array ( 'id' => '92', 'name' => 'ep1menog1muv60820a42df8a9', '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_ep1menog1m60820a42df8ae ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i5oq1t2k60820a42df8b4' => array ( 'id' => '92', 'name' => 'i5oq1t2k60820a42df8b4', '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_i5oq1t2ku60820a42df8b9 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'uhibu6i60820a42df8bf' => array ( 'id' => '92', 'name' => 'uhibu6i60820a42df8bf', '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_uhibu6i60820a42df8c3 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '4k1qiw4hed60820a42df8c9' => array ( 'id' => '92', 'name' => '4k1qiw4hed60820a42df8c9', '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_4k1qiw4he60820a42df8ce ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'otymy60820a42df8d7' => array ( 'id' => '111', 'name' => 'otymy60820a42df8d7', '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_yz4x3l60820a42df8de ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 'y9evubir45uj60820a42df8e6' => array ( 'id' => '111', 'name' => 'y9evubir45uj60820a42df8e6', '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_y9evubi60820a42df8ea ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'av3616ux60820a42df8f1' => array ( 'id' => '111', 'name' => 'av3616ux60820a42df8f1', '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_av36160820a42df8f5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '3zad36a7oze60820a42df8fc' => array ( 'id' => '111', 'name' => '3zad36a7oze60820a42df8fc', '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_3zad360820a42df900 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '4t17160820a42df906' => array ( 'id' => '111', 'name' => '4t17160820a42df906', '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_4t171d60820a42df90a ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'yw28ak35obo60820a42df911' => array ( 'id' => '111', 'name' => 'yw28ak35obo60820a42df911', '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_yw28ak35o60820a42df915 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 'aliw1860820a42df91f' => array ( 'id' => '112', 'name' => 'aliw1860820a42df91f', '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_o6ekih160820a42df92c ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'u74z3860820a42df934' => array ( 'id' => '112', 'name' => 'u74z3860820a42df934', '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_yw2vewebev60820a42df938 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'edib4xajyh3k260820a42df93f' => array ( 'id' => '112', 'name' => 'edib4xajyh3k260820a42df93f', '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_edib4xa60820a42df943 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'uk3q1gy60820a42df94a' => array ( 'id' => '112', 'name' => 'uk3q1gy60820a42df94a', '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_uk3q1gyte60820a42df950 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), '2lig17ebudyj60820a42df959' => array ( 'id' => '112', 'name' => '2lig17ebudyj60820a42df959', '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_ad3t45u93z60820a42df95e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 'ar2duqih2w60820a42df973' => array ( 'id' => '112', 'name' => 'ar2duqih2w60820a42df973', '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_ar2du60820a42df977 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'ules1760820a42df97d' => array ( 'id' => '112', 'name' => 'ules1760820a42df97d', '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_ules1760820a42df982 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 'abuj3p3b260820a42df98d' => array ( 'id' => '84', 'name' => 'abuj3p3b260820a42df98d', '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_ukor4basik60820a42df992 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'umut1q60820a42df999' => array ( 'id' => '84', 'name' => 'umut1q60820a42df999', '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_umut160820a42df99d ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'ubyde60820a42df9a6' => array ( 'id' => '84', 'name' => 'ubyde60820a42df9a6', '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_ubyde60820a42df9aa ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'eb4sy60820a42df9bb' => array ( 'id' => '84', 'name' => 'eb4sy60820a42df9bb', '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_eb4sy61do560820a42df9c2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'o9opeqyl3k60820a42df9c8' => array ( 'id' => '84', 'name' => 'o9opeqyl3k60820a42df9c8', '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_38u72l60820a42df9cc ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '38u72l3660820a42df9d3' => array ( 'id' => '84', 'name' => '38u72l3660820a42df9d3', '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_3x3hu8az60820a42df9d7 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3lowu60820a42df9de' => array ( 'id' => '84', 'name' => '3lowu60820a42df9de', '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_3lowuj60820a42df9e2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'yzuj1wa9e60820a42df9ec' => array ( 'id' => '83', 'name' => 'yzuj1wa9e60820a42df9ec', '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_yzuj1wa9el60820a42df9f1 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '4s2h3m3sah1760820a42df9f8' => array ( 'id' => '83', 'name' => '4s2h3m3sah1760820a42df9f8', '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_upobu60820a42df9fc ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'upobut3ne960820a42dfa03' => array ( 'id' => '83', 'name' => 'upobut3ne960820a42dfa03', '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_uwis373b60820a42dfa07 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'uwis373by8a60820a42dfa0e' => array ( 'id' => '83', 'name' => 'uwis373by8a60820a42dfa0e', '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_3627460820a42dfa12 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => 'a9ela926oqo60820a42df7a3', '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_ikowym2r60820a42df7a9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'avuw4he860820a42df7ba', '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_avuw4he8e60820a42df7bf ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'abik35y6etygo60820a42df7c8', '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_an3ji860820a42df7cd ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'an3ji8uw60820a42df7d4', '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_eq4ge5usa560820a42df7d8 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' => 'ekibap3wo61s60820a42df7f2', '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_iqis3x460820a42df7f6 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => '4poh4m4qubi60820a42df7ff', '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_4poh4m460820a42df803 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => 'ikut460820a42df809', '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_ikut4mym60820a42df811 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'ygu8yzyb3q4k60820a42df819', '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_yroseky960820a42df81d ow_alt2', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'yroseky960820a42df824', '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_1hel3z1660820a42df828 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '94', 'name' => '2v25284raz60820a42df833', '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_2v25284r60820a42df838 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'id' => '94', 'name' => 'i9isisa60820a42df83f', '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_i9isisa5o60820a42df843 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'id' => '94', 'name' => '4myry8y6em60820a42df84a', '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_ig2na9y60820a42df84e ow_alt2', 'fake' => true, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'ig2na60820a42df855', '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_4g3j260820a42df859 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '4g3j2b1d4ti60820a42df85f', '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_3juq2wih160820a42df864 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'uhosode6ukoh460820a42df86d', '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_uhosod60820a42df871 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => 'uz4rav3560820a42df87d', '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_35ip37yn460820a42df881 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => '35ip37yn4t47o60820a42df888', '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_i9364ronek60820a42df88d ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'i936460820a42df893', '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_a5a64xatag60820a42df898 ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'ep1menog1muv60820a42df8a9', '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_ep1menog1m60820a42df8ae ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'i5oq1t2k60820a42df8b4', '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_i5oq1t2ku60820a42df8b9 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'uhibu6i60820a42df8bf', '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_uhibu6i60820a42df8c3 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '4k1qiw4hed60820a42df8c9', '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_4k1qiw4he60820a42df8ce ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'otymy60820a42df8d7', '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_yz4x3l60820a42df8de ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'y9evubir45uj60820a42df8e6', '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_y9evubi60820a42df8ea ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'av3616ux60820a42df8f1', '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_av36160820a42df8f5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3zad36a7oze60820a42df8fc', '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_3zad360820a42df900 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4t17160820a42df906', '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_4t171d60820a42df90a ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '111', 'name' => 'yw28ak35obo60820a42df911', '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_yw28ak35o60820a42df915 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 30 => array ( 'id' => '112', 'name' => 'aliw1860820a42df91f', '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_o6ekih160820a42df92c ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'u74z3860820a42df934', '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_yw2vewebev60820a42df938 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'edib4xajyh3k260820a42df93f', '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_edib4xa60820a42df943 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'uk3q1gy60820a42df94a', '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_uk3q1gyte60820a42df950 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => '2lig17ebudyj60820a42df959', '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_ad3t45u93z60820a42df95e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 35 => array ( 'id' => '112', 'name' => 'ar2duqih2w60820a42df973', '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_ar2du60820a42df977 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 36 => array ( 'id' => '112', 'name' => 'ules1760820a42df97d', '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_ules1760820a42df982 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'abuj3p3b260820a42df98d', '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_ukor4basik60820a42df992 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => 'umut1q60820a42df999', '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_umut160820a42df99d ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'ubyde60820a42df9a6', '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_ubyde60820a42df9aa ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'eb4sy60820a42df9bb', '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_eb4sy61do560820a42df9c2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => 'o9opeqyl3k60820a42df9c8', '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_38u72l60820a42df9cc ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '84', 'name' => '38u72l3660820a42df9d3', '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_3x3hu8az60820a42df9d7 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 6 => array ( 'id' => '84', 'name' => '3lowu60820a42df9de', '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_3lowuj60820a42df9e2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 7 => array ( 'id' => '83', 'name' => 'yzuj1wa9e60820a42df9ec', '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_yzuj1wa9el60820a42df9f1 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => '4s2h3m3sah1760820a42df9f8', '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_upobu60820a42df9fc ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'upobut3ne960820a42dfa03', '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_uwis373b60820a42dfa07 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'uwis373by8a60820a42dfa0e', '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_3627460820a42dfa12 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( '2v25284raz60820a42df833' => 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, ), 'i9isisa60820a42df83f' => 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, ), '4myry8y6em60820a42df84a' => 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, ), 'ig2na60820a42df855' => 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, ), '4g3j2b1d4ti60820a42df85f' => 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, ), 'uhosode6ukoh460820a42df86d' => 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, ), 'otymy60820a42df8d7' => 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, ), 'y9evubir45uj60820a42df8e6' => 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, ), 'av3616ux60820a42df8f1' => 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, ), '3zad36a7oze60820a42df8fc' => 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, ), '4t17160820a42df906' => 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, ), 'yw28ak35obo60820a42df911' => 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, ), 'aliw1860820a42df91f' => 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, ), 'u74z3860820a42df934' => 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, ), 'edib4xajyh3k260820a42df93f' => 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, ), 'uk3q1gy60820a42df94a' => 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, ), '2lig17ebudyj60820a42df959' => 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, ), 'ar2duqih2w60820a42df973' => 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, ), 'ules1760820a42df97d' => 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_38av1res', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxOTEzNTA0MjNuYTVZTjJOVUpVNmFib1MzV2U5eTgyTlVXSUxFU1lM', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_o93pud1w', 'type' => 'hidden', 'value' => 'MTYxOTEzNTA0MjNuYTVZTjJOVUpVNmFib1MzV2U5eTgyTlVXSUxFU1lM', ), )), 'a9ela926oqo60820a42df7a3' => 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' => 'a9ela926oqo60820a42df7a3', 'id' => 'input_yt39yk1n', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'avuw4he860820a42df7ba' => 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' => 'avuw4he860820a42df7ba', 'id' => 'input_yxip4h4j', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'abik35y6etygo60820a42df7c8' => 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' => 'abik35y6etygo60820a42df7c8', 'id' => 'input_o7y53bo5', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'an3ji8uw60820a42df7d4' => 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' => 'an3ji8uw60820a42df7d4', 'id' => 'input_1manini9', '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_2h4reno8', '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_ym1hov2g', '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_idikyrud', 'type' => 'password', ), )), 'ekibap3wo61s60820a42df7f2' => 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' => 'ekibap3wo61s60820a42df7f2', 'id' => 'input_on471pep', 'type' => 'text', ), )), '4poh4m4qubi60820a42df7ff' => 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' => '4poh4m4qubi60820a42df7ff', 'id' => 'input_ev161n19', 'type' => 'text', ), )), 'ikut460820a42df809' => 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' => 'ikut460820a42df809', 'id' => 'input_1d2p463g', 'type' => 'text', ), )), 'ygu8yzyb3q4k60820a42df819' => 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' => 'ygu8yzyb3q4k60820a42df819', 'id' => 'input_262g4s16', 'type' => 'text', ), )), 'yroseky960820a42df824' => 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' => 'yroseky960820a42df824', 'id' => 'input_ugovo51m', 'type' => 'text', ), )), '2v25284raz60820a42df833' => 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' => '2v25284raz60820a42df833', 'id' => 'input_uby63na8', 'type' => 'radio', 'value' => '2', ), )), 'i9isisa60820a42df83f' => 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' => 'i9isisa60820a42df83f', 'id' => 'input_yg3tinyb', 'type' => 'radio', 'value' => '2', ), )), '4myry8y6em60820a42df84a' => 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' => '4myry8y6em60820a42df84a', 'id' => 'input_19ades3k', 'type' => 'radio', 'value' => '2', ), )), 'ig2na60820a42df855' => 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' => 'ig2na60820a42df855', 'id' => 'input_uwi8yt2n', 'type' => 'radio', 'value' => '2', ), )), '4g3j2b1d4ti60820a42df85f' => 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' => '4g3j2b1d4ti60820a42df85f', 'id' => 'input_ywo9e7ur', 'type' => 'radio', 'value' => '2', ), )), 'uhosode6ukoh460820a42df86d' => 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' => 'uhosode6ukoh460820a42df86d', 'id' => 'input_ipa6omy5', 'type' => 'radio', 'value' => '2', ), )), 'uz4rav3560820a42df87d' => 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' => 'uz4rav3560820a42df87d', 'id' => 'input_1meheba8', 'type' => 'text', ), )), '35ip37yn4t47o60820a42df888' => 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' => '35ip37yn4t47o60820a42df888', 'id' => 'input_1valus26', 'type' => 'text', ), )), 'i936460820a42df893' => 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' => 'i936460820a42df893', 'id' => 'input_o5es2jew', 'type' => 'text', ), )), 'ep1menog1muv60820a42df8a9' => 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' => 'ep1menog1muv60820a42df8a9', 'id' => 'input_ywyv3kow', 'type' => 'text', ), )), 'i5oq1t2k60820a42df8b4' => 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' => 'i5oq1t2k60820a42df8b4', 'id' => 'input_35ex4je9', 'type' => 'text', ), )), 'uhibu6i60820a42df8bf' => 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' => 'uhibu6i60820a42df8bf', 'id' => 'input_ogyd3r3x', 'type' => 'text', ), )), '4k1qiw4hed60820a42df8c9' => 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' => '4k1qiw4hed60820a42df8c9', 'id' => 'input_3mitar2k', 'type' => 'text', ), )), 'otymy60820a42df8d7' => 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' => 'otymy60820a42df8d7[]', 'id' => 'input_3qym364m', 'type' => 'checkbox', 'value' => '2', ), )), 'y9evubir45uj60820a42df8e6' => 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' => 'y9evubir45uj60820a42df8e6[]', 'id' => 'input_3gyqaq2t', 'type' => 'checkbox', 'value' => '2', ), )), 'av3616ux60820a42df8f1' => 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' => 'av3616ux60820a42df8f1[]', 'id' => 'input_ix37imu9', 'type' => 'checkbox', 'value' => '2', ), )), '3zad36a7oze60820a42df8fc' => 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' => '3zad36a7oze60820a42df8fc[]', 'id' => 'input_ikohyqam', 'type' => 'checkbox', 'value' => '2', ), )), '4t17160820a42df906' => 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' => '4t17160820a42df906[]', 'id' => 'input_a93s3wam', 'type' => 'checkbox', 'value' => '2', ), )), 'yw28ak35obo60820a42df911' => 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' => 'yw28ak35obo60820a42df911[]', 'id' => 'input_2buri93p', 'type' => 'checkbox', 'value' => '2', ), )), 'aliw1860820a42df91f' => 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' => 'aliw1860820a42df91f[]', 'id' => 'input_uhal3dij', 'type' => 'checkbox', 'value' => '2', ), )), 'u74z3860820a42df934' => 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' => 'u74z3860820a42df934[]', 'id' => 'input_1l2lo9y8', 'type' => 'checkbox', 'value' => '2', ), )), 'edib4xajyh3k260820a42df93f' => 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' => 'edib4xajyh3k260820a42df93f[]', 'id' => 'input_utotudy8', 'type' => 'checkbox', 'value' => '2', ), )), 'uk3q1gy60820a42df94a' => 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' => 'uk3q1gy60820a42df94a[]', 'id' => 'input_162b4miw', 'type' => 'checkbox', 'value' => '2', ), )), '2lig17ebudyj60820a42df959' => 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' => '2lig17ebudyj60820a42df959[]', 'id' => 'input_egytodyg', 'type' => 'checkbox', 'value' => '2', ), )), 'ar2duqih2w60820a42df973' => 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' => 'ar2duqih2w60820a42df973[]', 'id' => 'input_2wu8i93z', 'type' => 'checkbox', 'value' => '2', ), )), 'ules1760820a42df97d' => 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' => 'ules1760820a42df97d[]', 'id' => 'input_ih4kosig', 'type' => 'checkbox', 'value' => '2', ), )), 'abuj3p3b260820a42df98d' => 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' => 'abuj3p3b260820a42df98d', 'id' => 'input_45ym3sa6', ), )), 'umut1q60820a42df999' => 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' => 'umut1q60820a42df999', 'id' => 'input_asi73s1w', ), )), 'ubyde60820a42df9a6' => 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' => 'ubyde60820a42df9a6', 'id' => 'input_2h4xilov', ), )), 'eb4sy60820a42df9bb' => 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' => 'eb4sy60820a42df9bb', 'id' => 'input_3wep2g36', ), )), 'o9opeqyl3k60820a42df9c8' => 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' => 'o9opeqyl3k60820a42df9c8', 'id' => 'input_ivumete9', ), )), '38u72l3660820a42df9d3' => 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' => '38u72l3660820a42df9d3', 'id' => 'input_4zudu6um', ), )), '3lowu60820a42df9de' => 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' => '3lowu60820a42df9de', 'id' => 'input_1not3rat', ), )), 'yzuj1wa9e60820a42df9ec' => 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' => 'yzuj1wa9e60820a42df9ec', 'id' => 'input_1r4b3w2z', ), )), '4s2h3m3sah1760820a42df9f8' => 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' => '4s2h3m3sah1760820a42df9f8', 'id' => 'input_18o5orym', ), )), 'upobut3ne960820a42dfa03' => 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' => 'upobut3ne960820a42dfa03', 'id' => 'input_3deduh36', ), )), 'uwis373by8a60820a42dfa0e' => 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' => 'uwis373by8a60820a42dfa0e', 'id' => 'input_ase637at', ), )), '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_4gosyn26', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_i538y5an', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_i538y5an', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_i538y5an', '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_ilavyl4t', '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' => 'a9ela926oqo60820a42df7a3', '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_ikowym2r60820a42df7a9 ow_alt2', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'avuw4he860820a42df7ba', '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_avuw4he8e60820a42df7bf ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => 'abik35y6etygo60820a42df7c8', '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_an3ji860820a42df7cd ow_alt1', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => 'an3ji8uw60820a42df7d4', '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_eq4ge5usa560820a42df7d8 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' => 'ekibap3wo61s60820a42df7f2', '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_iqis3x460820a42df7f6 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 7 => array ( 'id' => '104', 'name' => '4poh4m4qubi60820a42df7ff', '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_4poh4m460820a42df803 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 8 => array ( 'id' => '104', 'name' => 'ikut460820a42df809', '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_ikut4mym60820a42df811 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 9 => array ( 'id' => '104', 'name' => 'ygu8yzyb3q4k60820a42df819', '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_yroseky960820a42df81d ow_alt2', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'yroseky960820a42df824', '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_1hel3z1660820a42df828 ow_alt2', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '94', 'name' => '2v25284raz60820a42df833', '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_2v25284r60820a42df838 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 12 => array ( 'id' => '94', 'name' => 'i9isisa60820a42df83f', '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_i9isisa5o60820a42df843 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 13 => array ( 'id' => '94', 'name' => '4myry8y6em60820a42df84a', '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_ig2na9y60820a42df84e ow_alt2', 'fake' => true, 'realName' => 'sex', ), 14 => array ( 'id' => '94', 'name' => 'ig2na60820a42df855', '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_4g3j260820a42df859 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => '4g3j2b1d4ti60820a42df85f', '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_3juq2wih160820a42df864 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'uhosode6ukoh460820a42df86d', '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_uhosod60820a42df871 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 17 => array ( 'id' => '92', 'name' => 'uz4rav3560820a42df87d', '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_35ip37yn460820a42df881 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 18 => array ( 'id' => '92', 'name' => '35ip37yn4t47o60820a42df888', '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_i9364ronek60820a42df88d ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'i936460820a42df893', '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_a5a64xatag60820a42df898 ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'ep1menog1muv60820a42df8a9', '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_ep1menog1m60820a42df8ae ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'i5oq1t2k60820a42df8b4', '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_i5oq1t2ku60820a42df8b9 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'uhibu6i60820a42df8bf', '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_uhibu6i60820a42df8c3 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '4k1qiw4hed60820a42df8c9', '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_4k1qiw4he60820a42df8ce ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'otymy60820a42df8d7', '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_yz4x3l60820a42df8de ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'y9evubir45uj60820a42df8e6', '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_y9evubi60820a42df8ea ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'av3616ux60820a42df8f1', '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_av36160820a42df8f5 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3zad36a7oze60820a42df8fc', '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_3zad360820a42df900 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4t17160820a42df906', '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_4t171d60820a42df90a ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 29 => array ( 'id' => '111', 'name' => 'yw28ak35obo60820a42df911', '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_yw28ak35o60820a42df915 ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 30 => array ( 'id' => '112', 'name' => 'aliw1860820a42df91f', '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_o6ekih160820a42df92c ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => 'u74z3860820a42df934', '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_yw2vewebev60820a42df938 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => 'edib4xajyh3k260820a42df93f', '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_edib4xa60820a42df943 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 33 => array ( 'id' => '112', 'name' => 'uk3q1gy60820a42df94a', '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_uk3q1gyte60820a42df950 ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 34 => array ( 'id' => '112', 'name' => '2lig17ebudyj60820a42df959', '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_ad3t45u93z60820a42df95e ow_alt1', 'fake' => true, 'realName' => 'relationship', ), 35 => array ( 'id' => '112', 'name' => 'ar2duqih2w60820a42df973', '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_ar2du60820a42df977 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 36 => array ( 'id' => '112', 'name' => 'ules1760820a42df97d', '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_ules1760820a42df982 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => 'abuj3p3b260820a42df98d', '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_ukor4basik60820a42df992 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => 'umut1q60820a42df999', '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_umut160820a42df99d ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'ubyde60820a42df9a6', '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_ubyde60820a42df9aa ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'eb4sy60820a42df9bb', '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_eb4sy61do560820a42df9c2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '84', 'name' => 'o9opeqyl3k60820a42df9c8', '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_38u72l60820a42df9cc ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 5 => array ( 'id' => '84', 'name' => '38u72l3660820a42df9d3', '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_3x3hu8az60820a42df9d7 ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 6 => array ( 'id' => '84', 'name' => '3lowu60820a42df9de', '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_3lowuj60820a42df9e2 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 7 => array ( 'id' => '83', 'name' => 'yzuj1wa9e60820a42df9ec', '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_yzuj1wa9el60820a42df9f1 ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => '4s2h3m3sah1760820a42df9f8', '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_upobu60820a42df9fc ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => 'upobut3ne960820a42dfa03', '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_uwis373b60820a42dfa07 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'uwis373by8a60820a42dfa0e', '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_3627460820a42dfa12 ow_alt1', '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, '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.0001819133758544921875, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000114917755126953125, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 0.0001099109649658203125, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 0.0001060962677001953125, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001399517059326171875, 'params' => array ( 0 => '-07:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 0.000130176544189453125, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.79628753662109375E-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' => 5.88893890380859375E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.79492950439453125E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 5.817413330078125E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 6.07967376708984375E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 5.50746917724609375E-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.0095062255859375E-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' => 8.98838043212890625E-5, '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' => 7.70092010498046875E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 0.00014400482177734375, '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.0001008510589599609375, '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.79628753662109375E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.8187713623046875E-5, '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' => 0.0001850128173828125, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.89301300048828125E-5, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 6.8187713623046875E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.41210174560546875E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.1975250244140625E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.41210174560546875E-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.103515625E-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' => 5.50746917724609375E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1619135042.9264929294586181640625, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.50746917724609375E-5, 'totalQueryExecTime' => 0.00252437591552734375, 'queryCount' => 29, 'useCashe' => false, )), )), )), )), ), ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.019 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validate_common_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.020 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_account_type_290365aadde35a97f11207ca7e4279cc', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.020 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_submit_button_join', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.020 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.021 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.021 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.021 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.021 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.021 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.021 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.021 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.021 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.021 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.021 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'a9ela926oqo60820a42df7a3', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'a9ela926oqo60820a42df7a3', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_a9ela926oqo60820a42df7a3_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'avuw4he860820a42df7ba', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'avuw4he860820a42df7ba', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_avuw4he860820a42df7ba_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'abik35y6etygo60820a42df7c8', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'abik35y6etygo60820a42df7c8', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_abik35y6etygo60820a42df7c8_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'an3ji8uw60820a42df7d4', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'an3ji8uw60820a42df7d4', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_an3ji8uw60820a42df7d4_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeat_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ekibap3wo61s60820a42df7f2', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ekibap3wo61s60820a42df7f2', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ekibap3wo61s60820a42df7f2_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '4poh4m4qubi60820a42df7ff', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '4poh4m4qubi60820a42df7ff', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4poh4m4qubi60820a42df7ff_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ikut460820a42df809', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ikut460820a42df809', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ikut460820a42df809_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ygu8yzyb3q4k60820a42df819', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ygu8yzyb3q4k60820a42df819', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ygu8yzyb3q4k60820a42df819_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'yroseky960820a42df824', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'yroseky960820a42df824', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_yroseky960820a42df824_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => '2v25284raz60820a42df833', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => '2v25284raz60820a42df833', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_2v25284raz60820a42df833_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => 'i9isisa60820a42df83f', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => 'i9isisa60820a42df83f', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i9isisa60820a42df83f_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => '4myry8y6em60820a42df84a', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => '4myry8y6em60820a42df84a', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4myry8y6em60820a42df84a_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => 'ig2na60820a42df855', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => 'ig2na60820a42df855', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ig2na60820a42df855_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => '4g3j2b1d4ti60820a42df85f', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => '4g3j2b1d4ti60820a42df85f', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4g3j2b1d4ti60820a42df85f_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'radio', 'fieldName' => 'uhosode6ukoh460820a42df86d', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'radio', 'fieldName' => 'uhosode6ukoh460820a42df86d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_uhosode6ukoh460820a42df86d_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_sex_value_2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'uz4rav3560820a42df87d', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'uz4rav3560820a42df87d', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_uz4rav3560820a42df87d_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '35ip37yn4t47o60820a42df888', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '35ip37yn4t47o60820a42df888', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_35ip37yn4t47o60820a42df888_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'i936460820a42df893', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'i936460820a42df893', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i936460820a42df893_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 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.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'ep1menog1muv60820a42df8a9', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'ep1menog1muv60820a42df8a9', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ep1menog1muv60820a42df8a9_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'i5oq1t2k60820a42df8b4', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'i5oq1t2k60820a42df8b4', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i5oq1t2k60820a42df8b4_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'uhibu6i60820a42df8bf', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => 'uhibu6i60820a42df8bf', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_uhibu6i60820a42df8bf_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '4k1qiw4hed60820a42df8c9', 'configs' => '{"year_range":{"from":1930,"to":1992}}', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'birthdate', 'fieldName' => '4k1qiw4hed60820a42df8c9', 'configs' => '{"year_range":{"from":1930,"to":1992}}', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_date_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4k1qiw4hed60820a42df8c9_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'otymy60820a42df8d7', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'otymy60820a42df8d7', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_otymy60820a42df8d7_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'y9evubir45uj60820a42df8e6', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'y9evubir45uj60820a42df8e6', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_y9evubir45uj60820a42df8e6_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'av3616ux60820a42df8f1', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'av3616ux60820a42df8f1', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_av3616ux60820a42df8f1_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '3zad36a7oze60820a42df8fc', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '3zad36a7oze60820a42df8fc', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3zad36a7oze60820a42df8fc_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '4t17160820a42df906', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '4t17160820a42df906', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4t17160820a42df906_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'yw28ak35obo60820a42df911', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'yw28ak35obo60820a42df911', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_yw28ak35obo60820a42df911_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.023 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.023 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_sex', 'value' => '2', ) |
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()
|