APPPATH/classes/BigBlueButton/BigBlueButton.php [ 480 ]
475 'Content-length: ' . mb_strlen($payload),
476 ]);
477 }
478 $data = curl_exec($ch);
479 if ($data === false) {
480 throw new \RuntimeException('Unhandled curl error: ' . curl_error($ch));
481 }
482 curl_close($ch);
483
484 $cookies = file_get_contents($cookiefilepath);
485 if (strpos($cookies, 'JSESSIONID') !== false) {
-
APPPATH/classes/BigBlueButton/BigBlueButton.php [ 223 ] » BigBlueButton\BigBlueButton->processXmlResponse(arguments)
0
string(132) "https://vc.rightlearning.net/bigbluebutton/api/isMeetingRunning?meetingID=61665915&checksum=e30302926ed2acef2eff0f9bb321d4fc6488 …"
218 * @return IsMeetingRunningResponse 219 * @throws \RuntimeException 220 */ 221 public function isMeetingRunning($meetingParams) 222 { 223 $xml = $this->processXmlResponse($this->getIsMeetingRunningUrl($meetingParams)); 224 225 return new IsMeetingRunningResponse($xml); 226 } 227 228 /**
-
APPPATH/classes/Controller/Home.php [ 1041 ] » BigBlueButton\BigBlueButton->isMeetingRunning(arguments)
0
object BigBlueButton\Parameters\IsMeetingRunningParameters(1)
{ private meetingId => string(8) "61665915" }
1036 1037 public static function checkRunningMeeting($classId, $pass) { 1038 Model_VClassrooms_Accounts::SetBigBlueButtonKeys(); //setEnvVar 1039 $bbb = new BigBlueButton(); 1040 $isMeetingRunningParams = new IsMeetingRunningParameters($classId); 1041 $response = $bbb->isMeetingRunning($isMeetingRunningParams); 1042 $getxml = $response->getRawXml(); 1043 $json_res = json_encode($getxml); 1044 $obj= json_decode($json_res); 1045 $status = $obj->running; 1046 return($status);
-
APPPATH/classes/Model/VClassrooms/Events.php [ 39 ] » Controller_Home::checkRunningMeeting(arguments)
0
string(8) "61665915"
1
string(8) "95951679"
34 // if($class_ended > date("Y-m-d H:i:s")){ 35 if($virtual_classroom->loaded()){ 36 if($virtual_classroom->class_type == 3){ 37 $vclass = $virtual_classroom; 38 }else{ 39 $response = Controller_Home::checkRunningMeeting($virtual_classroom->class_id, $virtual_classroom->moderator_pw); 40 if($response == "true"){ 41 $vclass = $virtual_classroom; 42 } 43 } 44 }
-
APPPATH/views/site/event_details.php [ 123 ] » Model_VClassrooms_Events::CheckRunningClass(arguments)
0
string(2) "31"
118 <div class="product-view"> 119 <div class="left-content-product "> 120 <div class="row"> 121 <? 122 //$EventDetails = ORM::factory('Events',$Event->related_id); 123 $virtual_classroom = Model_VClassrooms_Events::CheckRunningClass($EventDetails->id); 124 ?> 125 <div class="content-product-left class-honizol col-md-6 col-sm-12 col-xs-12 "> 126 <div class="col-md-10 col-sm-8"> 127 <div class="large-image "> 128 <img itemprop="image" class="product-image-zoom largeImage" src="<?= URL::base() . $event_image?>" data-zoom-image="img\pro6.jpg" title="" alt="" >
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/event_details.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/event_details.php"
1
array(5) ( "EventDetails" => object Model_Events(34)
{ protected _table_name => string(6) "events" protected _belongs_to => array(1) ( "Createdby" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "VClasses" => array(4) ( "foreign_key" => string(5) "event" "through" => NULL "far_key" => string(9) "vclass_id" "model" => string(18) "VClassrooms_Events" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "Createdby" => object Model_User(34)
"Log" => object Model_Users_Logs(34){ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(1) ( "College" => object Model_Study_Colleges(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "events" protected _object_plural => string(8) "eventses" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "is_public" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_public" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_path" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "banner_path" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "banner_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "event_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_date" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "event_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "31" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( "University" => array(2) ( "foreign_key" => string(10) "university" "model" => string(18) "Study_Universities" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) ) protected _has_many => array(4) ( "Majors" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(8) "major_id" "model" => string(12) "Study_Majors" ) "Departments" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(13) "department_id" "model" => string(17) "Study_Departments" ) "Financials_Fees_Courses" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(24) "financials_fees_cours_id" "model" => string(23) "Financials_Fees_Courses" ) "Employment_Applications" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(25) "employment_application_id" "model" => string(26) "Hr_Employment_Applications" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "university" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "university" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(27) "ref to 'study_universities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => string(2) "13" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'general_cities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "map" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "400" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cc_email" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "cc_email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "started_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "started_date" "column_default" => string(10) "2010-03-22" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_ar" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_ar" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_en" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_page" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "facebook_page" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "file_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_banner" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "profile_banner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "images" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "events" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(10) "users_logs" protected _belongs_to => array(2) ( "User" => array(2) ( "foreign_key" => string(4) "user" "model" => string(4) "User" ) "Created" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "Trackers" => array(4) ( "foreign_key" => string(6) "log_id" "through" => NULL "far_key" => string(10) "tracker_id" "model" => string(19) "Users_Logs_Trackers" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "User" => object Model_User(34)
"studentId" => NULL "lang" => string(2) "ar" "StudentEventRate" => integer 0 ){ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(2) ( "Employee_Information" => object Model_Hr_Employment_Applications(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "users_logs" protected _object_plural => string(12) "users_logses" protected _table_columns => array(19) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "term" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "term" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(20) "ref to 'study_terms'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "user" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "section" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "section" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'study_sections'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note_type" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "note_type" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(48) "1 for notifications, 2 for followers, 3 for both" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "details" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "details" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "related_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(47) "id for the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "related_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(48) "type of the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "icon" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "209" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(26) "hr_employment_applications" protected _belongs_to => array(18) ( "Marital_Status" => array(2) ( "foreign_key" => string(14) "marital_status" "model" => string(21) "General_Maritalstatus" ) "Nationality" => array(2) ( "foreign_key" => string(11) "nationality" "model" => string(17) "General_Countries" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) "Religion" => array(2) ( "foreign_key" => string(8) "religion" "model" => string(17) "General_Religions" ) "Gender" => array(2) ( "foreign_key" => string(6) "gender" "model" => string(15) "General_Genders" ) "HR_Section" => array(2) ( "foreign_key" => string(10) "hr_section" "model" => string(19) "General_Hr_Sections" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) "Employee_Type" => array(2) ( "foreign_key" => string(13) "employee_type" "model" => string(25) "General_Hr_Employee_Types" ) "Department" => array(2) ( "foreign_key" => string(10) "department" "model" => string(22) "General_Hr_Departments" ) "Hr_Position" => array(2) ( "foreign_key" => string(11) "hr_position" "model" => string(20) "General_Hr_Positions" ) "Bank" => array(2) ( "foreign_key" => string(4) "bank" "model" => string(13) "General_Banks" ) "Approved_by" => array(2) ( "foreign_key" => string(11) "approved_by" "model" => string(4) "User" ) "Rejected_by" => array(2) ( "foreign_key" => string(11) "rejected_by" "model" => string(4) "User" ) "Employee_User" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "Account" => array(2) ( "foreign_key" => string(10) "account_id" "model" => string(19) "Financials_Accounts" ) "SettingInheritance" => array(2) ( "foreign_key" => string(12) "from_college" "model" => string(14) "Study_Colleges" ) "ReferredBy" => array(2) ( "foreign_key" => string(11) "referred_by" "model" => string(14) "Study_Colleges" ) ) protected _has_many => array(12) ( "Stores_Goods_Receipts_Vouchers" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(32) "stores_goods_receipts_voucher_id" "model" => string(29) "Stores_Goods_Receipts_Voucher" ) "Stores_Goods_Delivery_Vouchers" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(32) "stores_goods_delivery_voucher_id" "model" => string(29) "Stores_Goods_Delivery_Voucher" ) "Accounting_Employees_Salarys" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(30) "accounting_employees_salary_id" "model" => string(27) "Accounting_Employees_Salary" ) "Hr_Rewards" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(12) "hr_reward_id" "model" => string(10) "Hr_Rewards" ) "Fines_Warnings" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(16) "fines_warning_id" "model" => string(16) "Hr_Fineswarnings" ) "Qualifications" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(16) "qualification_id" "model" => string(41) "Hr_Employment_Applications_Qualifications" ) "Certificates" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(14) "certificate_id" "model" => string(39) "Hr_Employment_Applications_Certificates" ) "Experiances" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(13) "experiance_id" "model" => string(38) "Hr_Employment_Applications_Experiances" ) "Allowances_Relations" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(22) "allowances_relation_id" "model" => string(23) "Hr_Allowances_Relations" ) "Allowances_Types" => array(4) ( "foreign_key" => string(8) "employee" "through" => string(23) "hr_allowances_relations" "far_key" => string(4) "type" "model" => string(19) "Hr_Allowances_Types" ) "Deductions_Relations" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(22) "deductions_relation_id" "model" => string(23) "Hr_Deductions_Relations" ) "Deductions_Types" => array(4) ( "foreign_key" => string(8) "employee" "through" => string(23) "hr_deductions_relations" "far_key" => string(4) "type" "model" => string(19) "Hr_Deductions_Types" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(84) ( "id" => string(2) "41" "country" => string(2) "65" "city" => string(4) "6848" "center_name" => NULL "from_college" => NULL "referred_by" => NULL "display_in_home" => string(1) "1" "renewal_date" => string(10) "2025-05-16" "app_type" => string(1) "2" "course_request_button" => NULL "g_course_price" => NULL "facebook_account" => NULL "twitter_account" => NULL "youtube_link" => NULL "account_id" => NULL "code" => NULL "vacations_balance" => NULL "user_id" => string(2) "65" "deputy" => NULL "user_password" => string(6) "123456" "app_status" => string(1) "1" "college" => string(1) "1" "major" => NULL "program" => NULL "plan" => NULL "course" => NULL "notes" => NULL "app_id" => string(10) "2131449584" "app_password" => string(5) "43323" "name_first_en" => string(28) "dr M Abd Elfatah Moustafa " "name_father_en" => NULL "name_grandfather_en" => NULL "name_last_en" => NULL "name_first_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_father_ar" => NULL "name_grandfather_ar" => NULL "name_last_ar" => NULL "img_path" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "profile_img" => NULL "profile_font_color" => NULL "details" => NULL "services" => NULL "appointments" => NULL "place_of_birth" => NULL "date_of_birth" => NULL "date_of_birth_higri" => NULL "marital_status" => NULL "number_of_dependents" => NULL "nationality" => NULL "id_no" => string(14) "26505162602651" "id_copy" => NULL "id_expiry_date_higri" => NULL "id_expiry_date" => NULL "mobile" => string(11) "01141333332" "email" => string(21) "ataaellah@hotmail.com" "religion" => NULL "gender" => string(1) "1" "passport_number" => NULL "hr_section" => NULL "employee_type" => NULL "passport_expiration_date" => NULL "passport_expiration_date_higri" => NULL "department" => NULL "insurance_number" => NULL "hr_position" => NULL "starting_date" => NULL "employee_not_in_payroll" => NULL "job_title" => NULL "basic_salary" => NULL "bank" => NULL "iban" => NULL "display_cv" => string(1) "1" "cv_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL "Created_by" => NULL "Created_date" => string(19) "2021-08-17 19:35:25" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "approved_date" => NULL "approved_by" => NULL "rejected_date" => NULL "rejected_by" => NULL ) protected _changed => array(0) protected _original_values => array(84) ( "id" => string(2) "41" "country" => string(2) "65" "city" => string(4) "6848" "center_name" => NULL "from_college" => NULL "referred_by" => NULL "display_in_home" => string(1) "1" "renewal_date" => string(10) "2025-05-16" "app_type" => string(1) "2" "course_request_button" => NULL "g_course_price" => NULL "facebook_account" => NULL "twitter_account" => NULL "youtube_link" => NULL "account_id" => NULL "code" => NULL "vacations_balance" => NULL "user_id" => string(2) "65" "deputy" => NULL "user_password" => string(6) "123456" "app_status" => string(1) "1" "college" => string(1) "1" "major" => NULL "program" => NULL "plan" => NULL "course" => NULL "notes" => NULL "app_id" => string(10) "2131449584" "app_password" => string(5) "43323" "name_first_en" => string(28) "dr M Abd Elfatah Moustafa " "name_father_en" => NULL "name_grandfather_en" => NULL "name_last_en" => NULL "name_first_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_father_ar" => NULL "name_grandfather_ar" => NULL "name_last_ar" => NULL "img_path" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "profile_img" => NULL "profile_font_color" => NULL "details" => NULL "services" => NULL "appointments" => NULL "place_of_birth" => NULL "date_of_birth" => NULL "date_of_birth_higri" => NULL "marital_status" => NULL "number_of_dependents" => NULL "nationality" => NULL "id_no" => string(14) "26505162602651" "id_copy" => NULL "id_expiry_date_higri" => NULL "id_expiry_date" => NULL "mobile" => string(11) "01141333332" "email" => string(21) "ataaellah@hotmail.com" "religion" => NULL "gender" => string(1) "1" "passport_number" => NULL "hr_section" => NULL "employee_type" => NULL "passport_expiration_date" => NULL "passport_expiration_date_higri" => NULL "department" => NULL "insurance_number" => NULL "hr_position" => NULL "starting_date" => NULL "employee_not_in_payroll" => NULL "job_title" => NULL "basic_salary" => NULL "bank" => NULL "iban" => NULL "display_cv" => string(1) "1" "cv_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL "Created_by" => NULL "Created_date" => string(19) "2021-08-17 19:35:25" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "approved_date" => NULL "approved_by" => NULL "rejected_date" => NULL "rejected_by" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(26) "hr_employment_applications" protected _object_plural => string(28) "hr_employment_applicationses" protected _table_columns => array(84) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "center_name" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "center_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(23) "in case of center admin" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "from_college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "from_college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(31) "to inherit settings from center" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "referred_by" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "referred_by" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(21) "for affiliate program" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "display_in_home" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "display_in_home" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "renewal_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "renewal_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "app_type" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "course_request_button" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "course_request_button" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(1) "4" "comment" => string(53) "عرض زرار طلب حصة فى البروفايل" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "g_course_price" => array(10) ( "type" => string(5) "float" "column_name" => string(14) "g_course_price" "column_default" => NULL "data_type" => string(5) "float" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(17) "سعر الحصة" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_account" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "facebook_account" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitter_account" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "twitter_account" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "youtube_link" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "youtube_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "account_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "account_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(28) "ref to 'accounting_accounts'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "code" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "vacations_balance" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "vacations_balance" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(25) "رصيد الاجازات" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deputy" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "deputy" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(35) "ref to 'hr_employment_applications'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "user_password" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "user_password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "app_status" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "3" "comment" => string(41) "Null: not reviwed | 1:accepted | 2:reject" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(23) "ref to 'study_colleges'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "major" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "major" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "program" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "program" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "plan" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "plan" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "course" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "course" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "notes" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "notes" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "app_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "app_password" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "app_password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_first_en" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "name_first_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_father_en" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "name_father_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_grandfather_en" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "name_grandfather_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_last_en" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "name_last_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_first_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "name_first_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_father_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "name_father_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_grandfather_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "name_grandfather_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_last_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "name_last_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_path" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_img" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "profile_img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_font_color" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "profile_font_color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "details" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "details" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "services" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "services" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "character_maximum_length" => string(3) "300" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "appointments" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "appointments" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "place_of_birth" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "place_of_birth" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "date_of_birth_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 46 "character_maximum_length" => string(2) "30" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "marital_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "marital_status" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 47 "display" => string(2) "10" "comment" => string(31) "ref to 'general_marital_status'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "number_of_dependents" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(20) "number_of_dependents" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "nationality" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "nationality" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "display" => string(2) "10" "comment" => string(26) "ref to 'general_countries'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "id_no" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "id_no" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_copy" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "id_copy" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_expiry_date_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "id_expiry_date_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 52 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_expiry_date" => array(10) ( "type" => string(6) "string" "column_name" => string(14) "id_expiry_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 53 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 54 "character_maximum_length" => string(2) "20" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 55 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "religion" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "religion" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 56 "display" => string(2) "10" "comment" => string(26) "ref to 'general_religions'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 57 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "passport_number" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "passport_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 58 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hr_section" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "hr_section" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 59 "display" => string(2) "10" "comment" => string(28) "ref to 'general_hr_sections'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "employee_type" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "employee_type" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 60 "display" => string(2) "10" "comment" => string(34) "ref to 'general_hr_employee_types'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "passport_expiration_date" => array(10) ( "type" => string(6) "string" "column_name" => string(24) "passport_expiration_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 61 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "passport_expiration_date_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(30) "passport_expiration_date_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 62 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "department" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "department" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 63 "display" => string(2) "10" "comment" => string(31) "ref to 'general_hr_departments'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "insurance_number" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "insurance_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 64 "character_maximum_length" => string(3) "100" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hr_position" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "hr_position" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 65 "display" => string(2) "10" "comment" => string(29) "ref to 'general_hr_positions'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "starting_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "starting_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 66 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "employee_not_in_payroll" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "employee_not_in_payroll" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 67 "display" => string(1) "3" "comment" => string(9) "1 checked" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "job_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "job_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 68 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "basic_salary" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(12) "basic_salary" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 69 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bank" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "bank" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 70 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "iban" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "iban" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 71 "character_maximum_length" => string(3) "100" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "display_cv" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "display_cv" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 72 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cv_file" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "cv_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 73 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 74 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 75 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 76 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 77 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 78 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 79 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 80 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "approved_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "approved_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 81 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "approved_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "approved_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 82 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rejected_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "rejected_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 83 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rejected_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "rejected_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 84 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "41" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"College" => object Model_Study_Colleges(34){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(26) "hr_employment_applications" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( "University" => array(2) ( "foreign_key" => string(10) "university" "model" => string(18) "Study_Universities" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) ) protected _has_many => array(4) ( "Majors" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(8) "major_id" "model" => string(12) "Study_Majors" ) "Departments" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(13) "department_id" "model" => string(17) "Study_Departments" ) "Financials_Fees_Courses" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(24) "financials_fees_cours_id" "model" => string(23) "Financials_Fees_Courses" ) "Employment_Applications" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(25) "employment_application_id" "model" => string(26) "Hr_Employment_Applications" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "university" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "university" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(27) "ref to 'study_universities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => string(2) "13" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'general_cities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "map" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "400" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cc_email" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "cc_email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "started_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "started_date" "column_default" => string(10) "2010-03-22" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_ar" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_ar" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_en" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_page" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "facebook_page" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "file_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_banner" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "profile_banner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "images" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "users_logs" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()
231 */ 232 public function __toString() 233 { 234 try 235 { 236 return $this->render(); 237 } 238 catch (Exception $e) 239 { 240 /** 241 * Display the exception message.
-
APPPATH/views/site/center/layout.php [ 391 ] » Kohana_View->__toString()
386 <!-- New added for modal --> 387 <div class="container-fluid"> 388 <div id="Level1" class="modal container fade" tabindex="-1"> </div> 389 <div id="Level2" class="modal container fade" tabindex="-1"> </div> 390 <div id="TinyModal" class="modal fade" tabindex="-1"> </div> 391 <?php echo $layout; ?> 392 </div> 393 394 395 <ul id="menu" class="mfb-component--br mfb-slidein-spring" data-mfb-toggle="hover" style="right: 20px;"> 396 <li class="mfb-component__wrap">
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/center/layout.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/center/layout.php"
1
array(18) ( "title" => string(178) "المركز الكندي الامريكي - مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة - د محمد عبد الفتاح مصطفى " "meta_tags" => array(0) "links" => array(0) "stylesheets" => array(0) "javascripts" => array(0) "js_custom" => string(0) "" "par1" => string(2) "31" "Arabic" => bool TRUE "English" => bool TRUE "Hebrew" => bool FALSE "UINotific8_msgs" => NULL "lang" => string(2) "ar" "rtl" => string(4) "-rtl" "controller" => string(6) "center" "action" => string(12) "eventdetails" "layout" => object View(2)
{ protected _file => string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/event_details.php" protected _data => array(5) ( "EventDetails" => object Model_Events(34)
"user_online" => NULL "center_logo" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" ){ protected _table_name => string(6) "events" protected _belongs_to => array(1) ( "Createdby" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "VClasses" => array(4) ( "foreign_key" => string(5) "event" "through" => NULL "far_key" => string(9) "vclass_id" "model" => string(18) "VClassrooms_Events" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "Createdby" => object Model_User(34)
"Log" => object Model_Users_Logs(34){ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(1) ( "College" => object Model_Study_Colleges(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "events" protected _object_plural => string(8) "eventses" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "is_public" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_public" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_path" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "banner_path" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "banner_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "event_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_date" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "event_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "31" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( "University" => array(2) ( "foreign_key" => string(10) "university" "model" => string(18) "Study_Universities" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) ) protected _has_many => array(4) ( "Majors" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(8) "major_id" "model" => string(12) "Study_Majors" ) "Departments" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(13) "department_id" "model" => string(17) "Study_Departments" ) "Financials_Fees_Courses" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(24) "financials_fees_cours_id" "model" => string(23) "Financials_Fees_Courses" ) "Employment_Applications" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(25) "employment_application_id" "model" => string(26) "Hr_Employment_Applications" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "university" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "university" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(27) "ref to 'study_universities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => string(2) "13" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'general_cities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "map" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "400" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cc_email" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "cc_email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "started_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "started_date" "column_default" => string(10) "2010-03-22" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_ar" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_ar" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_en" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_page" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "facebook_page" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "file_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_banner" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "profile_banner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "images" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "events" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(10) "users_logs" protected _belongs_to => array(2) ( "User" => array(2) ( "foreign_key" => string(4) "user" "model" => string(4) "User" ) "Created" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "Trackers" => array(4) ( "foreign_key" => string(6) "log_id" "through" => NULL "far_key" => string(10) "tracker_id" "model" => string(19) "Users_Logs_Trackers" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "User" => object Model_User(34)
"studentId" => NULL "lang" => string(2) "ar" "StudentEventRate" => integer 0 ) }{ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(2) ( "Employee_Information" => object Model_Hr_Employment_Applications(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "users_logs" protected _object_plural => string(12) "users_logses" protected _table_columns => array(19) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "term" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "term" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(20) "ref to 'study_terms'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "user" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "section" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "section" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'study_sections'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note_type" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "note_type" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(48) "1 for notifications, 2 for followers, 3 for both" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "details" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "details" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "related_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(47) "id for the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "related_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(48) "type of the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "icon" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "209" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(26) "hr_employment_applications" protected _belongs_to => array(18) ( "Marital_Status" => array(2) ( "foreign_key" => string(14) "marital_status" "model" => string(21) "General_Maritalstatus" ) "Nationality" => array(2) ( "foreign_key" => string(11) "nationality" "model" => string(17) "General_Countries" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) "Religion" => array(2) ( "foreign_key" => string(8) "religion" "model" => string(17) "General_Religions" ) "Gender" => array(2) ( "foreign_key" => string(6) "gender" "model" => string(15) "General_Genders" ) "HR_Section" => array(2) ( "foreign_key" => string(10) "hr_section" "model" => string(19) "General_Hr_Sections" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) "Employee_Type" => array(2) ( "foreign_key" => string(13) "employee_type" "model" => string(25) "General_Hr_Employee_Types" ) "Department" => array(2) ( "foreign_key" => string(10) "department" "model" => string(22) "General_Hr_Departments" ) "Hr_Position" => array(2) ( "foreign_key" => string(11) "hr_position" "model" => string(20) "General_Hr_Positions" ) "Bank" => array(2) ( "foreign_key" => string(4) "bank" "model" => string(13) "General_Banks" ) "Approved_by" => array(2) ( "foreign_key" => string(11) "approved_by" "model" => string(4) "User" ) "Rejected_by" => array(2) ( "foreign_key" => string(11) "rejected_by" "model" => string(4) "User" ) "Employee_User" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(4) "User" ) "Account" => array(2) ( "foreign_key" => string(10) "account_id" "model" => string(19) "Financials_Accounts" ) "SettingInheritance" => array(2) ( "foreign_key" => string(12) "from_college" "model" => string(14) "Study_Colleges" ) "ReferredBy" => array(2) ( "foreign_key" => string(11) "referred_by" "model" => string(14) "Study_Colleges" ) ) protected _has_many => array(12) ( "Stores_Goods_Receipts_Vouchers" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(32) "stores_goods_receipts_voucher_id" "model" => string(29) "Stores_Goods_Receipts_Voucher" ) "Stores_Goods_Delivery_Vouchers" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(32) "stores_goods_delivery_voucher_id" "model" => string(29) "Stores_Goods_Delivery_Voucher" ) "Accounting_Employees_Salarys" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(30) "accounting_employees_salary_id" "model" => string(27) "Accounting_Employees_Salary" ) "Hr_Rewards" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(12) "hr_reward_id" "model" => string(10) "Hr_Rewards" ) "Fines_Warnings" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(16) "fines_warning_id" "model" => string(16) "Hr_Fineswarnings" ) "Qualifications" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(16) "qualification_id" "model" => string(41) "Hr_Employment_Applications_Qualifications" ) "Certificates" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(14) "certificate_id" "model" => string(39) "Hr_Employment_Applications_Certificates" ) "Experiances" => array(4) ( "foreign_key" => string(14) "application_id" "through" => NULL "far_key" => string(13) "experiance_id" "model" => string(38) "Hr_Employment_Applications_Experiances" ) "Allowances_Relations" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(22) "allowances_relation_id" "model" => string(23) "Hr_Allowances_Relations" ) "Allowances_Types" => array(4) ( "foreign_key" => string(8) "employee" "through" => string(23) "hr_allowances_relations" "far_key" => string(4) "type" "model" => string(19) "Hr_Allowances_Types" ) "Deductions_Relations" => array(4) ( "foreign_key" => string(8) "employee" "through" => NULL "far_key" => string(22) "deductions_relation_id" "model" => string(23) "Hr_Deductions_Relations" ) "Deductions_Types" => array(4) ( "foreign_key" => string(8) "employee" "through" => string(23) "hr_deductions_relations" "far_key" => string(4) "type" "model" => string(19) "Hr_Deductions_Types" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(84) ( "id" => string(2) "41" "country" => string(2) "65" "city" => string(4) "6848" "center_name" => NULL "from_college" => NULL "referred_by" => NULL "display_in_home" => string(1) "1" "renewal_date" => string(10) "2025-05-16" "app_type" => string(1) "2" "course_request_button" => NULL "g_course_price" => NULL "facebook_account" => NULL "twitter_account" => NULL "youtube_link" => NULL "account_id" => NULL "code" => NULL "vacations_balance" => NULL "user_id" => string(2) "65" "deputy" => NULL "user_password" => string(6) "123456" "app_status" => string(1) "1" "college" => string(1) "1" "major" => NULL "program" => NULL "plan" => NULL "course" => NULL "notes" => NULL "app_id" => string(10) "2131449584" "app_password" => string(5) "43323" "name_first_en" => string(28) "dr M Abd Elfatah Moustafa " "name_father_en" => NULL "name_grandfather_en" => NULL "name_last_en" => NULL "name_first_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_father_ar" => NULL "name_grandfather_ar" => NULL "name_last_ar" => NULL "img_path" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "profile_img" => NULL "profile_font_color" => NULL "details" => NULL "services" => NULL "appointments" => NULL "place_of_birth" => NULL "date_of_birth" => NULL "date_of_birth_higri" => NULL "marital_status" => NULL "number_of_dependents" => NULL "nationality" => NULL "id_no" => string(14) "26505162602651" "id_copy" => NULL "id_expiry_date_higri" => NULL "id_expiry_date" => NULL "mobile" => string(11) "01141333332" "email" => string(21) "ataaellah@hotmail.com" "religion" => NULL "gender" => string(1) "1" "passport_number" => NULL "hr_section" => NULL "employee_type" => NULL "passport_expiration_date" => NULL "passport_expiration_date_higri" => NULL "department" => NULL "insurance_number" => NULL "hr_position" => NULL "starting_date" => NULL "employee_not_in_payroll" => NULL "job_title" => NULL "basic_salary" => NULL "bank" => NULL "iban" => NULL "display_cv" => string(1) "1" "cv_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL "Created_by" => NULL "Created_date" => string(19) "2021-08-17 19:35:25" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "approved_date" => NULL "approved_by" => NULL "rejected_date" => NULL "rejected_by" => NULL ) protected _changed => array(0) protected _original_values => array(84) ( "id" => string(2) "41" "country" => string(2) "65" "city" => string(4) "6848" "center_name" => NULL "from_college" => NULL "referred_by" => NULL "display_in_home" => string(1) "1" "renewal_date" => string(10) "2025-05-16" "app_type" => string(1) "2" "course_request_button" => NULL "g_course_price" => NULL "facebook_account" => NULL "twitter_account" => NULL "youtube_link" => NULL "account_id" => NULL "code" => NULL "vacations_balance" => NULL "user_id" => string(2) "65" "deputy" => NULL "user_password" => string(6) "123456" "app_status" => string(1) "1" "college" => string(1) "1" "major" => NULL "program" => NULL "plan" => NULL "course" => NULL "notes" => NULL "app_id" => string(10) "2131449584" "app_password" => string(5) "43323" "name_first_en" => string(28) "dr M Abd Elfatah Moustafa " "name_father_en" => NULL "name_grandfather_en" => NULL "name_last_en" => NULL "name_first_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_father_ar" => NULL "name_grandfather_ar" => NULL "name_last_ar" => NULL "img_path" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "profile_img" => NULL "profile_font_color" => NULL "details" => NULL "services" => NULL "appointments" => NULL "place_of_birth" => NULL "date_of_birth" => NULL "date_of_birth_higri" => NULL "marital_status" => NULL "number_of_dependents" => NULL "nationality" => NULL "id_no" => string(14) "26505162602651" "id_copy" => NULL "id_expiry_date_higri" => NULL "id_expiry_date" => NULL "mobile" => string(11) "01141333332" "email" => string(21) "ataaellah@hotmail.com" "religion" => NULL "gender" => string(1) "1" "passport_number" => NULL "hr_section" => NULL "employee_type" => NULL "passport_expiration_date" => NULL "passport_expiration_date_higri" => NULL "department" => NULL "insurance_number" => NULL "hr_position" => NULL "starting_date" => NULL "employee_not_in_payroll" => NULL "job_title" => NULL "basic_salary" => NULL "bank" => NULL "iban" => NULL "display_cv" => string(1) "1" "cv_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL "Created_by" => NULL "Created_date" => string(19) "2021-08-17 19:35:25" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "approved_date" => NULL "approved_by" => NULL "rejected_date" => NULL "rejected_by" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(26) "hr_employment_applications" protected _object_plural => string(28) "hr_employment_applicationses" protected _table_columns => array(84) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "center_name" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "center_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(23) "in case of center admin" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "from_college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "from_college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(31) "to inherit settings from center" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "referred_by" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "referred_by" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(21) "for affiliate program" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "display_in_home" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(15) "display_in_home" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "renewal_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "renewal_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "app_type" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "course_request_button" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(21) "course_request_button" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(1) "4" "comment" => string(53) "عرض زرار طلب حصة فى البروفايل" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "g_course_price" => array(10) ( "type" => string(5) "float" "column_name" => string(14) "g_course_price" "column_default" => NULL "data_type" => string(5) "float" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(17) "سعر الحصة" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_account" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "facebook_account" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "twitter_account" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "twitter_account" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "youtube_link" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "youtube_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "account_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "account_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(28) "ref to 'accounting_accounts'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "code" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "vacations_balance" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(17) "vacations_balance" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(2) "11" "comment" => string(25) "رصيد الاجازات" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deputy" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "deputy" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(35) "ref to 'hr_employment_applications'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "user_password" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "user_password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "app_status" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "3" "comment" => string(41) "Null: not reviwed | 1:accepted | 2:reject" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(23) "ref to 'study_colleges'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "major" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "major" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "program" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "program" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "plan" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "plan" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "course" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "course" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "notes" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "notes" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "app_id" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "app_id" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "app_password" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "app_password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_first_en" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "name_first_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_father_en" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "name_father_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_grandfather_en" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "name_grandfather_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_last_en" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "name_last_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_first_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "name_first_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_father_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "name_father_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 35 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_grandfather_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "name_grandfather_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 36 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_last_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "name_last_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 37 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_path" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 38 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_img" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "profile_img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 39 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_font_color" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "profile_font_color" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 40 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "details" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "details" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 41 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "services" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "services" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 42 "character_maximum_length" => string(3) "300" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "appointments" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(12) "appointments" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 43 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "place_of_birth" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "place_of_birth" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 44 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_of_birth" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 45 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_of_birth_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(19) "date_of_birth_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 46 "character_maximum_length" => string(2) "30" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "marital_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "marital_status" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 47 "display" => string(2) "10" "comment" => string(31) "ref to 'general_marital_status'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "number_of_dependents" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(20) "number_of_dependents" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 48 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "nationality" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "nationality" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 49 "display" => string(2) "10" "comment" => string(26) "ref to 'general_countries'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "id_no" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "id_no" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 50 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_copy" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "id_copy" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 51 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_expiry_date_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(20) "id_expiry_date_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 52 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "id_expiry_date" => array(10) ( "type" => string(6) "string" "column_name" => string(14) "id_expiry_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 53 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 54 "character_maximum_length" => string(2) "20" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 55 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "religion" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "religion" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 56 "display" => string(2) "10" "comment" => string(26) "ref to 'general_religions'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "gender" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "gender" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 57 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "passport_number" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "passport_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 58 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hr_section" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "hr_section" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 59 "display" => string(2) "10" "comment" => string(28) "ref to 'general_hr_sections'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "employee_type" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "employee_type" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 60 "display" => string(2) "10" "comment" => string(34) "ref to 'general_hr_employee_types'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "passport_expiration_date" => array(10) ( "type" => string(6) "string" "column_name" => string(24) "passport_expiration_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 61 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "passport_expiration_date_higri" => array(12) ( "type" => string(6) "string" "column_name" => string(30) "passport_expiration_date_higri" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 62 "character_maximum_length" => string(2) "50" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "department" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "department" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 63 "display" => string(2) "10" "comment" => string(31) "ref to 'general_hr_departments'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "insurance_number" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "insurance_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 64 "character_maximum_length" => string(3) "100" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hr_position" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "hr_position" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 65 "display" => string(2) "10" "comment" => string(29) "ref to 'general_hr_positions'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "starting_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "starting_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 66 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "employee_not_in_payroll" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "employee_not_in_payroll" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 67 "display" => string(1) "3" "comment" => string(9) "1 checked" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "job_title" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "job_title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 68 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "basic_salary" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(12) "basic_salary" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 69 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bank" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "bank" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 70 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "iban" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "iban" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 71 "character_maximum_length" => string(3) "100" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "display_cv" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "display_cv" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 72 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cv_file" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "cv_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 73 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 74 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 75 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 76 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 77 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 78 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 79 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 80 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "approved_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "approved_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 81 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "approved_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "approved_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 82 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "rejected_date" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "rejected_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 83 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rejected_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "rejected_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 84 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "41" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"College" => object Model_Study_Colleges(34){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(26) "hr_employment_applications" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( "University" => array(2) ( "foreign_key" => string(10) "university" "model" => string(18) "Study_Universities" ) "City" => array(2) ( "foreign_key" => string(4) "city" "model" => string(14) "General_Cities" ) "Country" => array(2) ( "foreign_key" => string(7) "country" "model" => string(17) "General_Countries" ) ) protected _has_many => array(4) ( "Majors" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(8) "major_id" "model" => string(12) "Study_Majors" ) "Departments" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(13) "department_id" "model" => string(17) "Study_Departments" ) "Financials_Fees_Courses" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(24) "financials_fees_cours_id" "model" => string(23) "Financials_Fees_Courses" ) "Employment_Applications" => array(4) ( "foreign_key" => string(7) "college" "through" => NULL "far_key" => string(25) "employment_application_id" "model" => string(26) "Hr_Employment_Applications" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(31) ( "id" => string(1) "1" "university" => string(1) "1" "name_ar" => string(42) "المركز الكندي الامريكي" "name_en" => string(3) "Cac" "city" => string(4) "6847" "lat" => string(18) "24.071795975579366" "lng" => string(17) " 32.9147977031248" "phone" => string(25) "01090333749 - 01090333748" "email" => string(25) "caceducation523@gmail.com" "address" => string(57) "12ش هارون الدقي متفرع من المساحه" "map" => NULL "cc_email" => string(18) "heba261h@gmail.com" "started_date" => string(10) "2010-03-22" "desc_ar" => string(53) "<p>مركز تدريبي لكل المجالات</p> " "desc_en" => string(38) "<p>Training center for all fields</p> " "assessment_meta_ar" => string(561) " التدريب هو عملية تهدف بشكل أساسي إلى اكتساب الخبرات والمعارف وبناء وتطوير القدرات والكفاءات لتحقيق تغيير أفضل في الأداء. ول …" "assessment_meta_en" => string(478) "Training is a process that aims primarily at acquiring experience and knowledge, building and developing capabilities and compet …" "facebook_page" => string(207) "https://www.facebook.com/%D8%A7%D9%84%D9%85%D8%B1%D9%83%D8%B2-%D8%A7%D9%84%D9%83%D9%86%D8%AF%D9%89-%D8%A7%D9%84%D8%A7%D9%85%D8%B …" "country" => string(2) "65" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-04-19 13:32:01" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-11-22 16:36:56" "file_path" => string(48) "files/colleges/2022/11/6ltzqkuwqiuhgwmlphg1r.jpg" "profile_banner" => string(47) "files/colleges/22/08/pmqrgek9z7wpf9bio1ylah.jpg" "images" => string(48) "files/colleges/22/08/fegmjnd6h1b7vxnpgqtcn1.jpg," "video_path" => string(85) "view-source:https://www.facebook.com/Canadian.American.Center2/videos/141926291100637" "video_file" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "university" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "university" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(27) "ref to 'study_universities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "city" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "city" "column_default" => string(2) "13" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'general_cities'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lat" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lat" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lng" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "lng" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "phone" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "address" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "map" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "400" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cc_email" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "cc_email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "started_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "started_date" "column_default" => string(10) "2010-03-22" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_ar" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_ar" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "desc_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "desc_en" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "assessment_meta_en" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "assessment_meta_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "facebook_page" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "facebook_page" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "country" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "file_path" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "file_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "profile_banner" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "profile_banner" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "images" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "images" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "500" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "video_file" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "video_file" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "200" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 31 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "users_logs" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Kohana_Controller_Template->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Center(17)
{ public template => object View(2)
{ protected _file => string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/center/layout.php" protected _data => array(18) ( "title" => string(178) "المركز الكندي الامريكي - مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة - د محمد عبد الفتاح مصطفى " "meta_tags" => array(0) "links" => array(0) "stylesheets" => array(0) "javascripts" => array(0) "js_custom" => string(0) "" "par1" => string(2) "31" "Arabic" => bool TRUE "English" => bool TRUE "Hebrew" => bool FALSE "UINotific8_msgs" => NULL "lang" => string(2) "ar" "rtl" => string(4) "-rtl" "controller" => string(6) "center" "action" => string(12) "eventdetails" "layout" => object View(2)
public user_online => NULL public Default_Language => string(2) "ar" public user => NULL public Arabic => bool TRUE public English => bool TRUE public Hebrew => bool FALSE public lang => string(2) "ar" public par1 => string(2) "31" public UINotific8_msgs => NULL public auto_render => bool TRUE public request => object Request(19){ protected _file => string(88) "/var/www/html/rightlearning.net/cac/public_html/application/views/site/event_details.php" protected _data => array(5) ( "EventDetails" => object Model_Events(34)
"user_online" => NULL "center_logo" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" ) }{ protected _table_name => string(6) "events" protected _belongs_to => array(1) ( "Createdby" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "VClasses" => array(4) ( "foreign_key" => string(5) "event" "through" => NULL "far_key" => string(9) "vclass_id" "model" => string(18) "VClassrooms_Events" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(15) ( "id" => string(2) "31" "is_public" => string(1) "1" "title" => string(85) "مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة" "description" => string(93) "<p>مؤتمر الثقافة و الفنون و ذوي الاحتياجات الخاصة</p> " "img_path" => string(47) "files/events/2022/05/g2toc3twxyqgrfr3cxxcse.jpg" "banner_path" => NULL "event_path" => NULL "event_date" => string(19) "2022-05-17 13:55:00" "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "Createdby" => object Model_User(34)
"Log" => object Model_Users_Logs(34){ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(1) ( "College" => object Model_Study_Colleges(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "events" protected _object_plural => string(8) "eventses" protected _table_columns => array(15) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "is_public" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_public" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_path" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "banner_path" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "banner_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_path" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "event_path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "event_date" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "event_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "31" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( ... ) protected _has_many => array(4) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( ... ) protected _changed => array(0) protected _original_values => array(31) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "events" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _table_name => string(10) "users_logs" protected _belongs_to => array(2) ( "User" => array(2) ( "foreign_key" => string(4) "user" "model" => string(4) "User" ) "Created" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "Trackers" => array(4) ( "foreign_key" => string(6) "log_id" "through" => NULL "far_key" => string(10) "tracker_id" "model" => string(19) "Users_Logs_Trackers" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(19) ( "id" => string(3) "209" "college" => string(1) "1" "term" => string(1) "1" "user" => string(2) "65" "section" => NULL "note_type" => string(1) "3" "title" => string(16) "create_new_event" "details" => string(0) "" "related_id" => string(2) "31" "related_meta" => string(16) "create_new_event" "url" => NULL "icon" => NULL "Created_by" => string(2) "65" "Created_date" => string(19) "2022-05-17 13:12:23" "last_update_by" => NULL "last_update_date" => NULL "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(1) ( "User" => object Model_User(34)
"studentId" => NULL "lang" => string(2) "ar" "StudentEventRate" => integer 0 ) }{ protected _has_many => array(5) ( "user_tokens" => array(4) ( "foreign_key" => string(7) "user_id" "through" => NULL "far_key" => string(13) "user_token_id" "model" => string(10) "User_Token" ) "roles" => array(4) ( "foreign_key" => string(7) "user_id" "through" => string(11) "roles_users" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "Permissions_Usersrelations" => array(4) ( "foreign_key" => string(4) "user" "through" => NULL "far_key" => string(28) "permissions_usersrelation_id" "model" => string(26) "Permissions_Usersrelations" ) "Permissions_Relations" => array(4) ( "foreign_key" => string(4) "user" "through" => string(34) "permissions_groups_users_relations" "far_key" => string(5) "groub" "model" => string(21) "Permissions_Relations" ) "Student_Terms" => array(4) ( "foreign_key" => string(7) "student" "through" => NULL "far_key" => string(15) "student_term_id" "model" => string(14) "Students_Terms" ) ) protected _belongs_to => array(3) ( "User_Groub" => array(2) ( "foreign_key" => string(10) "user_groub" "model" => string(10) "Usersgroub" ) "Creater" => array(2) ( "foreign_key" => string(10) "Created_by" "model" => string(4) "User" ) "College" => array(2) ( "foreign_key" => string(7) "college" "model" => string(14) "Study_Colleges" ) ) protected _has_one => array(5) ( "Student_Information" => array(2) ( "foreign_key" => string(10) "student_id" "model" => string(21) "Students_Applications" ) "Employee_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(26) "Hr_Employment_Applications" ) "Trainer" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(21) "Trainers_Applications" ) "Trainee" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(17) "Trainers_Trainees" ) "Parent_Information" => array(2) ( "foreign_key" => string(7) "user_id" "model" => string(16) "Students_Parents" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(2) "65" "display_user_manual" => string(1) "1" "qr_code" => string(32) "754b482a7578fce6cc71157bf2eafeff" "college" => string(1) "1" "show_dashboard" => NULL "email" => string(21) "ataaellah@hotmail.com" "username" => string(10) "E210000041" "password" => string(64) "c9da0fcda242e821f2b7b8f3c4b016a8de4de133a92db87247f4930f3858d64f" "mobile" => NULL "user_groub" => string(1) "4" "name_ar" => string(45) "د محمد عبد الفتاح مصطفى " "name_en" => string(28) "dr M Abd Elfatah Moustafa " "img" => string(43) "files/users/2022/05/vynnpzyhb0vvtoyynhs.jpg" "img_thumb" => string(50) "files/users/2022/05/thumbs/vynnpzyhb0vvtoyynhs.jpg" "logins" => string(2) "32" "last_login" => string(19) "2022-05-22 16:00:35" "last_active" => string(19) "2022-05-22 16:02:55" "Created_by" => string(1) "1" "Created_date" => string(19) "2021-08-17 19:37:00" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2022-05-13 19:49:55" "is_deleted" => NULL ) protected _related => array(2) ( "Employee_Information" => object Model_Hr_Employment_Applications(34)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(10) "users_logs" protected _object_plural => string(12) "users_logses" protected _table_columns => array(19) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "term" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "term" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(20) "ref to 'study_terms'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(4) "user" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "section" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "section" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(23) "ref to 'study_sections'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note_type" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "note_type" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(48) "1 for notifications, 2 for followers, 3 for both" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "title" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "title" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "details" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(7) "details" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "related_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(2) "11" "comment" => string(47) "id for the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "related_meta" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "related_meta" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(48) "type of the event which notification refered to " "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "icon" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "icon" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(3) "209" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _table_name => string(26) "hr_employment_applications" protected _belongs_to => array(18) ( ... ) protected _has_many => array(12) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(84) ( ... ) protected _changed => array(0) protected _original_values => array(84) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(26) "hr_employment_applications" protected _object_plural => string(28) "hr_employment_applicationses" protected _table_columns => array(84) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "41" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(26) "hr_employment_applications" }
"College" => object Model_Study_Colleges(34){ protected _table_name => string(14) "study_colleges" protected _belongs_to => array(3) ( ... ) protected _has_many => array(4) ( ... ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( ... ) protected _changed => array(0) protected _original_values => array(31) ( ... ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(14) "study_colleges" protected _object_plural => string(16) "study_collegeses" protected _table_columns => array(31) ( ... ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6) { ... } protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "study_colleges" }
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "user" protected _object_plural => string(5) "users" protected _table_name => string(5) "users" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "display_user_manual" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "display_user_manual" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "qr_code" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "qr_code" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "college" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "college" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(24) "ref to 'study_Collegess'" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_dashboard" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "show_dashboard" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "4" "comment" => string(44) "1 for redirecting to dashboard automatically" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "email" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "email" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "username" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "username" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "password" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "password" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "64" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "mobile" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mobile" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "127" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_groub" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "user_groub" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "display" => string(2) "11" "comment" => string(20) "ref to 'users_group'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "img" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "img_thumb" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "img_thumb" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "logins" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "logins" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_login" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "last_login" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_active" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_active" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(2) "65" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "user" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( ... ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(10) "users_logs" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(63) "((<controller>)(/<action>(/<par1>)(/<par2>)(/<par3>)(/<par4>)))" protected _regex => array(1) ( "par1" => string(16) "[a-zA-Z0-9.:_-]+" ) protected _defaults => array(2) ( "controller" => string(4) "Home" "action" => string(5) "index" ) protected _route_regex => string(190) "#^(?:(?:(?P<controller>[^/.,;?\n]++))?(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<par1>[a-zA-Z0-9.:_-]+))?(?:/(?P<par2>[^/.,;?\n]++))?(? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Center" protected _action => string(12) "EventDetails" protected _uri => string(22) "Center/EventDetails/31" protected _external => bool FALSE protected _params => array(1) ( "par1" => string(2) "31" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public Current_Term => object Model_Study_Terms(34){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _table_name => string(11) "study_terms" protected _belongs_to => array(1) ( "Academicyear" => array(2) ( "foreign_key" => string(12) "academicyear" "model" => string(19) "Study_Academicyears" ) ) protected _has_many => array(10) ( "Financials_Discounts" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(22) "financials_discount_id" "model" => string(20) "Financials_Discounts" ) "Financials_Discount_Students" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(30) "financials_discount_student_id" "model" => string(28) "Financials_Discount_Students" ) "Financials_Finesmanagement" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(29) "financials_finesmanagement_id" "model" => string(26) "Financials_Finesmanagement" ) "Financials_Manminpayment" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(27) "financials_manminpayment_id" "model" => string(24) "Financials_Manminpayment" ) "Financials_Manminpayment_Custom" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(34) "financials_manminpayment_custom_id" "model" => string(31) "Financials_Manminpayment_Custom" ) "Financials_Payments" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(21) "financials_payment_id" "model" => string(19) "Financials_Payments" ) "Financials_Sponsorships" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(25) "financials_sponsorship_id" "model" => string(23) "Financials_Sponsorships" ) "Students_Sections" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(19) "students_section_id" "model" => string(17) "Students_Sections" ) "Students_Terms" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(16) "students_term_id" "model" => string(14) "Students_Terms" ) "Study_Sections" => array(4) ( "foreign_key" => string(4) "term" "through" => NULL "far_key" => string(16) "study_section_id" "model" => string(14) "Study_Sections" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => string(1) "1" "academicyear" => string(1) "1" "type" => string(1) "1" "name_ar" => string(37) "العام التدريبي 2022-2021" "name_en" => string(25) "First Semester 2022-2021 " "min_hours" => NULL "max_hours" => NULL "beginning_term" => string(10) "0202-12-25" "end_term" => string(10) "2026-12-25" "reg_date_start" => string(10) "0202-06-01" "reg_date_end" => string(10) "2025-06-01" "fine_reg_date_start" => NULL "fine_reg_date_end" => NULL "drag_add_date_start" => NULL "drag_add_date_end" => NULL "Created_by" => string(1) "1" "Created_date" => string(19) "2020-08-28 12:56:52" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2021-12-11 21:55:06" "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => string(1) "1" "academicyear" => string(1) "1" "type" => string(1) "1" "name_ar" => string(37) "العام التدريبي 2022-2021" "name_en" => string(25) "First Semester 2022-2021 " "min_hours" => NULL "max_hours" => NULL "beginning_term" => string(10) "0202-12-25" "end_term" => string(10) "2026-12-25" "reg_date_start" => string(10) "0202-06-01" "reg_date_end" => string(10) "2025-06-01" "fine_reg_date_start" => NULL "fine_reg_date_end" => NULL "drag_add_date_start" => NULL "drag_add_date_end" => NULL "Created_by" => string(1) "1" "Created_date" => string(19) "2020-08-28 12:56:52" "last_update_by" => string(1) "1" "last_update_date" => string(19) "2021-12-11 21:55:06" "is_deleted" => NULL "deleted_by" => NULL "deleted_date" => NULL ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(11) "study_terms" protected _object_plural => string(13) "study_termses" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "academicyear" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(12) "academicyear" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(34) "ref to 'study_academicyears' table" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "type" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "type" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(36) "1 fot first, 2 second, 3 summer term" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_ar" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_ar" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "name_en" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "name_en" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(8) "utf8_bin" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "min_hours" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(9) "min_hours" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "max_hours" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(9) "max_hours" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "beginning_term" => array(10) ( "type" => string(6) "string" "column_name" => string(14) "beginning_term" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "end_term" => array(10) ( "type" => string(6) "string" "column_name" => string(8) "end_term" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "reg_date_start" => array(10) ( "type" => string(6) "string" "column_name" => string(14) "reg_date_start" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "reg_date_end" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "reg_date_end" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fine_reg_date_start" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "fine_reg_date_start" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fine_reg_date_end" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "fine_reg_date_end" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "drag_add_date_start" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "drag_add_date_start" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "drag_add_date_end" => array(10) ( "type" => string(6) "string" "column_name" => string(17) "drag_add_date_end" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "Created_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "Created_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "Created_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "Created_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "last_update_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "last_update_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "last_update_date" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "last_update_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_deleted" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(10) "is_deleted" "column_default" => NULL "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "deleted_by" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "deleted_by" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(2) "11" "comment" => string(14) "ref to 'users'" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "deleted_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "deleted_date" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(1) "1" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
public studentId => NULL public locale => array(3) ( 0 => string(2) "ar" 1 => string(2) "ar" 2 => string(2) "en" ) public layout => object View(2){ protected _connection_id => string(40) "6866096f0d003105d144e8e91b4a9ea30c088d02" protected _identifier => string(1) "`" public last_query => string(1096) "SELECT `vclassrooms_events`.`id` AS `id`, `vclassrooms_events`.`class_type` AS `class_type`, `vclassrooms_events`.`teacher` AS ` …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(11) "study_terms" }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(5) ( "type" => string(6) "MySQLi" "connection" => array(4) ( "hostname" => string(9) "localhost" "database" => string(17) "rightlearning_cac" "persistent" => bool FALSE "ssl" => NULL ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _file => string(85) "/var/www/html/rightlearning.net/cac/public_html/application/views/templates/empty.php" protected _data => array(2) ( "content" => string(0) "" "user_online" => NULL ) }
}92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(63) "((<controller>)(/<action>(/<par1>)(/<par2>)(/<par3>)(/<par4>)))" protected _regex => array(1) ( "par1" => string(16) "[a-zA-Z0-9.:_-]+" ) protected _defaults => array(2) ( "controller" => string(4) "Home" "action" => string(5) "index" ) protected _route_regex => string(190) "#^(?:(?:(?P<controller>[^/.,;?\n]++))?(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<par1>[a-zA-Z0-9.:_-]+))?(?:/(?P<par2>[^/.,;?\n]++))?(? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Center" protected _action => string(12) "EventDetails" protected _uri => string(22) "Center/EventDetails/31" protected _external => bool FALSE protected _params => array(1) ( "par1" => string(2) "31" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(63) "((<controller>)(/<action>(/<par1>)(/<par2>)(/<par3>)(/<par4>)))" protected _regex => array(1) ( "par1" => string(16) "[a-zA-Z0-9.:_-]+" ) protected _defaults => array(2) ( "controller" => string(4) "Home" "action" => string(5) "index" ) protected _route_regex => string(190) "#^(?:(?:(?P<controller>[^/.,;?\n]++))?(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<par1>[a-zA-Z0-9.:_-]+))?(?:/(?P<par2>[^/.,;?\n]++))?(? …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(6) "Center" protected _action => string(12) "EventDetails" protected _uri => string(22) "Center/EventDetails/31" protected _external => bool FALSE protected _params => array(1) ( "par1" => string(2) "31" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}992 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 993 ':uri' => $this->_uri, 994 )); 995 } 996 997 return $this->_client->execute($this); 998 } 999 1000 /** 1001 * Returns whether this request is the initial request Kohana received. 1002 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 117 ] » Kohana_Request->execute()
112 /** 113 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 114 * If no source is specified, the URI will be automatically detected. 115 */ 116 echo Request::factory(TRUE, array(), FALSE) 117 ->execute() 118 ->send_headers(TRUE) 119 ->body(); 120 }