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.004 |
After application init | Application initialization (includes setting application defaults, base managers init, active plugins init, creating default document, registering all static documents, etc). | 0.017 |
After routing | Routing process (searching controller+action which should handle the request). | 0.017 |
After controller action call | Calling controller action (plugin custom logic). | 0.028 |
After finalize | Getting final markup from all renderable objects. Compiling document body. | 0.028 |
Page end | Processing all headers and sending rendered document. | 0.033 |
Query | Params | Time |
---|---|---|
SELECT * FROM ow_base_config | array ( ) | 0.000179 |
SELECT * FROM ow_base_language | array ( ) | 0.000081 |
SELECT * FROM ow_base_plugin | array ( ) | 0.000081 |
SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1 | array ( ) | 0.000069 |
SET TIME_ZONE = ? | array ( 0 => '-08:00', ) | 0.000131 |
SELECT * FROM ow_base_document WHERE `uri` = 'join' AND `isStatic` = 1 LIMIT 0, 1 | array ( ) | 0.000094 |
SELECT * FROM ow_base_theme WHERE `key` = 'simplicity' LIMIT 0, 1 | array ( ) | 0.000074 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 956 | array ( ) | 0.000072 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956 | array ( ) | 0.000064 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000071 |
SELECT * FROM ow_base_theme WHERE `key` = 'ethos' LIMIT 0, 1 | array ( ) | 0.000061 |
SELECT * FROM ow_base_theme_content WHERE `themeId` = 957 | array ( ) | 0.000060 |
SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957 | array ( ) | 0.000057 |
SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0 | array ( ) | 0.000061 |
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.000074 |
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.000085 |
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.000081 |
SELECT * FROM ow_base_question_account_type ORDER BY sortOrder | array ( ) | 0.000076 |
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.000091 |
SELECT * FROM ow_base_question WHERE `name` IN('username','email','password','realname','sex','birthdate','match_sex','relationship','9221d78a4201eac23c972e1d4aa2cee6','c441a8a9b955647cdf4c81562d39068a') ORDER BY sortOrder | array ( ) | 0.000071 |
SELECT * FROM ow_base_question WHERE `name` IN('') ORDER BY sortOrder | array ( ) | 0.000067 |
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.000062 |
SELECT * FROM ow_base_language | array ( ) | 0.000126 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 | array ( ) | 0.000086 |
SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000062 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0 | array ( ) | 0.000055 |
SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 | array ( ) | 0.000058 |
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.000064 |
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.000059 |
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.015 Exec time: 0.000 |
No listeners | array ( ) |
class.get_instance.OW_Response Type: trigger Called at: 0.016 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.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page-119658', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'page_81959573', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'openwack', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'mobile_version_menu_item', ) |
core.app_init Type: trigger Called at: 0.017 Exec time: 0.000 |
No listeners | array ( ) |
core.after_route Type: trigger Called at: 0.017 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.018 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'join_index', ) |
core.set_document_heading Type: trigger Called at: 0.018 Exec time: 0.000 |
No listeners | array ( 'str' => 'Join our community', ) |
class.get_instance.JoinForm Type: trigger Called at: 0.018 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 ( '1tidykigi603bc4ccabd49' => array ( 'id' => '80', 'name' => '1tidykigi603bc4ccabd49', '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_1t4s1dyj603bc4ccabd4f ow_alt1', 'fake' => true, 'realName' => 'username', ), 'ap28ij603bc4ccabd61' => array ( 'id' => '80', 'name' => 'ap28ij603bc4ccabd61', '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_eh3rim3li603bc4ccabd66 ow_alt1', 'fake' => true, 'realName' => 'username', ), '4de5ot18e603bc4ccabd6f' => array ( 'id' => '80', 'name' => '4de5ot18e603bc4ccabd6f', '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_4de5ot18603bc4ccabd73 ow_alt2', 'fake' => true, 'realName' => 'username', ), '3d1sutu8603bc4ccabd7b' => array ( 'id' => '80', 'name' => '3d1sutu8603bc4ccabd7b', '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_3d1sutu8603bc4ccabd7f ow_alt2', 'fake' => true, 'realName' => 'username', ), 'arusy603bc4ccabd86' => array ( 'id' => '80', 'name' => 'arusy603bc4ccabd86', '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_arusyh603bc4ccabd8b ow_alt2', 'fake' => true, 'realName' => 'username', ), '2515i8603bc4ccabd91' => array ( 'id' => '80', 'name' => '2515i8603bc4ccabd91', '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_yg1todoli7603bc4ccabd96 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'yg1todoli726603bc4ccabd9d' => array ( 'id' => '80', 'name' => 'yg1todoli726603bc4ccabd9d', '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_182ho603bc4ccabda5 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', ), '1s4kub1h163603bc4ccabdc2' => array ( 'id' => '104', 'name' => '1s4kub1h163603bc4ccabdc2', '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_1s4kub603bc4ccabdc7 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'u8371wi7ate8603bc4ccabdcf' => array ( 'id' => '104', 'name' => 'u8371wi7ate8603bc4ccabdcf', '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_383tawi603bc4ccabdd3 ow_alt1', 'fake' => true, 'realName' => 'realname', ), '383tawi6oq3603bc4ccabddb' => array ( 'id' => '104', 'name' => '383tawi6oq3603bc4ccabddb', '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_elu7az603bc4ccabddf ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'eteq35o93ni603bc4ccabde6' => array ( 'id' => '104', 'name' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o9603bc4ccabdeb ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'oz1kip603bc4ccabdf1' => array ( 'id' => '104', 'name' => 'oz1kip603bc4ccabdf1', '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_oz1ki603bc4ccabdf5 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'orep1sija603bc4ccabe01' => array ( 'id' => '94', 'name' => 'orep1sija603bc4ccabe01', '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_ym2l2bydyj603bc4ccabe05 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'ym2l2bydyjil603bc4ccabe11' => array ( 'id' => '94', 'name' => 'ym2l2bydyjil603bc4ccabe11', '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_3hetov4647603bc4ccabe16 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'ev3howa8603bc4ccabe1d' => array ( 'id' => '94', 'name' => 'ev3howa8603bc4ccabe1d', '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_ev3ho603bc4ccabe21 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'ivam3827un603bc4ccabe28' => array ( 'id' => '94', 'name' => 'ivam3827un603bc4ccabe28', '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_emybed4k1603bc4ccabe2d ow_alt2', 'fake' => true, 'realName' => 'sex', ), '3s1xo6o8603bc4ccabe38' => array ( 'id' => '92', 'name' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o83603bc4ccabe3c ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'e81xyrison603bc4ccabe45' => array ( 'id' => '92', 'name' => 'e81xyrison603bc4ccabe45', '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_e81xyriso603bc4ccabe49 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'y83rot2x28un603bc4ccabe5f' => array ( 'id' => '92', 'name' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x2603bc4ccabe64 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'e8apy603bc4ccabe6a' => array ( 'id' => '92', 'name' => 'e8apy603bc4ccabe6a', '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_e8apyz603bc4ccabe6e ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'om1kisohi603bc4ccabe75' => array ( 'id' => '92', 'name' => 'om1kisohi603bc4ccabe75', '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_om1kisoh603bc4ccabe79 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '3n1p1l4p603bc4ccabe80' => array ( 'id' => '92', 'name' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l603bc4ccabe84 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i9ob3kejomu8603bc4ccabe8f' => array ( 'id' => '111', 'name' => 'i9ob3kejomu8603bc4ccabe8f', '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_3jali5eli603bc4ccabe96 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'yd481te7ihyk603bc4ccabe9e' => array ( 'id' => '111', 'name' => 'yd481te7ihyk603bc4ccabe9e', '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_yd481te603bc4ccabea3 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'oqoxit603bc4ccabea9' => array ( 'id' => '111', 'name' => 'oqoxit603bc4ccabea9', '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_oqoxitosu603bc4ccabeae ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '3n3n3p4z1603bc4ccabeb4' => array ( 'id' => '111', 'name' => '3n3n3p4z1603bc4ccabeb4', '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_4q45i5y603bc4ccabeb9 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), '4q45i5ysubod603bc4ccabec0' => array ( 'id' => '111', 'name' => '4q45i5ysubod603bc4ccabec0', '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_ejad4nu603bc4ccabec4 ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), '4w454q4h1re603bc4ccabecf' => array ( 'id' => '112', 'name' => '4w454q4h1re603bc4ccabecf', '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_4w454q4603bc4ccabed4 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'ul1mi548o9u603bc4ccabedb' => array ( 'id' => '112', 'name' => 'ul1mi548o9u603bc4ccabedb', '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_2n2vij18603bc4ccabee0 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '2n2vij18uv2wy603bc4ccabee7' => array ( 'id' => '112', 'name' => '2n2vij18uv2wy603bc4ccabee7', '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_18ur2603bc4ccabeeb ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '18ur2munok27603bc4ccabef2' => array ( 'id' => '112', 'name' => '18ur2munok27603bc4ccabef2', '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_yhep1603bc4ccabef6 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '1myn2b2603bc4ccabf02' => array ( 'id' => '84', 'name' => '1myn2b2603bc4ccabf02', '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_1myn2b603bc4ccabf06 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3n4qa64nyh3v603bc4ccabf0e' => array ( 'id' => '84', 'name' => '3n4qa64nyh3v603bc4ccabf0e', '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_4jere94603bc4ccabf12 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'uqed2l4n3re603bc4ccabf26' => array ( 'id' => '84', 'name' => 'uqed2l4n3re603bc4ccabf26', '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_1dubywut603bc4ccabf2a ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'ani6y603bc4ccabf31' => array ( 'id' => '84', 'name' => 'ani6y603bc4ccabf31', '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_ani6y603bc4ccabf35 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '45e8am603bc4ccabf40' => array ( 'id' => '83', 'name' => '45e8am603bc4ccabf40', '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_1t2r1603bc4ccabf44 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '1t2r1603bc4ccabf4a' => array ( 'id' => '83', 'name' => '1t2r1603bc4ccabf4a', '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_ohiqep603bc4ccabf4e ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ohiqep4603bc4ccabf56' => array ( 'id' => '83', 'name' => 'ohiqep4603bc4ccabf56', '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_el3jys2kom603bc4ccabf5a ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'el3jys2603bc4ccabf61' => array ( 'id' => '83', 'name' => 'el3jys2603bc4ccabf61', '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_2p49294m603bc4ccabf68 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ilim3qytax1603bc4ccabf7b' => array ( 'id' => '83', 'name' => 'ilim3qytax1603bc4ccabf7b', '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_ilim3qy603bc4ccabf7f ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '4jo9i5od4s603bc4ccabf86' => array ( 'id' => '83', 'name' => '4jo9i5od4s603bc4ccabf86', '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_yz28e603bc4ccabf8a ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'yz28e603bc4ccabf91' => array ( 'id' => '83', 'name' => 'yz28e603bc4ccabf91', '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_i63pehu9yb603bc4ccabf95 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => '1tidykigi603bc4ccabd49', '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_1t4s1dyj603bc4ccabd4f ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ap28ij603bc4ccabd61', '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_eh3rim3li603bc4ccabd66 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '4de5ot18e603bc4ccabd6f', '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_4de5ot18603bc4ccabd73 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3d1sutu8603bc4ccabd7b', '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_3d1sutu8603bc4ccabd7f ow_alt2', 'fake' => true, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'arusy603bc4ccabd86', '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_arusyh603bc4ccabd8b ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '2515i8603bc4ccabd91', '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_yg1todoli7603bc4ccabd96 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'yg1todoli726603bc4ccabd9d', '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_182ho603bc4ccabda5 ow_alt1', 'fake' => false, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 9 => array ( 'id' => '104', 'name' => '1s4kub1h163603bc4ccabdc2', '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_1s4kub603bc4ccabdc7 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'u8371wi7ate8603bc4ccabdcf', '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_383tawi603bc4ccabdd3 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '383tawi6oq3603bc4ccabddb', '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_elu7az603bc4ccabddf ow_alt2', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o9603bc4ccabdeb ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '104', 'name' => 'oz1kip603bc4ccabdf1', '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_oz1ki603bc4ccabdf5 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 14 => array ( 'id' => '94', 'name' => 'orep1sija603bc4ccabe01', '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_ym2l2bydyj603bc4ccabe05 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => 'ym2l2bydyjil603bc4ccabe11', '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_3hetov4647603bc4ccabe16 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'ev3howa8603bc4ccabe1d', '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_ev3ho603bc4ccabe21 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '94', 'name' => 'ivam3827un603bc4ccabe28', '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_emybed4k1603bc4ccabe2d ow_alt2', 'fake' => true, 'realName' => 'sex', ), 18 => array ( 'id' => '92', 'name' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o83603bc4ccabe3c ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'e81xyrison603bc4ccabe45', '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_e81xyriso603bc4ccabe49 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x2603bc4ccabe64 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'e8apy603bc4ccabe6a', '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_e8apyz603bc4ccabe6e ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'om1kisohi603bc4ccabe75', '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_om1kisoh603bc4ccabe79 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l603bc4ccabe84 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'i9ob3kejomu8603bc4ccabe8f', '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_3jali5eli603bc4ccabe96 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'yd481te7ihyk603bc4ccabe9e', '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_yd481te603bc4ccabea3 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'oqoxit603bc4ccabea9', '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_oqoxitosu603bc4ccabeae ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3n3n3p4z1603bc4ccabeb4', '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_4q45i5y603bc4ccabeb9 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4q45i5ysubod603bc4ccabec0', '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_ejad4nu603bc4ccabec4 ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => '4w454q4h1re603bc4ccabecf', '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_4w454q4603bc4ccabed4 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => 'ul1mi548o9u603bc4ccabedb', '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_2n2vij18603bc4ccabee0 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => '2n2vij18uv2wy603bc4ccabee7', '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_18ur2603bc4ccabeeb ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => '18ur2munok27603bc4ccabef2', '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_yhep1603bc4ccabef6 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => '1myn2b2603bc4ccabf02', '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_1myn2b603bc4ccabf06 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3n4qa64nyh3v603bc4ccabf0e', '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_4jere94603bc4ccabf12 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'uqed2l4n3re603bc4ccabf26', '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_1dubywut603bc4ccabf2a ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'ani6y603bc4ccabf31', '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_ani6y603bc4ccabf35 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '83', 'name' => '45e8am603bc4ccabf40', '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_1t2r1603bc4ccabf44 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 5 => array ( 'id' => '83', 'name' => '1t2r1603bc4ccabf4a', '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_ohiqep603bc4ccabf4e ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'ohiqep4603bc4ccabf56', '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_el3jys2kom603bc4ccabf5a ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => 'el3jys2603bc4ccabf61', '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_2p49294m603bc4ccabf68 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ilim3qytax1603bc4ccabf7b', '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_ilim3qy603bc4ccabf7f ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => '4jo9i5od4s603bc4ccabf86', '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_yz28e603bc4ccabf8a ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'yz28e603bc4ccabf91', '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_i63pehu9yb603bc4ccabf95 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( 'orep1sija603bc4ccabe01' => 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, ), 'ym2l2bydyjil603bc4ccabe11' => 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, ), 'ev3howa8603bc4ccabe1d' => 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, ), 'ivam3827un603bc4ccabe28' => 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, ), 'i9ob3kejomu8603bc4ccabe8f' => 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, ), 'yd481te7ihyk603bc4ccabe9e' => 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, ), 'oqoxit603bc4ccabea9' => 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, ), '3n3n3p4z1603bc4ccabeb4' => 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, ), '4q45i5ysubod603bc4ccabec0' => 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, ), '4w454q4h1re603bc4ccabecf' => 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, ), 'ul1mi548o9u603bc4ccabedb' => 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, ), '2n2vij18uv2wy603bc4ccabee7' => 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, ), '18ur2munok27603bc4ccabef2' => 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_3s3k26iq', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxNDUyOTc0ME81MTZheEFkQVAzeDFRT3p5YkE5aUdJemFHeXFVR2lw', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_yzytu6yh', 'type' => 'hidden', 'value' => 'MTYxNDUyOTc0ME81MTZheEFkQVAzeDFRT3p5YkE5aUdJemFHeXFVR2lw', ), )), '1tidykigi603bc4ccabd49' => 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' => '1tidykigi603bc4ccabd49', 'id' => 'input_1j2noly9', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'ap28ij603bc4ccabd61' => 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' => 'ap28ij603bc4ccabd61', 'id' => 'input_awit1x3w', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '4de5ot18e603bc4ccabd6f' => 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' => '4de5ot18e603bc4ccabd6f', 'id' => 'input_izevev2d', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '3d1sutu8603bc4ccabd7b' => 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' => '3d1sutu8603bc4ccabd7b', 'id' => 'input_inehuses', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'arusy603bc4ccabd86' => 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' => 'arusy603bc4ccabd86', 'id' => 'input_a92vonuv', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '2515i8603bc4ccabd91' => 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' => '2515i8603bc4ccabd91', 'id' => 'input_irabox2q', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'yg1todoli726603bc4ccabd9d' => 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' => 'yg1todoli726603bc4ccabd9d', 'id' => 'input_474jobu7', '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_ot1m4kid', '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_e9o6ymop', '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_ylih1r2q', 'type' => 'password', ), )), '1s4kub1h163603bc4ccabdc2' => 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' => '1s4kub1h163603bc4ccabdc2', 'id' => 'input_ik2tabow', 'type' => 'text', ), )), 'u8371wi7ate8603bc4ccabdcf' => 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' => 'u8371wi7ate8603bc4ccabdcf', 'id' => 'input_ylal183s', 'type' => 'text', ), )), '383tawi6oq3603bc4ccabddb' => 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' => '383tawi6oq3603bc4ccabddb', 'id' => 'input_1b18u6op', 'type' => 'text', ), )), 'eteq35o93ni603bc4ccabde6' => 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' => 'eteq35o93ni603bc4ccabde6', 'id' => 'input_3qedolev', 'type' => 'text', ), )), 'oz1kip603bc4ccabdf1' => 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' => 'oz1kip603bc4ccabdf1', 'id' => 'input_4zate828', 'type' => 'text', ), )), 'orep1sija603bc4ccabe01' => 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' => 'orep1sija603bc4ccabe01', 'id' => 'input_1box3p37', 'type' => 'radio', 'value' => '2', ), )), 'ym2l2bydyjil603bc4ccabe11' => 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' => 'ym2l2bydyjil603bc4ccabe11', 'id' => 'input_u8anetus', 'type' => 'radio', 'value' => '2', ), )), 'ev3howa8603bc4ccabe1d' => 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' => 'ev3howa8603bc4ccabe1d', 'id' => 'input_4v3kur1x', 'type' => 'radio', 'value' => '2', ), )), 'ivam3827un603bc4ccabe28' => 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' => 'ivam3827un603bc4ccabe28', 'id' => 'input_apisu9in', 'type' => 'radio', 'value' => '2', ), )), '3s1xo6o8603bc4ccabe38' => 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' => '3s1xo6o8603bc4ccabe38', 'id' => 'input_2qi825ix', 'type' => 'text', ), )), 'e81xyrison603bc4ccabe45' => 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' => 'e81xyrison603bc4ccabe45', 'id' => 'input_ig1nux1v', 'type' => 'text', ), )), 'y83rot2x28un603bc4ccabe5f' => 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' => 'y83rot2x28un603bc4ccabe5f', 'id' => 'input_obimamov', 'type' => 'text', ), )), 'e8apy603bc4ccabe6a' => 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' => 'e8apy603bc4ccabe6a', 'id' => 'input_odet2zuz', 'type' => 'text', ), )), 'om1kisohi603bc4ccabe75' => 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' => 'om1kisohi603bc4ccabe75', 'id' => 'input_1ty6ez2q', 'type' => 'text', ), )), '3n1p1l4p603bc4ccabe80' => 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' => '3n1p1l4p603bc4ccabe80', 'id' => 'input_2h2kydaw', 'type' => 'text', ), )), 'i9ob3kejomu8603bc4ccabe8f' => 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' => 'i9ob3kejomu8603bc4ccabe8f[]', 'id' => 'input_i52sux3q', 'type' => 'checkbox', 'value' => '2', ), )), 'yd481te7ihyk603bc4ccabe9e' => 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' => 'yd481te7ihyk603bc4ccabe9e[]', 'id' => 'input_3j4d46eh', 'type' => 'checkbox', 'value' => '2', ), )), 'oqoxit603bc4ccabea9' => 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' => 'oqoxit603bc4ccabea9[]', 'id' => 'input_is2525is', 'type' => 'checkbox', 'value' => '2', ), )), '3n3n3p4z1603bc4ccabeb4' => 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' => '3n3n3p4z1603bc4ccabeb4[]', 'id' => 'input_4t1p4q2d', 'type' => 'checkbox', 'value' => '2', ), )), '4q45i5ysubod603bc4ccabec0' => 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' => '4q45i5ysubod603bc4ccabec0[]', 'id' => 'input_ugyr4g29', 'type' => 'checkbox', 'value' => '2', ), )), '4w454q4h1re603bc4ccabecf' => 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' => '4w454q4h1re603bc4ccabecf[]', 'id' => 'input_e5ug3j2n', 'type' => 'checkbox', 'value' => '2', ), )), 'ul1mi548o9u603bc4ccabedb' => 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' => 'ul1mi548o9u603bc4ccabedb[]', 'id' => 'input_uj2vek3p', 'type' => 'checkbox', 'value' => '2', ), )), '2n2vij18uv2wy603bc4ccabee7' => 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' => '2n2vij18uv2wy603bc4ccabee7[]', 'id' => 'input_abeniken', 'type' => 'checkbox', 'value' => '2', ), )), '18ur2munok27603bc4ccabef2' => 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' => '18ur2munok27603bc4ccabef2[]', 'id' => 'input_45ydyn2t', 'type' => 'checkbox', 'value' => '2', ), )), '1myn2b2603bc4ccabf02' => 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' => '1myn2b2603bc4ccabf02', 'id' => 'input_1l36o82w', ), )), '3n4qa64nyh3v603bc4ccabf0e' => 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' => '3n4qa64nyh3v603bc4ccabf0e', 'id' => 'input_i62hajuz', ), )), 'uqed2l4n3re603bc4ccabf26' => 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' => 'uqed2l4n3re603bc4ccabf26', 'id' => 'input_alexikam', ), )), 'ani6y603bc4ccabf31' => 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' => 'ani6y603bc4ccabf31', 'id' => 'input_3wano51b', ), )), '45e8am603bc4ccabf40' => 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' => '45e8am603bc4ccabf40', 'id' => 'input_1b4qoki5', ), )), '1t2r1603bc4ccabf4a' => 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' => '1t2r1603bc4ccabf4a', 'id' => 'input_upaqazit', ), )), 'ohiqep4603bc4ccabf56' => 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' => 'ohiqep4603bc4ccabf56', 'id' => 'input_izeq17y8', ), )), 'el3jys2603bc4ccabf61' => 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' => 'el3jys2603bc4ccabf61', 'id' => 'input_obopa91r', ), )), 'ilim3qytax1603bc4ccabf7b' => 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' => 'ilim3qytax1603bc4ccabf7b', 'id' => 'input_3p4byn16', ), )), '4jo9i5od4s603bc4ccabf86' => 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' => '4jo9i5od4s603bc4ccabf86', 'id' => 'input_a82daq1n', ), )), 'yz28e603bc4ccabf91' => 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' => 'yz28e603bc4ccabf91', 'id' => 'input_e6ate51d', ), )), '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_ym4hu9ox', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_yvima51z', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_yvima51z', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_yvima51z', '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_yvi5o7ix', '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 ( '1tidykigi603bc4ccabd49' => array ( 'id' => '80', 'name' => '1tidykigi603bc4ccabd49', '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_1t4s1dyj603bc4ccabd4f ow_alt1', 'fake' => true, 'realName' => 'username', ), 'ap28ij603bc4ccabd61' => array ( 'id' => '80', 'name' => 'ap28ij603bc4ccabd61', '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_eh3rim3li603bc4ccabd66 ow_alt1', 'fake' => true, 'realName' => 'username', ), '4de5ot18e603bc4ccabd6f' => array ( 'id' => '80', 'name' => '4de5ot18e603bc4ccabd6f', '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_4de5ot18603bc4ccabd73 ow_alt2', 'fake' => true, 'realName' => 'username', ), '3d1sutu8603bc4ccabd7b' => array ( 'id' => '80', 'name' => '3d1sutu8603bc4ccabd7b', '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_3d1sutu8603bc4ccabd7f ow_alt2', 'fake' => true, 'realName' => 'username', ), 'arusy603bc4ccabd86' => array ( 'id' => '80', 'name' => 'arusy603bc4ccabd86', '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_arusyh603bc4ccabd8b ow_alt2', 'fake' => true, 'realName' => 'username', ), '2515i8603bc4ccabd91' => array ( 'id' => '80', 'name' => '2515i8603bc4ccabd91', '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_yg1todoli7603bc4ccabd96 ow_alt2', 'fake' => true, 'realName' => 'username', ), 'yg1todoli726603bc4ccabd9d' => array ( 'id' => '80', 'name' => 'yg1todoli726603bc4ccabd9d', '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_182ho603bc4ccabda5 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', ), '1s4kub1h163603bc4ccabdc2' => array ( 'id' => '104', 'name' => '1s4kub1h163603bc4ccabdc2', '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_1s4kub603bc4ccabdc7 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'u8371wi7ate8603bc4ccabdcf' => array ( 'id' => '104', 'name' => 'u8371wi7ate8603bc4ccabdcf', '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_383tawi603bc4ccabdd3 ow_alt1', 'fake' => true, 'realName' => 'realname', ), '383tawi6oq3603bc4ccabddb' => array ( 'id' => '104', 'name' => '383tawi6oq3603bc4ccabddb', '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_elu7az603bc4ccabddf ow_alt2', 'fake' => true, 'realName' => 'realname', ), 'eteq35o93ni603bc4ccabde6' => array ( 'id' => '104', 'name' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o9603bc4ccabdeb ow_alt1', 'fake' => true, 'realName' => 'realname', ), 'oz1kip603bc4ccabdf1' => array ( 'id' => '104', 'name' => 'oz1kip603bc4ccabdf1', '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_oz1ki603bc4ccabdf5 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 'orep1sija603bc4ccabe01' => array ( 'id' => '94', 'name' => 'orep1sija603bc4ccabe01', '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_ym2l2bydyj603bc4ccabe05 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 'ym2l2bydyjil603bc4ccabe11' => array ( 'id' => '94', 'name' => 'ym2l2bydyjil603bc4ccabe11', '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_3hetov4647603bc4ccabe16 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 'ev3howa8603bc4ccabe1d' => array ( 'id' => '94', 'name' => 'ev3howa8603bc4ccabe1d', '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_ev3ho603bc4ccabe21 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 'ivam3827un603bc4ccabe28' => array ( 'id' => '94', 'name' => 'ivam3827un603bc4ccabe28', '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_emybed4k1603bc4ccabe2d ow_alt2', 'fake' => true, 'realName' => 'sex', ), '3s1xo6o8603bc4ccabe38' => array ( 'id' => '92', 'name' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o83603bc4ccabe3c ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 'e81xyrison603bc4ccabe45' => array ( 'id' => '92', 'name' => 'e81xyrison603bc4ccabe45', '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_e81xyriso603bc4ccabe49 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'y83rot2x28un603bc4ccabe5f' => array ( 'id' => '92', 'name' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x2603bc4ccabe64 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'e8apy603bc4ccabe6a' => array ( 'id' => '92', 'name' => 'e8apy603bc4ccabe6a', '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_e8apyz603bc4ccabe6e ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 'om1kisohi603bc4ccabe75' => array ( 'id' => '92', 'name' => 'om1kisohi603bc4ccabe75', '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_om1kisoh603bc4ccabe79 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), '3n1p1l4p603bc4ccabe80' => array ( 'id' => '92', 'name' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l603bc4ccabe84 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 'i9ob3kejomu8603bc4ccabe8f' => array ( 'id' => '111', 'name' => 'i9ob3kejomu8603bc4ccabe8f', '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_3jali5eli603bc4ccabe96 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'yd481te7ihyk603bc4ccabe9e' => array ( 'id' => '111', 'name' => 'yd481te7ihyk603bc4ccabe9e', '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_yd481te603bc4ccabea3 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 'oqoxit603bc4ccabea9' => array ( 'id' => '111', 'name' => 'oqoxit603bc4ccabea9', '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_oqoxitosu603bc4ccabeae ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), '3n3n3p4z1603bc4ccabeb4' => array ( 'id' => '111', 'name' => '3n3n3p4z1603bc4ccabeb4', '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_4q45i5y603bc4ccabeb9 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), '4q45i5ysubod603bc4ccabec0' => array ( 'id' => '111', 'name' => '4q45i5ysubod603bc4ccabec0', '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_ejad4nu603bc4ccabec4 ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), '4w454q4h1re603bc4ccabecf' => array ( 'id' => '112', 'name' => '4w454q4h1re603bc4ccabecf', '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_4w454q4603bc4ccabed4 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 'ul1mi548o9u603bc4ccabedb' => array ( 'id' => '112', 'name' => 'ul1mi548o9u603bc4ccabedb', '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_2n2vij18603bc4ccabee0 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '2n2vij18uv2wy603bc4ccabee7' => array ( 'id' => '112', 'name' => '2n2vij18uv2wy603bc4ccabee7', '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_18ur2603bc4ccabeeb ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '18ur2munok27603bc4ccabef2' => array ( 'id' => '112', 'name' => '18ur2munok27603bc4ccabef2', '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_yhep1603bc4ccabef6 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), '1myn2b2603bc4ccabf02' => array ( 'id' => '84', 'name' => '1myn2b2603bc4ccabf02', '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_1myn2b603bc4ccabf06 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '3n4qa64nyh3v603bc4ccabf0e' => array ( 'id' => '84', 'name' => '3n4qa64nyh3v603bc4ccabf0e', '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_4jere94603bc4ccabf12 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'uqed2l4n3re603bc4ccabf26' => array ( 'id' => '84', 'name' => 'uqed2l4n3re603bc4ccabf26', '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_1dubywut603bc4ccabf2a ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 'ani6y603bc4ccabf31' => array ( 'id' => '84', 'name' => 'ani6y603bc4ccabf31', '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_ani6y603bc4ccabf35 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), '45e8am603bc4ccabf40' => array ( 'id' => '83', 'name' => '45e8am603bc4ccabf40', '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_1t2r1603bc4ccabf44 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '1t2r1603bc4ccabf4a' => array ( 'id' => '83', 'name' => '1t2r1603bc4ccabf4a', '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_ohiqep603bc4ccabf4e ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ohiqep4603bc4ccabf56' => array ( 'id' => '83', 'name' => 'ohiqep4603bc4ccabf56', '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_el3jys2kom603bc4ccabf5a ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'el3jys2603bc4ccabf61' => array ( 'id' => '83', 'name' => 'el3jys2603bc4ccabf61', '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_2p49294m603bc4ccabf68 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'ilim3qytax1603bc4ccabf7b' => array ( 'id' => '83', 'name' => 'ilim3qytax1603bc4ccabf7b', '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_ilim3qy603bc4ccabf7f ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), '4jo9i5od4s603bc4ccabf86' => array ( 'id' => '83', 'name' => '4jo9i5od4s603bc4ccabf86', '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_yz28e603bc4ccabf8a ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 'yz28e603bc4ccabf91' => array ( 'id' => '83', 'name' => 'yz28e603bc4ccabf91', '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_i63pehu9yb603bc4ccabf95 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), 'questionListBySection' => array ( 'f90cde5913235d172603cc4e7b9726e3' => array ( 0 => array ( 'id' => '80', 'name' => '1tidykigi603bc4ccabd49', '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_1t4s1dyj603bc4ccabd4f ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ap28ij603bc4ccabd61', '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_eh3rim3li603bc4ccabd66 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '4de5ot18e603bc4ccabd6f', '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_4de5ot18603bc4ccabd73 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3d1sutu8603bc4ccabd7b', '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_3d1sutu8603bc4ccabd7f ow_alt2', 'fake' => true, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'arusy603bc4ccabd86', '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_arusyh603bc4ccabd8b ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '2515i8603bc4ccabd91', '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_yg1todoli7603bc4ccabd96 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'yg1todoli726603bc4ccabd9d', '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_182ho603bc4ccabda5 ow_alt1', 'fake' => false, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 9 => array ( 'id' => '104', 'name' => '1s4kub1h163603bc4ccabdc2', '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_1s4kub603bc4ccabdc7 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'u8371wi7ate8603bc4ccabdcf', '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_383tawi603bc4ccabdd3 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '383tawi6oq3603bc4ccabddb', '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_elu7az603bc4ccabddf ow_alt2', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o9603bc4ccabdeb ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '104', 'name' => 'oz1kip603bc4ccabdf1', '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_oz1ki603bc4ccabdf5 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 14 => array ( 'id' => '94', 'name' => 'orep1sija603bc4ccabe01', '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_ym2l2bydyj603bc4ccabe05 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => 'ym2l2bydyjil603bc4ccabe11', '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_3hetov4647603bc4ccabe16 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'ev3howa8603bc4ccabe1d', '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_ev3ho603bc4ccabe21 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '94', 'name' => 'ivam3827un603bc4ccabe28', '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_emybed4k1603bc4ccabe2d ow_alt2', 'fake' => true, 'realName' => 'sex', ), 18 => array ( 'id' => '92', 'name' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o83603bc4ccabe3c ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'e81xyrison603bc4ccabe45', '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_e81xyriso603bc4ccabe49 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x2603bc4ccabe64 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'e8apy603bc4ccabe6a', '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_e8apyz603bc4ccabe6e ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'om1kisohi603bc4ccabe75', '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_om1kisoh603bc4ccabe79 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l603bc4ccabe84 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'i9ob3kejomu8603bc4ccabe8f', '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_3jali5eli603bc4ccabe96 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'yd481te7ihyk603bc4ccabe9e', '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_yd481te603bc4ccabea3 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'oqoxit603bc4ccabea9', '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_oqoxitosu603bc4ccabeae ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3n3n3p4z1603bc4ccabeb4', '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_4q45i5y603bc4ccabeb9 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4q45i5ysubod603bc4ccabec0', '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_ejad4nu603bc4ccabec4 ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => '4w454q4h1re603bc4ccabecf', '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_4w454q4603bc4ccabed4 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => 'ul1mi548o9u603bc4ccabedb', '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_2n2vij18603bc4ccabee0 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => '2n2vij18uv2wy603bc4ccabee7', '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_18ur2603bc4ccabeeb ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => '18ur2munok27603bc4ccabef2', '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_yhep1603bc4ccabef6 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => '1myn2b2603bc4ccabf02', '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_1myn2b603bc4ccabf06 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3n4qa64nyh3v603bc4ccabf0e', '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_4jere94603bc4ccabf12 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'uqed2l4n3re603bc4ccabf26', '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_1dubywut603bc4ccabf2a ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'ani6y603bc4ccabf31', '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_ani6y603bc4ccabf35 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '83', 'name' => '45e8am603bc4ccabf40', '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_1t2r1603bc4ccabf44 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 5 => array ( 'id' => '83', 'name' => '1t2r1603bc4ccabf4a', '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_ohiqep603bc4ccabf4e ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'ohiqep4603bc4ccabf56', '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_el3jys2kom603bc4ccabf5a ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => 'el3jys2603bc4ccabf61', '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_2p49294m603bc4ccabf68 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ilim3qytax1603bc4ccabf7b', '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_ilim3qy603bc4ccabf7f ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => '4jo9i5od4s603bc4ccabf86', '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_yz28e603bc4ccabf8a ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'yz28e603bc4ccabf91', '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_i63pehu9yb603bc4ccabf95 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'questionValuesList' => array ( 'orep1sija603bc4ccabe01' => 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, ), 'ym2l2bydyjil603bc4ccabe11' => 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, ), 'ev3howa8603bc4ccabe1d' => 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, ), 'ivam3827un603bc4ccabe28' => 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, ), 'i9ob3kejomu8603bc4ccabe8f' => 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, ), 'yd481te7ihyk603bc4ccabe9e' => 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, ), 'oqoxit603bc4ccabea9' => 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, ), '3n3n3p4z1603bc4ccabeb4' => 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, ), '4q45i5ysubod603bc4ccabec0' => 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, ), '4w454q4h1re603bc4ccabecf' => 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, ), 'ul1mi548o9u603bc4ccabedb' => 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, ), '2n2vij18uv2wy603bc4ccabee7' => 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, ), '18ur2munok27603bc4ccabef2' => 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_3s3k26iq', 'type' => 'hidden', 'value' => 'joinForm', ), )), 'csrf_token' => CsrfHiddenField::__set_state(array( 'validators' => array ( ), 'filters' => array ( ), 'required' => false, 'value' => 'MTYxNDUyOTc0ME81MTZheEFkQVAzeDFRT3p5YkE5aUdJemFHeXFVR2lw', 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'csrf_token', 'id' => 'input_yzytu6yh', 'type' => 'hidden', 'value' => 'MTYxNDUyOTc0ME81MTZheEFkQVAzeDFRT3p5YkE5aUdJemFHeXFVR2lw', ), )), '1tidykigi603bc4ccabd49' => 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' => '1tidykigi603bc4ccabd49', 'id' => 'input_1j2noly9', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'ap28ij603bc4ccabd61' => 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' => 'ap28ij603bc4ccabd61', 'id' => 'input_awit1x3w', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '4de5ot18e603bc4ccabd6f' => 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' => '4de5ot18e603bc4ccabd6f', 'id' => 'input_izevev2d', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '3d1sutu8603bc4ccabd7b' => 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' => '3d1sutu8603bc4ccabd7b', 'id' => 'input_inehuses', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'arusy603bc4ccabd86' => 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' => 'arusy603bc4ccabd86', 'id' => 'input_a92vonuv', 'type' => 'text', 'class' => 'ow_username_validator', ), )), '2515i8603bc4ccabd91' => 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' => '2515i8603bc4ccabd91', 'id' => 'input_irabox2q', 'type' => 'text', 'class' => 'ow_username_validator', ), )), 'yg1todoli726603bc4ccabd9d' => 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' => 'yg1todoli726603bc4ccabd9d', 'id' => 'input_474jobu7', '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_ot1m4kid', '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_e9o6ymop', '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_ylih1r2q', 'type' => 'password', ), )), '1s4kub1h163603bc4ccabdc2' => 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' => '1s4kub1h163603bc4ccabdc2', 'id' => 'input_ik2tabow', 'type' => 'text', ), )), 'u8371wi7ate8603bc4ccabdcf' => 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' => 'u8371wi7ate8603bc4ccabdcf', 'id' => 'input_ylal183s', 'type' => 'text', ), )), '383tawi6oq3603bc4ccabddb' => 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' => '383tawi6oq3603bc4ccabddb', 'id' => 'input_1b18u6op', 'type' => 'text', ), )), 'eteq35o93ni603bc4ccabde6' => 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' => 'eteq35o93ni603bc4ccabde6', 'id' => 'input_3qedolev', 'type' => 'text', ), )), 'oz1kip603bc4ccabdf1' => 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' => 'oz1kip603bc4ccabdf1', 'id' => 'input_4zate828', 'type' => 'text', ), )), 'orep1sija603bc4ccabe01' => 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' => 'orep1sija603bc4ccabe01', 'id' => 'input_1box3p37', 'type' => 'radio', 'value' => '2', ), )), 'ym2l2bydyjil603bc4ccabe11' => 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' => 'ym2l2bydyjil603bc4ccabe11', 'id' => 'input_u8anetus', 'type' => 'radio', 'value' => '2', ), )), 'ev3howa8603bc4ccabe1d' => 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' => 'ev3howa8603bc4ccabe1d', 'id' => 'input_4v3kur1x', 'type' => 'radio', 'value' => '2', ), )), 'ivam3827un603bc4ccabe28' => 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' => 'ivam3827un603bc4ccabe28', 'id' => 'input_apisu9in', 'type' => 'radio', 'value' => '2', ), )), '3s1xo6o8603bc4ccabe38' => 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' => '3s1xo6o8603bc4ccabe38', 'id' => 'input_2qi825ix', 'type' => 'text', ), )), 'e81xyrison603bc4ccabe45' => 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' => 'e81xyrison603bc4ccabe45', 'id' => 'input_ig1nux1v', 'type' => 'text', ), )), 'y83rot2x28un603bc4ccabe5f' => 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' => 'y83rot2x28un603bc4ccabe5f', 'id' => 'input_obimamov', 'type' => 'text', ), )), 'e8apy603bc4ccabe6a' => 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' => 'e8apy603bc4ccabe6a', 'id' => 'input_odet2zuz', 'type' => 'text', ), )), 'om1kisohi603bc4ccabe75' => 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' => 'om1kisohi603bc4ccabe75', 'id' => 'input_1ty6ez2q', 'type' => 'text', ), )), '3n1p1l4p603bc4ccabe80' => 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' => '3n1p1l4p603bc4ccabe80', 'id' => 'input_2h2kydaw', 'type' => 'text', ), )), 'i9ob3kejomu8603bc4ccabe8f' => 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' => 'i9ob3kejomu8603bc4ccabe8f[]', 'id' => 'input_i52sux3q', 'type' => 'checkbox', 'value' => '2', ), )), 'yd481te7ihyk603bc4ccabe9e' => 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' => 'yd481te7ihyk603bc4ccabe9e[]', 'id' => 'input_3j4d46eh', 'type' => 'checkbox', 'value' => '2', ), )), 'oqoxit603bc4ccabea9' => 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' => 'oqoxit603bc4ccabea9[]', 'id' => 'input_is2525is', 'type' => 'checkbox', 'value' => '2', ), )), '3n3n3p4z1603bc4ccabeb4' => 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' => '3n3n3p4z1603bc4ccabeb4[]', 'id' => 'input_4t1p4q2d', 'type' => 'checkbox', 'value' => '2', ), )), '4q45i5ysubod603bc4ccabec0' => 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' => '4q45i5ysubod603bc4ccabec0[]', 'id' => 'input_ugyr4g29', 'type' => 'checkbox', 'value' => '2', ), )), '4w454q4h1re603bc4ccabecf' => 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' => '4w454q4h1re603bc4ccabecf[]', 'id' => 'input_e5ug3j2n', 'type' => 'checkbox', 'value' => '2', ), )), 'ul1mi548o9u603bc4ccabedb' => 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' => 'ul1mi548o9u603bc4ccabedb[]', 'id' => 'input_uj2vek3p', 'type' => 'checkbox', 'value' => '2', ), )), '2n2vij18uv2wy603bc4ccabee7' => 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' => '2n2vij18uv2wy603bc4ccabee7[]', 'id' => 'input_abeniken', 'type' => 'checkbox', 'value' => '2', ), )), '18ur2munok27603bc4ccabef2' => 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' => '18ur2munok27603bc4ccabef2[]', 'id' => 'input_45ydyn2t', 'type' => 'checkbox', 'value' => '2', ), )), '1myn2b2603bc4ccabf02' => 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' => '1myn2b2603bc4ccabf02', 'id' => 'input_1l36o82w', ), )), '3n4qa64nyh3v603bc4ccabf0e' => 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' => '3n4qa64nyh3v603bc4ccabf0e', 'id' => 'input_i62hajuz', ), )), 'uqed2l4n3re603bc4ccabf26' => 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' => 'uqed2l4n3re603bc4ccabf26', 'id' => 'input_alexikam', ), )), 'ani6y603bc4ccabf31' => 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' => 'ani6y603bc4ccabf31', 'id' => 'input_3wano51b', ), )), '45e8am603bc4ccabf40' => 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' => '45e8am603bc4ccabf40', 'id' => 'input_1b4qoki5', ), )), '1t2r1603bc4ccabf4a' => 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' => '1t2r1603bc4ccabf4a', 'id' => 'input_upaqazit', ), )), 'ohiqep4603bc4ccabf56' => 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' => 'ohiqep4603bc4ccabf56', 'id' => 'input_izeq17y8', ), )), 'el3jys2603bc4ccabf61' => 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' => 'el3jys2603bc4ccabf61', 'id' => 'input_obopa91r', ), )), 'ilim3qytax1603bc4ccabf7b' => 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' => 'ilim3qytax1603bc4ccabf7b', 'id' => 'input_3p4byn16', ), )), '4jo9i5od4s603bc4ccabf86' => 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' => '4jo9i5od4s603bc4ccabf86', 'id' => 'input_a82daq1n', ), )), 'yz28e603bc4ccabf91' => 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' => 'yz28e603bc4ccabf91', 'id' => 'input_e6ate51d', ), )), '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_ym4hu9ox', 'type' => 'file', ), 'changeUserAvatar' => true, )), 'captchaField' => CaptchaField::__set_state(array( 'jsObjectName' => 'ow_captcha_input_yvima51z', 'validators' => array ( 0 => RequiredValidator::__set_state(array( 'errorMessage' => 'Required', )), 1 => CaptchaValidator::__set_state(array( 'jsObjectName' => 'ow_captcha_input_yvima51z', 'errorMessage' => 'Captcha validator error!', )), ), 'filters' => array ( ), 'required' => false, 'value' => NULL, 'errors' => array ( ), 'label' => NULL, 'description' => NULL, 'attributes' => array ( 'name' => 'captchaField', 'id' => 'input_yvima51z', '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_yvi5o7ix', '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' => '1tidykigi603bc4ccabd49', '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_1t4s1dyj603bc4ccabd4f ow_alt1', 'fake' => true, 'realName' => 'username', ), 1 => array ( 'id' => '80', 'name' => 'ap28ij603bc4ccabd61', '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_eh3rim3li603bc4ccabd66 ow_alt1', 'fake' => true, 'realName' => 'username', ), 2 => array ( 'id' => '80', 'name' => '4de5ot18e603bc4ccabd6f', '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_4de5ot18603bc4ccabd73 ow_alt2', 'fake' => true, 'realName' => 'username', ), 3 => array ( 'id' => '80', 'name' => '3d1sutu8603bc4ccabd7b', '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_3d1sutu8603bc4ccabd7f ow_alt2', 'fake' => true, 'realName' => 'username', ), 4 => array ( 'id' => '80', 'name' => 'arusy603bc4ccabd86', '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_arusyh603bc4ccabd8b ow_alt2', 'fake' => true, 'realName' => 'username', ), 5 => array ( 'id' => '80', 'name' => '2515i8603bc4ccabd91', '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_yg1todoli7603bc4ccabd96 ow_alt2', 'fake' => true, 'realName' => 'username', ), 6 => array ( 'id' => '80', 'name' => 'yg1todoli726603bc4ccabd9d', '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_182ho603bc4ccabda5 ow_alt1', 'fake' => false, 'realName' => 'username', ), 7 => array ( 'id' => '82', 'name' => 'email', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'text', 'required' => '1', 'onJoin' => '1', 'onEdit' => '1', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '1', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'email', 'trClass' => 'ow_alt2', ), 8 => array ( 'id' => '81', 'name' => 'password', 'sectionName' => 'f90cde5913235d172603cc4e7b9726e3', 'accountTypeName' => NULL, 'type' => 'text', 'presentation' => 'password', 'required' => '1', 'onJoin' => '1', 'onEdit' => '0', 'onSearch' => '0', 'onView' => '0', 'base' => '1', 'removable' => '0', 'columnCount' => '1', 'sortOrder' => '2', 'custom' => '[]', 'parent' => NULL, 'fake' => false, 'realName' => 'password', 'trClass' => 'ow_alt1', ), 9 => array ( 'id' => '104', 'name' => '1s4kub1h163603bc4ccabdc2', '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_1s4kub603bc4ccabdc7 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 10 => array ( 'id' => '104', 'name' => 'u8371wi7ate8603bc4ccabdcf', '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_383tawi603bc4ccabdd3 ow_alt1', 'fake' => true, 'realName' => 'realname', ), 11 => array ( 'id' => '104', 'name' => '383tawi6oq3603bc4ccabddb', '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_elu7az603bc4ccabddf ow_alt2', 'fake' => true, 'realName' => 'realname', ), 12 => array ( 'id' => '104', 'name' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o9603bc4ccabdeb ow_alt1', 'fake' => true, 'realName' => 'realname', ), 13 => array ( 'id' => '104', 'name' => 'oz1kip603bc4ccabdf1', '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_oz1ki603bc4ccabdf5 ow_alt1', 'fake' => false, 'realName' => 'realname', ), 14 => array ( 'id' => '94', 'name' => 'orep1sija603bc4ccabe01', '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_ym2l2bydyj603bc4ccabe05 ow_alt2', 'fake' => false, 'realName' => 'sex', ), 15 => array ( 'id' => '94', 'name' => 'ym2l2bydyjil603bc4ccabe11', '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_3hetov4647603bc4ccabe16 ow_alt2', 'fake' => true, 'realName' => 'sex', ), 16 => array ( 'id' => '94', 'name' => 'ev3howa8603bc4ccabe1d', '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_ev3ho603bc4ccabe21 ow_alt1', 'fake' => true, 'realName' => 'sex', ), 17 => array ( 'id' => '94', 'name' => 'ivam3827un603bc4ccabe28', '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_emybed4k1603bc4ccabe2d ow_alt2', 'fake' => true, 'realName' => 'sex', ), 18 => array ( 'id' => '92', 'name' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o83603bc4ccabe3c ow_alt1', 'fake' => false, 'realName' => 'birthdate', ), 19 => array ( 'id' => '92', 'name' => 'e81xyrison603bc4ccabe45', '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_e81xyriso603bc4ccabe49 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 20 => array ( 'id' => '92', 'name' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x2603bc4ccabe64 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 21 => array ( 'id' => '92', 'name' => 'e8apy603bc4ccabe6a', '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_e8apyz603bc4ccabe6e ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 22 => array ( 'id' => '92', 'name' => 'om1kisohi603bc4ccabe75', '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_om1kisoh603bc4ccabe79 ow_alt1', 'fake' => true, 'realName' => 'birthdate', ), 23 => array ( 'id' => '92', 'name' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l603bc4ccabe84 ow_alt2', 'fake' => true, 'realName' => 'birthdate', ), 24 => array ( 'id' => '111', 'name' => 'i9ob3kejomu8603bc4ccabe8f', '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_3jali5eli603bc4ccabe96 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 25 => array ( 'id' => '111', 'name' => 'yd481te7ihyk603bc4ccabe9e', '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_yd481te603bc4ccabea3 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 26 => array ( 'id' => '111', 'name' => 'oqoxit603bc4ccabea9', '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_oqoxitosu603bc4ccabeae ow_alt1', 'fake' => true, 'realName' => 'match_sex', ), 27 => array ( 'id' => '111', 'name' => '3n3n3p4z1603bc4ccabeb4', '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_4q45i5y603bc4ccabeb9 ow_alt2', 'fake' => true, 'realName' => 'match_sex', ), 28 => array ( 'id' => '111', 'name' => '4q45i5ysubod603bc4ccabec0', '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_ejad4nu603bc4ccabec4 ow_alt2', 'fake' => false, 'realName' => 'match_sex', ), 29 => array ( 'id' => '112', 'name' => '4w454q4h1re603bc4ccabecf', '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_4w454q4603bc4ccabed4 ow_alt1', 'fake' => false, 'realName' => 'relationship', ), 30 => array ( 'id' => '112', 'name' => 'ul1mi548o9u603bc4ccabedb', '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_2n2vij18603bc4ccabee0 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 31 => array ( 'id' => '112', 'name' => '2n2vij18uv2wy603bc4ccabee7', '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_18ur2603bc4ccabeeb ow_alt2', 'fake' => true, 'realName' => 'relationship', ), 32 => array ( 'id' => '112', 'name' => '18ur2munok27603bc4ccabef2', '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_yhep1603bc4ccabef6 ow_alt2', 'fake' => true, 'realName' => 'relationship', ), ), '47f3a94e6cfe733857b31116ce21c337' => array ( 0 => array ( 'id' => '84', 'name' => '1myn2b2603bc4ccabf02', '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_1myn2b603bc4ccabf06 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 1 => array ( 'id' => '84', 'name' => '3n4qa64nyh3v603bc4ccabf0e', '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_4jere94603bc4ccabf12 ow_alt2', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 2 => array ( 'id' => '84', 'name' => 'uqed2l4n3re603bc4ccabf26', '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_1dubywut603bc4ccabf2a ow_alt2', 'fake' => false, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 3 => array ( 'id' => '84', 'name' => 'ani6y603bc4ccabf31', '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_ani6y603bc4ccabf35 ow_alt1', 'fake' => true, 'realName' => '9221d78a4201eac23c972e1d4aa2cee6', ), 4 => array ( 'id' => '83', 'name' => '45e8am603bc4ccabf40', '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_1t2r1603bc4ccabf44 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 5 => array ( 'id' => '83', 'name' => '1t2r1603bc4ccabf4a', '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_ohiqep603bc4ccabf4e ow_alt1', 'fake' => false, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 6 => array ( 'id' => '83', 'name' => 'ohiqep4603bc4ccabf56', '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_el3jys2kom603bc4ccabf5a ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 7 => array ( 'id' => '83', 'name' => 'el3jys2603bc4ccabf61', '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_2p49294m603bc4ccabf68 ow_alt1', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 8 => array ( 'id' => '83', 'name' => 'ilim3qytax1603bc4ccabf7b', '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_ilim3qy603bc4ccabf7f ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 9 => array ( 'id' => '83', 'name' => '4jo9i5od4s603bc4ccabf86', '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_yz28e603bc4ccabf8a ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), 10 => array ( 'id' => '83', 'name' => 'yz28e603bc4ccabf91', '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_i63pehu9yb603bc4ccabf95 ow_alt2', 'fake' => true, 'realName' => 'c441a8a9b955647cdf4c81562d39068a', ), ), ), 'displayAccountType' => false, 'isLastStep' => true, ), 'template' => '/home/iyafbhmo/oxwall-demo.iyaffle.com/ow_system_plugins/base/views/controllers/join_index.html', 'visible' => true, 'userService' => BOL_UserService::__set_state(array( 'userDao' => BOL_UserDao::__set_state(array( 'cachedItems' => array ( ), 'dbo' => OW_Database::__set_state(array( 'connection' => PDO::__set_state(array( )), 'affectedRows' => 1, 'queryLog' => array ( 0 => array ( 'query' => 'SELECT * FROM ow_base_config', 'execTime' => 0.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.0001790523529052734375, 'params' => array ( ), ), 1 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 2 => array ( 'query' => 'SELECT * FROM ow_base_plugin', 'execTime' => 8.106231689453125E-5, 'params' => array ( ), ), 3 => array ( 'query' => 'SELECT * FROM ow_base_language ORDER BY `order` ASC LIMIT 0, 1', 'execTime' => 6.89029693603515625E-5, 'params' => array ( ), ), 4 => array ( 'query' => 'SET TIME_ZONE = ?', 'execTime' => 0.0001308917999267578125, 'params' => array ( 0 => '-08:00', ), ), 5 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `uri` = \'join\' AND `isStatic` = 1 LIMIT 0, 1', 'execTime' => 9.3936920166015625E-5, 'params' => array ( ), ), 6 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'simplicity\' LIMIT 0, 1', 'execTime' => 7.41481781005859375E-5, 'params' => array ( ), ), 7 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 956', 'execTime' => 7.2002410888671875E-5, 'params' => array ( ), ), 8 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 956', 'execTime' => 6.389617919921875E-5, 'params' => array ( ), ), 9 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 7.08103179931640625E-5, 'params' => array ( ), ), 10 => array ( 'query' => 'SELECT * FROM ow_base_theme WHERE `key` = \'ethos\' LIMIT 0, 1', 'execTime' => 6.103515625E-5, 'params' => array ( ), ), 11 => array ( 'query' => 'SELECT * FROM ow_base_theme_content WHERE `themeId` = 957', 'execTime' => 5.98430633544921875E-5, 'params' => array ( ), ), 12 => array ( 'query' => 'SELECT * FROM ow_base_theme_master_page WHERE `themeId` = 957', 'execTime' => 5.69820404052734375E-5, 'params' => array ( ), ), 13 => array ( 'query' => 'SELECT * FROM ow_base_document WHERE `isStatic` = 1 AND `isMobile` = 0', 'execTime' => 6.103515625E-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.41481781005859375E-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.487701416015625E-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' => 8.106231689453125E-5, 'params' => array ( 'menuType' => 'bottom', ), ), 17 => array ( 'query' => 'SELECT * FROM ow_base_question_account_type ORDER BY sortOrder', 'execTime' => 7.5817108154296875E-5, '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' => 9.1075897216796875E-5, '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.1048736572265625E-5, 'params' => array ( ), ), 20 => array ( 'query' => 'SELECT * FROM ow_base_question WHERE `name` IN(\'\') ORDER BY sortOrder', 'execTime' => 6.69956207275390625E-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' => 6.198883056640625E-5, 'params' => array ( ), ), 22 => array ( 'query' => 'SELECT * FROM ow_base_language', 'execTime' => 0.000125885009765625, 'params' => array ( ), ), 23 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0', 'execTime' => 8.60691070556640625E-5, 'params' => array ( ), ), 24 => array ( 'query' => 'SELECT COUNT(*) FROM ow_base_invitation WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 6.198883056640625E-5, 'params' => array ( ), ), 25 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0 AND `viewed` = 0', 'execTime' => 5.4836273193359375E-5, 'params' => array ( ), ), 26 => array ( 'query' => 'SELECT COUNT(*) FROM ow_notifications_notification WHERE `userId` = 0', 'execTime' => 5.79357147216796875E-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.41345977783203125E-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.91278076171875E-5, 'params' => array ( ), ), ), 'debugMode' => true, 'isProfilerEnabled' => true, 'profiler' => UTIL_Profiler::__set_state(array( 'checkPoints' => array ( 'start' => 1614529740.715015888214111328125, ), 'key' => 'db', 'result' => array ( ), 'chkCounter' => 0, )), 'queryExecTime' => 5.91278076171875E-5, 'totalQueryExecTime' => 0.0022716522216796875, '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.020 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.020 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.020 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.020 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.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '1tidykigi603bc4ccabd49', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '1tidykigi603bc4ccabd49', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_1tidykigi603bc4ccabd49_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'ap28ij603bc4ccabd61', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'ap28ij603bc4ccabd61', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ap28ij603bc4ccabd61_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '4de5ot18e603bc4ccabd6f', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '4de5ot18e603bc4ccabd6f', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4de5ot18e603bc4ccabd6f_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '3d1sutu8603bc4ccabd7b', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '3d1sutu8603bc4ccabd7b', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3d1sutu8603bc4ccabd7b_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'arusy603bc4ccabd86', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'arusy603bc4ccabd86', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_arusy603bc4ccabd86_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '2515i8603bc4ccabd91', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '2515i8603bc4ccabd91', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_2515i8603bc4ccabd91_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'yg1todoli726603bc4ccabd9d', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'yg1todoli726603bc4ccabd9d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_yg1todoli726603bc4ccabd9d_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 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.021 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.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'email', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_email_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 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.021 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.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'password', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_password_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 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.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'password', 'fieldName' => 'repeatPassword', 'configs' => NULL, ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_repeat_password_label', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_validator_required_error_message', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 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.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '1s4kub1h163603bc4ccabdc2', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => '1s4kub1h163603bc4ccabdc2', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_1s4kub1h163603bc4ccabdc2_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'u8371wi7ate8603bc4ccabdcf', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'text', 'fieldName' => 'u8371wi7ate8603bc4ccabdcf', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'form_element_common_invitation_text', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.021 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_u8371wi7ate8603bc4ccabdcf_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.021 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => '383tawi6oq3603bc4ccabddb', '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' => '383tawi6oq3603bc4ccabddb', '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_383tawi6oq3603bc4ccabddb_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'eteq35o93ni603bc4ccabde6', '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' => 'eteq35o93ni603bc4ccabde6', '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_eteq35o93ni603bc4ccabde6_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'text', 'fieldName' => 'oz1kip603bc4ccabdf1', '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' => 'oz1kip603bc4ccabdf1', '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_oz1kip603bc4ccabdf1_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' => 'radio', 'fieldName' => 'orep1sija603bc4ccabe01', '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' => 'orep1sija603bc4ccabe01', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_orep1sija603bc4ccabe01_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' => 'radio', 'fieldName' => 'ym2l2bydyjil603bc4ccabe11', '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' => 'ym2l2bydyjil603bc4ccabe11', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ym2l2bydyjil603bc4ccabe11_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' => 'ev3howa8603bc4ccabe1d', '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' => 'ev3howa8603bc4ccabe1d', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ev3howa8603bc4ccabe1d_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' => 'ivam3827un603bc4ccabe28', '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' => 'ivam3827un603bc4ccabe28', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_ivam3827un603bc4ccabe28_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' => 'birthdate', 'fieldName' => '3s1xo6o8603bc4ccabe38', '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' => '3s1xo6o8603bc4ccabe38', '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_3s1xo6o8603bc4ccabe38_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' => 'e81xyrison603bc4ccabe45', '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' => 'e81xyrison603bc4ccabe45', '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_e81xyrison603bc4ccabe45_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'y83rot2x28un603bc4ccabe5f', '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' => 'y83rot2x28un603bc4ccabe5f', '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_y83rot2x28un603bc4ccabe5f_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'e8apy603bc4ccabe6a', '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' => 'e8apy603bc4ccabe6a', '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_e8apy603bc4ccabe6a_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => 'om1kisohi603bc4ccabe75', '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' => 'om1kisohi603bc4ccabe75', '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_om1kisohi603bc4ccabe75_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'birthdate', 'fieldName' => '3n1p1l4p603bc4ccabe80', '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' => '3n1p1l4p603bc4ccabe80', '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_3n1p1l4p603bc4ccabe80_label', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'i9ob3kejomu8603bc4ccabe8f', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'i9ob3kejomu8603bc4ccabe8f', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_i9ob3kejomu8603bc4ccabe8f_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_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_match_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' => 'match_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_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'yd481te7ihyk603bc4ccabe9e', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'yd481te7ihyk603bc4ccabe9e', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_yd481te7ihyk603bc4ccabe9e_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_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_match_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' => 'match_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_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'oqoxit603bc4ccabea9', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => 'oqoxit603bc4ccabea9', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_oqoxit603bc4ccabea9_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_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_match_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' => 'match_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_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '3n3n3p4z1603bc4ccabeb4', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '3n3n3p4z1603bc4ccabeb4', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_3n3n3p4z1603bc4ccabeb4_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_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_match_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' => 'match_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_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '4q45i5ysubod603bc4ccabec0', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '4q45i5ysubod603bc4ccabec0', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4q45i5ysubod603bc4ccabec0_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'match_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_match_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' => 'match_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_match_sex_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => '4w454q4h1re603bc4ccabecf', 'configs' => '[]', 'type' => 'edit', ) |
base.questions_field_init Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'main', 'presentation' => 'multicheckbox', 'fieldName' => '4w454q4h1re603bc4ccabecf', 'configs' => '[]', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_4w454q4h1re603bc4ccabecf_label', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '1', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_1', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '8', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_8', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '4', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_4', ) |
base.event.on_get_question_lang Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'type' => 'value', 'name' => 'relationship', 'value' => '2', ) |
servicelangtools.lang_used_log Type: trigger Called at: 0.022 Exec time: 0.000 |
No listeners | array ( 'prefix' => 'base', 'key' => 'questions_question_relationship_value_2', ) |
base.questions_field_get_label Type: trigger Called at: 0.022 Exec time: 0.000 |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
array ( 'presentation' => 'multicheckbox', 'fieldName' => 'ul1mi548o9u603bc4ccabedb', 'configs' => '[]', 'type' => 'edit', ) |
Event | Listener |
---|---|
core.exit |
OW_Log -> writeLog()
|
core.emergency_exit |
OW_Log -> writeLog()
BASE_CLASS_EventHandler -> onEmergencyExit()
|
base.billing.on_after_delivered_sale |
BASE_CLASS_EventHandler -> onAfterBillingDeliverSale()
|
base.user_login |
BASE_CLASS_EventHandler -> onUserLoginSaveStatistics()
BASE_CLASS_EventHandler -> onUserLogin()
BASE_CLASS_EventHandler -> onUserLoginSetAdminCookie()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
content.after_add |
BASE_CLASS_EventHandler -> onAfterAdd()
|
base.add_global_lang_keys |
BASE_CLASS_EventHandler -> onAddGlobalLangs()
|
base.user_unregister |
BASE_CLASS_EventHandler -> onDeleteUserContent()
BASE_CLASS_EventHandler -> onUserUnregisterDeleteDisaproved()
BASE_CLASS_EventHandler -> onUserUnregisterRemovePreference()
BASE_CLASS_EventHandler -> onDeleteMediaPanelFiles()
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> onUserUnregisterClearMailQueue()
BASE_CLASS_ContentProvider -> onUserDeleted()
BASE_CLASS_EventHandler -> onDeleteUserAttachments()
NEWSFEED_CLASS_EventHandler -> userUnregister()
MAILBOX_CLASS_EventHandler -> onUserUnregister()
PHOTO_CLASS_EventHandler -> onUserUnregister()
VIDEO_CLASS_EventHandler -> deleteUserContent()
FRIENDS_CLASS_EventHandler -> onUnregisterUser()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
BLOGS_CLASS_EventHandler -> onUnregisterUser()
VIDEOTUBE_CLASS_EventHandler -> on_unregister_user()
iclassifieds_delete_user_content()
|
base.user_logout |
BASE_CLASS_EventHandler -> onUserLogout()
|
base.user_register |
BASE_CLASS_EventHandler -> onJoinMandatoryUserApprove()
BASE_CLASS_EventHandler -> onJoinFeed()
BASE_CLASS_EventHandler -> onUserRegisterWelcomeLetter()
BASE_CLASS_EventHandler -> setAccountTypeUserRoleOnUserRegister()
BASE_CLASS_EventHandler -> deleteInviteCode()
BASE_CLASS_ContentProvider -> onUserJoin()
MAILBOX_CLASS_EventHandler -> resetAllUsersLastData()
|
base.user_edit |
BASE_CLASS_EventHandler -> onUserEditFeed()
BASE_CLASS_ContentProvider -> afterUserEdit()
|
feed.after_comment_add |
BASE_CLASS_EventHandler -> onUserJoinCommentFeed()
BASE_CLASS_EventHandler -> onUserAvatarCommentFeed()
NEWSFEED_CLASS_EventHandler -> afterComment()
PHOTO_CLASS_EventHandler -> feedAfterCommentAdd()
VIDEO_CLASS_EventHandler -> feedVideoComment()
FRIENDS_CLASS_EventHandler -> onFeedAddComment()
BLOGS_CLASS_EventHandler -> onFeedAddComment()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_comment()
iclassifieds_feed_item_comment()
|
feed.after_like_added |
BASE_CLASS_EventHandler -> onLikeUserJoin()
BASE_CLASS_EventHandler -> onUserAvatarLikeFeed()
NEWSFEED_CLASS_EventHandler -> addLike()
NEWSFEED_CLASS_EventHandler -> onLikeNotification()
PHOTO_CLASS_EventHandler -> feedAfterLikeAdded()
VIDEO_CLASS_EventHandler -> feedVideoLike()
FRIENDS_CLASS_EventHandler -> onFeedAddLike()
BLOGS_CLASS_EventHandler -> onFeedAddLike()
VIDEOTUBE_CLASS_EventHandler -> on_feed_add_like()
iclassifieds_feed_like()
|
notifications.collect_actions |
BASE_CLASS_EventHandler -> onNotifyActions()
NEWSFEED_CLASS_EventHandler -> collectNotificationActions()
MAILBOX_CLASS_EventHandler -> onNotifyActions()
PHOTO_CLASS_EventHandler -> collectNotificationActions()
VIDEO_CLASS_EventHandler -> onNotifyActions()
FRIENDS_CLASS_EventHandler -> onCollectNotificationActions()
BLOGS_CLASS_EventHandler -> onCollectNotificationActions()
VIDEOTUBE_CLASS_EventHandler -> on_collect_notification_actions()
iclassifieds_on_notify_actions()
|
base_add_comment |
BASE_CLASS_EventHandler -> onAddComment()
BASE_CLASS_ContentProvider -> onCommentAdd()
NEWSFEED_CLASS_EventHandler -> addComment()
NEWSFEED_CLASS_EventHandler -> onCommentNotification()
PHOTO_CLASS_EventHandler -> notifyOnNewComment()
VIDEO_CLASS_EventHandler -> addCommentNotification()
BLOGS_CLASS_EventHandler -> onAddBlogPostComment()
VIDEOTUBE_CLASS_EventHandler -> add_video_comment()
iclassifieds_add_comment_notification()
|
base.update_entity_items_status |
BASE_CLASS_EventHandler -> onUpdateEntityItemsStatus()
|
base.user_suspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_EventHandler -> sendSuspendNotification()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
PostService -> onAuthorSuspend()
|
base.user_unsuspend |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_approve |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
BASE_CLASS_ContentProvider -> onUserApprove()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_disapprove |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
FRIENDS_CLASS_EventHandler -> onUserEventClearQueryCache()
|
base.on_user_mark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.on_user_unmark_featured |
BASE_CLASS_EventHandler -> clearUserListQueryCache()
|
base.questions_field_get_label |
BASE_CLASS_EventHandler -> getQuestionLabel()
|
base.before_decorator |
BASE_CLASS_EventHandler -> onBeforeDecoratorRender()
|
plugin.privacy.get_action_list |
BASE_CLASS_EventHandler -> onPrivacyAddAction()
NEWSFEED_CLASS_EventHandler -> onPrivacyCollectActions()
MAILBOX_CLASS_EventHandler -> onCollectPrivacyActions()
PHOTO_CLASS_EventHandler -> addPrivacyAction()
VIDEO_CLASS_EventHandler -> privacyAddAction()
FRIENDS_CLASS_EventHandler -> onCollectPrivacyActionList()
BLOGS_CLASS_EventHandler -> onCollectPrivacyActionList()
iclassifieds_privacy_add_action()
|
base.members_only_exceptions |
BASE_CLASS_EventHandler -> onAddMembersOnlyException()
|
base.password_protected_exceptions |
BASE_CLASS_EventHandler -> onAddPasswordProtectedExceptions()
|
base.maintenance_mode_exceptions |
BASE_CLASS_EventHandler -> onAddMaintenanceModeExceptions()
|
admin.add_auth_labels |
BASE_CLASS_EventHandler -> onAddAuthLabels()
admin_add_auth_labels()
NEWSFEED_CLASS_EventHandler -> onCollectAuthLabels()
MAILBOX_CLASS_EventHandler -> addAuthLabels()
PHOTO_CLASS_EventHandler -> addAuthLabels()
VIDEO_CLASS_EventHandler -> addAuthLabels()
FRIENDS_CLASS_EventHandler -> onCollectAuthLabels()
BLOGS_CLASS_EventHandler -> onCollectAuthLabels()
VIDEOTUBE_CLASS_EventHandler -> on_collect_auth_labels()
iclassifieds_add_auth_labels()
|
socialsharing.get_entity_info |
BASE_CLASS_EventHandler -> sosialSharingGetUserInfo()
PHOTO_CLASS_EventHandler -> sosialSharingGetPhotoInfo()
VIDEO_CLASS_EventHandler -> sosialSharingGetVideoInfo()
BLOGS_CLASS_EventHandler -> sosialSharingGetBlogInfo()
VIDEOTUBE_CLASS_EventHandler -> social_sharing_video_info()
|
base.before_save_user |
BASE_CLASS_EventHandler -> setUserRoleOnChangeAccountType()
|
base.questions_field_add_fake_questions |
BASE_CLASS_EventHandler -> addFakeQuestions()
|
base.join_form_render |
BASE_CLASS_EventHandler -> onInviteMembersProcessJoinForm()
|
base.moderation_panel_widget_collect_contents |
BASE_CLASS_EventHandler -> onCollectModerationWidgetContent()
|
base.moderation_tools.collect_menu |
BASE_CLASS_EventHandler -> onCollectModerationToolsMenu()
|
content.before_delete |
BASE_CLASS_EventHandler -> deleteEntityFlags()
|
base.after_avatar_update |
BASE_CLASS_ContentProvider -> onAvatarChange()
BASE_CLASS_EventHandler -> onAfterAvatarUpdate()
MAILBOX_CLASS_EventHandler -> onChangeUserAvatar()
|
base.before_user_avatar_delete |
BASE_CLASS_ContentProvider -> onAvatarDelete()
|
content.collect_types |
BASE_CLASS_ContentProvider -> onCollectTypes()
NEWSFEED_CLASS_ContentProvider -> onCollectTypes()
PHOTO_CLASS_ContentProvider -> onCollectTypes()
VIDEO_CLASS_ContentProvider -> onCollectTypes()
BLOGS_CLASS_ContentProvider -> onCollectTypes()
|
content.get_info |
BASE_CLASS_ContentProvider -> onGetInfo()
NEWSFEED_CLASS_ContentProvider -> onGetInfo()
PHOTO_CLASS_ContentProvider -> onGetInfo()
VIDEO_CLASS_ContentProvider -> onGetInfo()
BLOGS_CLASS_ContentProvider -> onGetInfo()
|
content.update_info |
BASE_CLASS_ContentProvider -> onUpdateInfo()
NEWSFEED_CLASS_ContentProvider -> onUpdateInfo()
PHOTO_CLASS_ContentProvider -> onUpdateInfo()
VIDEO_CLASS_ContentProvider -> onUpdateInfo()
BLOGS_CLASS_ContentProvider -> onUpdateInfo()
|
content.delete |
BASE_CLASS_ContentProvider -> onDelete()
NEWSFEED_CLASS_ContentProvider -> onDelete()
PHOTO_CLASS_ContentProvider -> onDelete()
VIDEO_CLASS_ContentProvider -> onDelete()
BLOGS_CLASS_ContentProvider -> onDelete()
|
base.user_list.get_displayed_fields |
BASE_CLASS_EventHandler -> onGetUserListFields()
|
base.user_list.get_questions |
BASE_CLASS_EventHandler -> onGetUserListQuestions()
|
base.user_list.get_field_data |
BASE_CLASS_EventHandler -> onGetUserListFieldValue()
|
base.sitemap.get_urls |
BASE_CLASS_EventHandler -> onSitemapGetUrls()
PHOTO_CLASS_EventHandler -> onSitemapGetUrls()
VIDEO_CLASS_EventHandler -> onSitemapGetUrls()
BLOGS_CLASS_EventHandler -> onSitemapGetUrls()
VIDEOTUBE_CLASS_EventHandler -> sitemap_get_urls()
|
base.provide_page_meta_info |
BASE_CLASS_EventHandler -> onProvideMetaInfoForPage()
|
base.add_profile_action_toolbar |
BASE_CLASS_EventHandler -> onActionToolbarAddDeleteActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddFlagActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddSuspendActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddAuthActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserApproveActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserFeatureActionTool()
BASE_CLASS_EventHandler -> onActionToolbarAddUserBlockActionTool()
NEWSFEED_CLASS_EventHandler -> onCollectProfileActions()
MAILBOX_CLASS_EventHandler -> sendPrivateMessageActionTool()
FRIENDS_CLASS_EventHandler -> onCollectProfileActionTools()
|
base.dashboard_menu_items |
BASE_CLASS_EventHandler -> onDashboardMenuItem()
|
base.preference_menu_items |
BASE_CLASS_EventHandler -> onPreferenceMenuItem()
notifications_preference_menu_item()
|
base.on_avatar_toolbar_collect |
BASE_CLASS_EventHandler -> onAvatarToolbarCollect()
MAILBOX_CLASS_EventHandler -> onAvatarToolbarCollect()
|
core.finalize |
BASE_CLASS_EventHandler -> addJsDeclarations()
BASE_CLASS_EventHandler -> onFinalizeAddScrollJs()
BASE_CLASS_EventHandler -> onFinalizeCheckIfSiteFullyInstalled()
admin_on_application_finalize()
|
admin.add_admin_notification |
BASE_CLASS_EventHandler -> addAdminNotification()
ADMIN_CLASS_EventHandler -> onAddAdminNotification()
|
ads.enabled_plugins |
BASE_CLASS_EventHandler -> onAddAdsEnabled()
MAILBOX_CLASS_EventHandler -> mailboxAdsEnabled()
PHOTO_CLASS_EventHandler -> adsEnabled()
VIDEO_CLASS_EventHandler -> adsEnabled()
BLOGS_CLASS_EventHandler -> onCollectEnabledAdsPages()
VIDEOTUBE_CLASS_EventHandler -> videotube_ads_enabled()
iclassifieds_ads_enabled()
|
core.plugin_uninstall |
BASE_CLASS_EventHandler -> onPluginUninstallDeleteComments()
BASE_CLASS_EventHandler -> onPluginsUninstallDeleteGateway()
BASE_CLASS_InvitationEventHandler -> pluginUninstall()
NEWSFEED_CLASS_EventHandler -> onPluginUninstall()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginUninstall()
|
base.preference_add_form_element |
BASE_CLASS_EventHandler -> onPreferenceAddFormElement()
|
base.preference_section_label |
BASE_CLASS_EventHandler -> onAddPreferenceSectionLabels()
|
feed.collect_configurable_activity |
BASE_CLASS_EventHandler -> onFeedCollectConfigurableActivity()
PHOTO_CLASS_EventHandler -> feedCollectConfigurableActivity()
VIDEO_CLASS_EventHandler -> feedCollectConfigurableActivity()
FRIENDS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
BLOGS_CLASS_EventHandler -> onCollectFeedConfigurableActivity()
VIDEOTUBE_CLASS_EventHandler -> on_collect_feed_configurable_activity()
iclassifieds_feed_collect_configurable_activity()
|
base.attachment_save_image |
BASE_CLASS_EventHandler -> onSaveAttachmentImage()
|
join.get_captcha_field |
BASE_CLASS_EventHandler -> getCaptcha()
|
core.after_route |
BASE_CLASS_EventHandler -> onPluginsInitCheckUserStatus()
ADMIN_CLASS_EventHandler -> onAfterRoute()
|
base.add_quick_link |
BASE_CLASS_EventHandler -> onCollectQuickLinks()
PHOTO_CLASS_EventHandler -> addQuickLink()
VIDEO_CLASS_EventHandler -> quickLinks()
FRIENDS_CLASS_EventHandler -> onCollectQuickLinks()
BLOGS_CLASS_EventHandler -> onCollectQuickLinks()
VIDEOTUBE_CLASS_EventHandler -> videotube_quick_links()
iclassifieds_quick_links()
|
base.collect_seo_meta_data |
BASE_CLASS_EventHandler -> onCollectMetaData()
PHOTO_CLASS_EventHandler -> onCollectMetaData()
VIDEO_CLASS_EventHandler -> onCollectMetaData()
BLOGS_CLASS_EventHandler -> onCollectMetaData()
VIDEOTUBE_CLASS_EventHandler -> on_collect_meta_data()
|
class.get_instance |
BASE_CLASS_EventHandler -> onGetClassInstance()
|
base.ping.consoleUpdate |
BASE_CLASS_ConsoleEventHandler -> ping()
|
console.collect_items |
BASE_CLASS_ConsoleEventHandler -> collectItems()
BASE_CLASS_InvitationEventHandler -> collectItems()
MAILBOX_CLASS_EventHandler -> onCollectConsoleItems()
NOTIFICATIONS_CLASS_ConsoleBridge -> collectItems()
FRIENDS_CLASS_RequestEventHandler -> collectItems()
|
core.plugins_init |
BASE_CLASS_InvitationEventHandler -> afterInits()
NEWSFEED_CLASS_EventHandler -> afterAppInit()
NEWSFEED_CLASS_FormatManager -> collectFormats()
MAILBOX_CLASS_EventHandler -> updatePlugin()
NOTIFICATIONS_CLASS_ConsoleBridge -> genericAfterInits()
NOTIFICATIONS_CLASS_ConsoleBridge -> afterInits()
NOTIFICATIONS_CLASS_EmailBridge -> genericAfterInits()
|
core.plugin_activate |
BASE_CLASS_InvitationEventHandler -> pluginActivate()
NEWSFEED_CLASS_EventHandler -> onPluginActivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginActivate()
|
core.plugin_deactivate |
BASE_CLASS_InvitationEventHandler -> pluginDeactivate()
NEWSFEED_CLASS_EventHandler -> onPluginDeactivate()
NOTIFICATIONS_CLASS_ConsoleBridge -> pluginDeactivate()
|
console.load_list |
BASE_CLASS_InvitationEventHandler -> loadList()
MAILBOX_CLASS_EventHandler -> onLoadConsoleList()
NOTIFICATIONS_CLASS_ConsoleBridge -> loadList()
FRIENDS_CLASS_RequestEventHandler -> loadList()
|
console.ping |
BASE_CLASS_InvitationEventHandler -> ping()
NOTIFICATIONS_CLASS_ConsoleBridge -> ping()
FRIENDS_CLASS_RequestEventHandler -> ping()
|
notifications.send_list |
BASE_CLASS_InvitationEventHandler -> sendList()
MAILBOX_CLASS_EventHandler -> consoleSendList()
NOTIFICATIONS_CLASS_EmailBridge -> sendList()
FRIENDS_CLASS_EventHandler -> onCollectNotificationSendList()
|
admin.disable_fields_on_edit_profile_question |
ADMIN_CLASS_EventHandler -> onGetDisableActionList()
ADMIN_CLASS_EventHandler -> onGetJoinStampDisableActionList()
|
admin.check_if_admin_page |
ADMIN_CLASS_EventHandler -> checkIfAdminPage()
|
feed.action |
NEWSFEED_CLASS_EventHandler -> action()
|
feed.activity |
NEWSFEED_CLASS_EventHandler -> activity()
|
feed.delete_activity |
NEWSFEED_CLASS_EventHandler -> removeActivity()
|
feed.get_all_follows |
NEWSFEED_CLASS_EventHandler -> getAllFollows()
|
feed.install_widget |
NEWSFEED_CLASS_EventHandler -> installWidget()
|
feed.delete_item |
NEWSFEED_CLASS_EventHandler -> deleteAction()
|
feed.get_status |
NEWSFEED_CLASS_EventHandler -> getStatus()
|
feed.remove_follow |
NEWSFEED_CLASS_EventHandler -> removeFollow()
|
feed.is_follow |
NEWSFEED_CLASS_EventHandler -> isFollow()
|
feed.after_status_update |
NEWSFEED_CLASS_EventHandler -> statusUpdate()
NEWSFEED_CLASS_EventHandler -> userFeedStatusUpdate()
|
feed.after_like_removed |
NEWSFEED_CLASS_EventHandler -> removeLike()
|
feed.add_follow |
NEWSFEED_CLASS_EventHandler -> addFollow()
|
feed.on_entity_add |
NEWSFEED_CLASS_EventHandler -> entityAdd()
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onAddBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_add_video()
iclassifieds_feed_entity_add()
|
feed.on_activity |
NEWSFEED_CLASS_EventHandler -> onActivity()
|
feed.after_activity |
NEWSFEED_CLASS_EventHandler -> afterActivity()
|
feed.get_item_permalink |
NEWSFEED_CLASS_EventHandler -> getActionPermalink()
|
feed.clear_cache |
NEWSFEED_CLASS_EventHandler -> deleteActionSet()
|
feed.is_inited |
NEWSFEED_CLASS_EventHandler -> isFeedInited()
|
plugin.privacy.on_change_action_privacy |
NEWSFEED_CLASS_EventHandler -> onPrivacyChange()
PHOTO_CLASS_EventHandler -> onChangePrivacy()
VIDEO_CLASS_EventHandler -> onChangePrivacy()
BLOGS_CLASS_EventHandler -> onChangeActionPrivacy()
iclassifieds_on_change_privacy()
|
base_delete_comment |
NEWSFEED_CLASS_EventHandler -> deleteComment()
|
base.on_user_block |
NEWSFEED_CLASS_EventHandler -> userBlocked()
FRIENDS_CLASS_EventHandler -> onBlockUser()
|
feed.on_item_render |
NEWSFEED_CLASS_EventHandler -> genericItemRender()
NEWSFEED_CLASS_EventHandler -> onFeedItemRenderContext()
NEWSFEED_CLASS_EventHandler -> desktopItemRender()
NEWSFEED_CLASS_EventHandler -> feedItemRenderFlagBtn()
PHOTO_CLASS_EventHandler -> feedOnItemRender()
|
usercredits.on_action_collect |
NEWSFEED_CLASS_Credits -> bindCreditActionsCollect()
MAILBOX_CLASS_Credits -> bindCreditActionsCollect()
PHOTO_CLASS_Credits -> bindCreditActionsCollect()
VIDEO_CLASS_Credits -> bindCreditActionsCollect()
FRIENDS_CLASS_Credits -> bindCreditActionsCollect()
BLOGS_CLASS_Credits -> bindCreditActionsCollect()
VIDEOTUBE_CLASS_Credits -> bindCreditActionsCollect()
ICLASSIFIEDS_CLASS_Credits -> bindCreditActionsCollect()
|
feed.before_action_delete |
NEWSFEED_CLASS_ContentProvider -> onBeforeActionDelete()
|
feed.after_action_add |
NEWSFEED_CLASS_ContentProvider -> onAfterActionAdd()
|
plugin.mailbox.on_plugin_init.handle_controller_attributes |
MAILBOX_CLASS_EventHandler -> onHandleControllerAttributes()
|
base.online_now_click |
MAILBOX_CLASS_EventHandler -> onShowOnlineButton()
|
base.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
base.ping.notifications |
MAILBOX_CLASS_EventHandler -> onApiPing()
|
mailbox.ping |
MAILBOX_CLASS_EventHandler -> onPing()
|
mailbox.mark_as_read |
MAILBOX_CLASS_EventHandler -> onMarkAsRead()
|
mailbox.mark_unread |
MAILBOX_CLASS_EventHandler -> onMarkUnread()
|
mailbox.get_conversation_id |
MAILBOX_CLASS_EventHandler -> getConversationId()
|
mailbox.delete_conversation |
MAILBOX_CLASS_EventHandler -> onDeleteConversation()
MAILBOX_CLASS_EventHandler -> deleteConversation()
|
mailbox.create_conversation |
MAILBOX_CLASS_EventHandler -> onCreateConversation()
|
mailbox.authorize_action |
MAILBOX_CLASS_EventHandler -> onAuthorizeAction()
|
mailbox.find_user |
MAILBOX_CLASS_EventHandler -> onFindUser()
|
winks.onAcceptWink |
MAILBOX_CLASS_EventHandler -> onAcceptWink()
|
winks.onWinkBack |
MAILBOX_CLASS_EventHandler -> onWinkBack()
|
mailbox.get_unread_message_count |
MAILBOX_CLASS_EventHandler -> getUnreadMessageCount()
|
mailbox.get_chat_user_list |
MAILBOX_CLASS_EventHandler -> getChatUserList()
|
mailbox.post_message |
MAILBOX_CLASS_EventHandler -> postMessage()
|
mailbox.post_reply_message |
MAILBOX_CLASS_EventHandler -> postReplyMessage()
|
mailbox.get_new_messages |
MAILBOX_CLASS_EventHandler -> getNewMessages()
|
mailbox.get_new_messages_for_conversation |
MAILBOX_CLASS_EventHandler -> getNewMessagesForConversation()
|
mailbox.get_messages |
MAILBOX_CLASS_EventHandler -> getMessages()
|
mailbox.get_history |
MAILBOX_CLASS_EventHandler -> getHistory()
|
mailbox.show_send_message_button |
MAILBOX_CLASS_EventHandler -> showSendMessageButton()
|
mailbox.get_active_mode_list |
MAILBOX_CLASS_EventHandler -> onGetActiveModeList()
|
friends.request-accepted |
MAILBOX_CLASS_EventHandler -> onFriendRequestAccepted()
FRIENDS_CLASS_EventHandler -> onAcceptRequest()
|
mailbox.send_message |
MAILBOX_CLASS_EventHandler -> onSendMessage()
|
mailbox.mark_conversation |
MAILBOX_CLASS_EventHandler -> markConversation()
|
base.attachment_uploaded |
MAILBOX_CLASS_EventHandler -> onAttachmentUpload()
|
mailbox.renderOembed |
MAILBOX_CLASS_EventHandler -> onRenderOembed()
|
notifications.add |
NOTIFICATIONS_CLASS_ConsoleBridge -> addNotification()
|
notifications.is_permited |
NOTIFICATIONS_CLASS_EmailBridge -> isNotificationPermited()
|
base.add_main_console_item |
notifications_add_console_item()
|
widgets.before_place_delete |
SLIDESHOW_CLASS_EventHandler -> beforeWidgetPlaceDelete()
|
photo.album_add |
PHOTO_CLASS_EventHandler -> albumAdd()
|
photo.album_find |
PHOTO_CLASS_EventHandler -> albumFind()
|
photo.album_delete |
PHOTO_CLASS_EventHandler -> albumDelete()
|
photo.entity_albums_find |
PHOTO_CLASS_EventHandler -> entityAlbumsFind()
|
photo.add |
PHOTO_CLASS_EventHandler -> photoAdd()
|
photo.find |
PHOTO_CLASS_EventHandler -> photoFind()
|
photo.finds |
PHOTO_CLASS_EventHandler -> photoFinds()
|
photo.delete |
PHOTO_CLASS_EventHandler -> photoDelete()
|
photo.album_photos_count |
PHOTO_CLASS_EventHandler -> albumPhotosCount()
|
photo.album_photos_find |
PHOTO_CLASS_EventHandler -> albumPhotosFind()
|
photo.entity_albums_count |
PHOTO_CLASS_EventHandler -> entityAlbumsCount()
|
photo.entity_photos_find |
PHOTO_CLASS_EventHandler -> entityPhotosFind()
|
photo.entity_photos_count |
PHOTO_CLASS_EventHandler -> entityPhotosCount()
|
photo.entity_albums_delete |
PHOTO_CLASS_EventHandler -> entityAlbumsDelete()
|
photo.init_floatbox |
PHOTO_CLASS_EventHandler -> initFloatbox()
|
photo.get_photo_view_status |
PHOTO_CLASS_EventHandler -> getPhotoViewStatus()
|
base.query.content_filter |
PHOTO_CLASS_EventHandler -> photoContentFilter()
|
feed.on_entity_action |
PHOTO_CLASS_EventHandler -> feedOnEntityAction()
|
feed.collect_privacy |
PHOTO_CLASS_EventHandler -> feedCollectPrivacy()
VIDEO_CLASS_EventHandler -> feedCollectPrivacy()
FRIENDS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
BLOGS_CLASS_EventHandler -> onCollectFeedPrivacyActions()
iclassifieds_feed_collect_privacy()
|
usercredits.get_action_key |
PHOTO_CLASS_Credits -> getActionKey()
VIDEO_CLASS_Credits -> getActionKey()
BLOGS_CLASS_Credits -> getActionKey()
VIDEOTUBE_CLASS_Credits -> getActionKey()
|
photo.on_album_add |
PHOTO_CLASS_EventHandler -> onAlbumAdd()
|
photo.on_album_edit |
PHOTO_CLASS_EventHandler -> onAlbumEdit()
|
photo.before_album_delete |
PHOTO_CLASS_EventHandler -> onBeforeAlbumDelete()
|
plugin.photos.add_photo |
PHOTO_CLASS_EventHandler -> onPhotoAdd()
PHOTO_CLASS_ContentProvider -> onAfterPhotoAdd()
|
photo.after_edit |
PHOTO_CLASS_EventHandler -> onAfterPhotoEdit()
PHOTO_CLASS_ContentProvider -> onAfterPhotoEdit()
|
photo.onBeforeDelete |
PHOTO_CLASS_EventHandler -> onBeforePhotoDelete()
PHOTO_CLASS_ContentProvider -> onBeforePhotoDelete()
|
photo.after_delete |
PHOTO_CLASS_EventHandler -> onPhotoDelete()
|
photo.createUserAlbum |
PHOTO_CLASS_EventHandler -> createUserAlbum()
|
photo.getMainAlbum |
PHOTO_CLASS_EventHandler -> getMainAlbum()
|
photo.addSearchData |
PHOTO_CLASS_EventHandler -> addSearchData()
|
feed.before_content_add |
PHOTO_CLASS_EventHandler -> feedBeforeStatusUpdate()
VIDEO_CLASS_EventHandler -> feedBeforeStatusUpdate()
|
photo.backgroundLoadPhoto |
PHOTO_CLASS_EventHandler -> backgroundLoadPhoto()
|
photo.onUpdateContent |
PHOTO_CLASS_EventHandler -> onUpdateContent()
|
photo.get_cover |
PHOTO_CLASS_EventHandler -> getAlbumCoverUrl()
|
photo.get_album_names |
PHOTO_CLASS_EventHandler -> getAlbumNames()
|
moderation.after_content_approve |
PHOTO_CLASS_ContentProvider -> afterContentApprove()
VIDEO_CLASS_EventHandler -> afterContentApprove()
BLOGS_CLASS_EventHandler -> afterContentApprove()
VIDEOTUBE_CLASS_EventHandler -> after_content_approve()
|
base.add_new_content_item |
PHOTO_CLASS_EventHandler -> addNewContentItem()
VIDEO_CLASS_EventHandler -> addNewContentItem()
BLOGS_CLASS_EventHandler -> onCollectAddNewContentItem()
VIDEOTUBE_CLASS_EventHandler -> videotube_add_new_content_item()
iclassifieds_add_new_content_item()
|
photo.onBeforeMultiplePhotoDelete |
PHOTO_CLASS_EventHandler -> onBeforeMultiplePhotoDelete()
|
photo.onBeforePhotoMove |
PHOTO_CLASS_EventHandler -> onBeforePhotoMove()
|
photo.onAfterPhotoMove |
PHOTO_CLASS_EventHandler -> onAfterPhotoMove()
|
photo.getAddPhotoURL |
PHOTO_CLASS_EventHandler -> addPhotoURL()
|
base.avatar_change_collect_sections |
PHOTO_CLASS_EventHandler -> collectAlbumsForAvatar()
|
base.avatar_change_get_section |
PHOTO_CLASS_EventHandler -> collectAlbumPhotosForAvatar()
|
base.avatar_change_get_item |
PHOTO_CLASS_EventHandler -> getPhotoForAvatar()
|
video.add_clip |
VIDEO_CLASS_EventHandler -> addCLip()
|
feed.on_entity_update |
VIDEO_CLASS_EventHandler -> feedEntityAdd()
BLOGS_CLASS_EventHandler -> onUpdateBlogPost()
VIDEOTUBE_CLASS_EventHandler -> on_update_video()
|
video.before_delete |
VIDEO_CLASS_ContentProvider -> onBeforeClipDelete()
|
video.after_add |
VIDEO_CLASS_ContentProvider -> onAfterClipAdd()
|
video.after_edit |
VIDEO_CLASS_ContentProvider -> onAfterClipEdit()
|
plugin.friends |
FRIENDS_CLASS_EventHandler -> onPluginIsActive()
|
plugin.friends.get_friend_list |
FRIENDS_CLASS_EventHandler -> getFriendList()
|
plugin.friends.get_friend_list_by_display_name |
FRIENDS_CLASS_EventHandler -> getFriendListByDisplayName()
|
plugin.friends.check_friendship |
FRIENDS_CLASS_EventHandler -> findFriendship()
|
plugin.friends.count_friends |
FRIENDS_CLASS_EventHandler -> findCountOfUserFriendsInList()
|
plugin.friends.find_all_active_friendships |
FRIENDS_CLASS_EventHandler -> findAllActiveFriendships()
|
plugin.friends.find_active_friendships |
FRIENDS_CLASS_EventHandler -> findActiveFriendships()
|
feed.collect_follow |
FRIENDS_CLASS_EventHandler -> onCollectFeedFollow()
|
plugin.privacy.get_privacy_list |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyList()
|
plugin.privacy.check_permission |
FRIENDS_CLASS_EventHandler -> onCollectPrivacyPermissions()
|
friends.cancelled |
FRIENDS_CLASS_EventHandler -> onCancelRequest()
|
feed.collect_follow_permissions |
FRIENDS_CLASS_EventHandler -> onCollectFollowPermissions()
|
friends.add_friend |
FRIENDS_CLASS_EventHandler -> addFriend()
|
friends.send_friend_request |
FRIENDS_CLASS_EventHandler -> sendFriendRequest()
|
blogs.before_delete |
BLOGS_CLASS_ContentProvider -> onBeforePostDelete()
|
blogs.after_add |
BLOGS_CLASS_ContentProvider -> onAfterPostAdd()
|
blogs.after_edit |
BLOGS_CLASS_ContentProvider -> onAfterPostEdit()
|
invitations.on_item_render |
BASE_CLASS_InvitationEventHandler -> renderItem()
|
invitations.add |
BASE_CLASS_InvitationEventHandler -> addInvitation()
|
invitations.remove |
BASE_CLASS_InvitationEventHandler -> removeInvitation()
|
notifications.remove |
NOTIFICATIONS_CLASS_ConsoleBridge -> removeNotification()
|
notifications.on_item_render |
NOTIFICATIONS_CLASS_ConsoleBridge -> renderItem()
|
notifications.send |
NOTIFICATIONS_CLASS_EmailBridge -> sendNotification()
|
base.append_markup |
OW_DeveloperTools -> onAppendMarkup()
|
core.after_dispatch |
OW_Application -> activateMenuItem()
OW_Application -> onBeforeDocumentRender()
|