APPPATH/views/page/index/stats.php [ 19 ]
14 <?php foreach ($stats as $stat): ?>
15 <tr>
16 <td><?php echo $i ?></td>
17 <td><?php echo $stat['points'] ?></td>
18 <td><?php echo $stat['name'] ?></td>
19 <td><?php echo $stat['date'] ?></td>
20 </tr>
21 <?php $i++ ?>
22 <?php endforeach ?>
23 </tbody>
24 </table>
-
APPPATH/views/page/index/stats.php [ 19 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(21) "Undefined index: date"
2
string(50) "/web/public/application/views/page/index/stats.php"
3
integer 19
4
array(17) ( "kohana_view_filename" => string(50) "/web/public/application/views/page/index/stats.php" "kohana_view_data" => array(2) ( "category" => object Model_Quiz_Category(35)
{ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) ) "category" => object Model_Quiz_Category(35){ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) "auth" => object Auth_ORM(3){ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _logged_in => array(2) ( "admin" => bool FALSE "premium" => bool FALSE ) protected _session => object Session_Database(11)
"logged_in" => bool FALSE "logged_in_admin" => bool FALSE "logged_in_premium" => bool FALSE "real_premium" => bool FALSE "request" => object Request(20){ protected _db => object Database_MySQLi(6)
protected _config => object Config_Group(7){ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
protected _table => string(8) "sessions" protected _columns => array(3) ( "session_id" => string(10) "session_id" "last_active" => string(11) "last_active" "contents" => string(8) "contents" ) protected _gc => integer 500 protected _session_id => NULL protected _update_id => NULL protected _name => string(7) "session" protected _lifetime => integer 43200 protected _encrypted => bool FALSE protected _data => array(1) ( "csrf" => array(2) ( "name" => string(8) "KCoRZ6p9" "value" => string(32) "H0J9PByFiQVvLkZXbEWKfnh7Sqou5RGm" ) ) protected _destroyed => bool FALSE }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ public driver => string(3) "ORM" public hash_method => string(6) "sha256" public hash_key => string(36) "34025a4a-e956-43cf-996d-235ba3845565" public lifetime => integer 1209600 public session_type => string(8) "database" public session_key => string(9) "auth_user" public users => array(0) }
}{ protected _full_params => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
"language" => NULL "controller" => string(5) "index" "action" => string(5) "stats" "route" => object Route(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "stats" protected _uri => string(13) "index/stats/2" protected _external => bool FALSE protected _params => array(1) ( "id" => string(1) "2" ) 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 _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
"current_uri" => string(13) "index/stats/2" "i" => integer 1 "stat" => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) )14 <?php foreach ($stats as $stat): ?> 15 <tr> 16 <td><?php echo $i ?></td> 17 <td><?php echo $stat['points'] ?></td> 18 <td><?php echo $stat['name'] ?></td> 19 <td><?php echo $stat['date'] ?></td> 20 </tr> 21 <?php $i++ ?> 22 <?php endforeach ?> 23 </tbody> 24 </table>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(50) "/web/public/application/views/page/index/stats.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(50) "/web/public/application/views/page/index/stats.php"
1
array(2) ( "category" => object Model_Quiz_Category(35)
{ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) ){ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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/page.php [ 59 ] » Kohana_View->__toString()
54 <div id="page"> 55 <?php if(isset($breadcrumbs) AND sizeof($breadcrumbs) > 0): ?> 56 <?php echo View::factory('breadcrumbs')->bind('breadcrumbs', $breadcrumbs) ?> 57 <?php endif ?> 58 59 <?php echo $content ?> 60 61 <?php if($page_token != 'index-index'): ?> 62 <div id="right-abs"<?php if($premium): ?> class="double"<?php endif ?>> 63 <?php echo View::factory('user') ?> 64 <?php if($premium): ?>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(38) "/web/public/application/views/page.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(38) "/web/public/application/views/page.php"
1
array(10) ( "title" => string(29) "Esthetician quiz best results" "description" => NULL "keywords" => array(0) "content" => object View(2)
{ protected _file => string(50) "/web/public/application/views/page/index/stats.php" protected _data => array(2) ( "category" => object Model_Quiz_Category(35)
"messages" => bool FALSE "og" => array(4) ( "title" => string(0) "" "description" => string(0) "" "url" => string(0) "" "image" => string(0) "" ) "right_column" => bool FALSE "news_column" => bool FALSE "banners" => array(0) "breadcrumbs" => NULL ){ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) ) }{ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }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.
-
SYSPATH/classes/Kohana/Response.php [ 160 ] » Kohana_View->__toString()
155 public function body($content = NULL) 156 { 157 if ($content === NULL) 158 return $this->_body; 159 160 $this->_body = (string) $content; 161 return $this; 162 } 163 164 /** 165 * Gets or sets the HTTP protocol. The standard protocol to use
-
APPPATH/classes/Controller/Template/Page.php [ 230 ] » Kohana_Response->body(arguments)
0
object View(2)
{ protected _file => string(38) "/web/public/application/views/page.php" protected _data => array(10) ( "title" => string(29) "Esthetician quiz best results" "description" => NULL "keywords" => array(0) "content" => object View(2)
{ protected _file => string(50) "/web/public/application/views/page/index/stats.php" protected _data => array(2) ( "category" => object Model_Quiz_Category(35)
"messages" => bool FALSE "og" => array(4) ( "title" => string(0) "" "description" => string(0) "" "url" => string(0) "" "image" => string(0) "" ) "right_column" => bool FALSE "news_column" => bool FALSE "banners" => array(0) "breadcrumbs" => NULL ) }{ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) ) }{ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }225 226 // Remove it 227 $this->session->delete('global_message'); 228 } 229 230 $this->response->body($this->template); 231 } 232 else 233 { 234 if (Request::current()->is_ajax()) 235 $this->response->body($this->template->content);
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Template_Page->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
-
APPPATH/classes/Controller.php [ 41 ] » Kohana_Controller->execute()
36 public function execute() 37 { 38 if (Auth::instance()->logged_in('admin') OR // Don't cache pages for admins 39 ! ($pattern = $this->pattern())) 40 { 41 return parent::execute(); 42 } 43 44 // Execute the "before action" method 45 $this->before(); 46
-
{PHP internal call} » Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Index(10)
{ public template => object View(2)
{ protected _file => string(38) "/web/public/application/views/page.php" protected _data => array(10) ( "title" => string(29) "Esthetician quiz best results" "description" => NULL "keywords" => array(0) "content" => object View(2)
public ajax_template => string(4) "ajax" public auto_render => bool TRUE public auth_required => bool FALSE public secure_actions => bool FALSE protected _track_referrers => bool TRUE protected session => object Session_Database(11){ protected _file => string(50) "/web/public/application/views/page/index/stats.php" protected _data => array(2) ( "category" => object Model_Quiz_Category(35)
"messages" => bool FALSE "og" => array(4) ( "title" => string(0) "" "description" => string(0) "" "url" => string(0) "" "image" => string(0) "" ) "right_column" => bool FALSE "news_column" => bool FALSE "banners" => array(0) "breadcrumbs" => NULL ) }{ protected _table_name => string(15) "quiz_categories" protected _has_many => array(5) ( "questions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(11) "question_id" "model" => string(13) "Quiz_Question" ) "videos" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(8) "video_id" "model" => string(5) "Video" ) "stats" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(7) "stat_id" "model" => string(9) "Quiz_Stat" ) "users" => array(4) ( "foreign_key" => string(16) "quiz_category_id" "through" => string(16) "users_categories" "far_key" => string(7) "user_id" "model" => string(4) "User" ) "subscriptions" => array(4) ( "foreign_key" => string(11) "category_id" "through" => NULL "far_key" => string(15) "subscription_id" "model" => string(20) "Payment_Subscription" ) ) protected _order_column => array(0) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(1) "2" "name" => string(11) "Esthetician" "description" => string(168) ":count questions covering the theory part of your Esthetician state board exam with answer key. You will also get a premium acco …" "hidden" => string(1) "0" "questions_count" => string(1) "0" "image" => string(43) "/media/c/esthetician-stateboardhelp.com.jpg" ) 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(13) "quiz_category" protected _object_plural => string(15) "quiz_categories" protected _table_columns => array(6) ( "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" ) "name" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "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 FALSE "ordinal_position" => integer 3 "collation_name" => string(15) "utf8_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hidden" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(6) "hidden" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "questions_count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "questions_count" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "image" "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(15) "utf8_general_ci" "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) "2" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"stats" => array(26) ( 0 => array(3) ( "points" => string(3) "144" "name" => string(6) "Ashlee" "last_date" => string(19) "2025-09-11 18:33:28" ) 1 => array(3) ( "points" => string(3) "115" "name" => string(7) "Alexia " "last_date" => string(19) "2025-09-10 08:05:14" ) 2 => array(3) ( "points" => string(3) "110" "name" => string(6) "Knaija" "last_date" => string(19) "2025-09-11 19:35:44" ) 3 => array(3) ( "points" => string(3) "108" "name" => string(6) "Nahely" "last_date" => string(19) "2025-09-14 20:46:38" ) 4 => array(3) ( "points" => string(3) "105" "name" => string(7) "Racquel" "last_date" => string(19) "2025-09-03 16:26:37" ) 5 => array(3) ( "points" => string(3) "100" "name" => string(5) "Jenna" "last_date" => string(19) "2025-09-04 04:59:11" ) 6 => array(3) ( "points" => string(3) "100" "name" => string(5) "Janet" "last_date" => string(19) "2025-09-02 18:58:58" ) 7 => array(3) ( "points" => string(2) "96" "name" => string(6) "Samyam" "last_date" => string(19) "2025-09-16 00:52:39" ) 8 => array(3) ( "points" => string(2) "92" "name" => string(10) "Stephanie " "last_date" => string(19) "2025-09-18 07:27:37" ) 9 => array(3) ( "points" => string(2) "88" "name" => string(6) "Kaylie" "last_date" => string(19) "2025-09-01 13:37:06" ) 10 => array(3) ( "points" => string(2) "84" "name" => string(8) "maximina" "last_date" => string(19) "2025-09-15 19:21:32" ) 11 => array(3) ( "points" => string(2) "84" "name" => string(7) "Holland" "last_date" => string(19) "2025-09-03 05:47:14" ) 12 => array(3) ( "points" => string(2) "80" "name" => string(3) "Amy" "last_date" => string(19) "2025-09-13 04:38:03" ) 13 => array(3) ( "points" => string(2) "72" "name" => string(7) "Britney" "last_date" => string(19) "2025-09-11 01:10:25" ) 14 => array(3) ( "points" => string(2) "72" "name" => string(7) "JOHANNA" "last_date" => string(19) "2025-09-09 03:55:35" ) 15 => array(3) ( "points" => string(2) "72" "name" => string(5) "Nelly" "last_date" => string(19) "2025-09-07 20:31:53" ) 16 => array(3) ( "points" => string(2) "72" "name" => string(5) "Heidi" "last_date" => string(19) "2025-09-06 06:53:38" ) 17 => array(3) ( "points" => string(2) "68" "name" => string(6) "Mikala" "last_date" => string(19) "2025-09-12 14:39:38" ) 18 => array(3) ( "points" => string(2) "68" "name" => string(5) "Tacey" "last_date" => string(19) "2025-09-07 04:01:22" ) 19 => array(3) ( "points" => string(2) "64" "name" => string(6) "Mouna " "last_date" => string(19) "2025-09-16 05:06:37" ) 20 => array(3) ( "points" => string(2) "64" "name" => string(6) "Shamya" "last_date" => string(19) "2025-09-08 14:18:29" ) 21 => array(3) ( "points" => string(2) "64" "name" => string(5) "Devon" "last_date" => string(19) "2025-09-01 17:46:28" ) 22 => array(3) ( "points" => string(2) "56" "name" => string(7) "Azeezah" "last_date" => string(19) "2025-09-06 04:41:07" ) 23 => array(3) ( "points" => string(2) "44" "name" => string(8) "Carolina" "last_date" => string(19) "2025-09-14 01:44:53" ) 24 => array(3) ( "points" => string(2) "36" "name" => string(9) "Ann Marie" "last_date" => string(19) "2025-09-01 23:01:28" ) 25 => array(3) ( "points" => string(1) "0" "name" => string(8) "dayanara" "last_date" => string(19) "2025-09-02 02:41:52" ) ) ) }{ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
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(13) "quiz_category" }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _db => object Database_MySQLi(6)
protected _real_premium => bool FALSE public request => object Request(20){ protected _connection_id => string(40) "1489a49acf321acbd599d6c26b8f87ba62038fe5" protected _identifier => string(1) "`" public last_query => string(314) "SELECT MAX(points) AS `points`, `name`, MAX(date) AS `last_date` FROM `sbh_quiz_stats` INNER JOIN `sbh_user` ON (`sbh_user`.`id` …" protected _instance => string(7) "default" protected _connection => object mysqli(18)
protected _table => string(8) "sessions" protected _columns => array(3) ( "session_id" => string(10) "session_id" "last_active" => string(11) "last_active" "contents" => string(8) "contents" ) protected _gc => integer 500 protected _session_id => NULL protected _update_id => NULL protected _name => string(7) "session" protected _lifetime => integer 43200 protected _encrypted => bool FALSE protected _data => array(1) ( "csrf" => array(2) ( "name" => string(8) "KCoRZ6p9" "value" => string(32) "H0J9PByFiQVvLkZXbEWKfnh7Sqou5RGm" ) ) protected _destroyed => bool FALSE }{ 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 sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(5) "mysql" "database" => string(6) "beauty" "persistent" => bool FALSE ) "table_prefix" => string(4) "sbh_" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _full_params => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "stats" protected _uri => string(13) "index/stats/2" protected _external => bool FALSE protected _params => array(1) ( "id" => string(1) "2" ) 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)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }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(20)
{ protected _full_params => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "stats" protected _uri => string(13) "index/stats/2" protected _external => bool FALSE protected _params => array(1) ( "id" => string(1) "2" ) 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(20)
{ protected _full_params => NULL protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(5) "index" "action" => string(5) "index" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(5) "Index" protected _action => string(5) "stats" protected _uri => string(13) "index/stats/2" protected _external => bool FALSE protected _params => array(1) ( "id" => string(1) "2" ) 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 [ 121 ] » Kohana_Request->execute()
116 /** 117 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 118 * If no source is specified, the URI will be automatically detected. 119 */ 120 echo Request::factory() 121 ->execute() 122 ->send_headers(TRUE) 123 ->body(); 124 } 125 }