APPPATH/views/page/bookdetails.php [ 58 ]
53 <div class="col-md-8 col-sm-9">
54 <h1 id="title"
55 class="product-title hidden-mobile hidden-xs"><?php if (isset($book->TI)) echo $book->TI ?></h1>
56 <?php
57 if ($book->rating) {
58 echo "<h4>{$stars}</h4>";
59 }
60 ?>
61 <div class="col-md-4 product-author-isbn hidden-mobile hidden-xs">
62 <p><span id="authors"><?php if($book->AU == "N/A"){ echo '';}else {echo $au;} ?></span></p>
63 </div>
-
APPPATH/views/page/bookdetails.php [ 58 ] » Kohana_Core::error_handler(arguments)
0
integer 8
1
string(25) "Undefined variable: stars"
2
string(65) "/home/bookpric/public_html/application/views/page/bookdetails.php"
3
integer 58
4
array(7) ( "kohana_view_filename" => string(65) "/home/bookpric/public_html/application/views/page/bookdetails.php" "kohana_view_data" => array(4) ( "book" => object Model_Bookmain(34)
{ protected _primary_key => string(11) "bookmain_id" protected _belongs_to => array(1) ( "virtualstock" => array(2) ( "model" => string(12) "Virtualstock" "foreign_key" => string(11) "bookmain_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(18) "/img/cover/8118261" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _changed => array(1) ( "image" => string(5) "image" ) protected _original_values => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(50) "http://makeenbooks.com/upload/ga/9781742204451.jpg" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "bookmain" protected _object_plural => string(9) "bookmains" protected _table_name => string(8) "bookmain" protected _table_columns => array(26) ( "bookmain_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "bookmain_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(10) ( "type" => string(5) "float" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "bprice" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mkcode" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mkcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "TI" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "TI" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "I3" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "I3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "AU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "AU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "PU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "PU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "DE" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(2) "DE" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sitetype" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "sitetype" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "number_of_books" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "number_of_books" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gstock" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "gstock" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "gprice" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "WE" => array(10) ( "type" => string(5) "float" "column_name" => string(2) "WE" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sp" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "sp" "column_default" => string(1) "F" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(2) ( 0 => string(1) "Y" 1 => string(1) "F" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cdate" => array(10) ( "type" => string(6) "string" "column_name" => string(5) "cdate" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "edition" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "edition" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "publish_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "series" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "series" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "new_isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "new_isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "30" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rating" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rating" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(2) "11" "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_value => string(7) "8118261" protected _table_names_plural => bool FALSE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"valid" => NULL "user" => NULL "price_offer" => integer 0 ) "book" => object Model_Bookmain(34){ protected _connection_id => string(40) "3a99d7e763052dedc430af0d43ef889bb601a94e" protected _identifier => string(1) "`" public last_query => string(944) "SELECT `bookmain`.`bookmain_id` AS `bookmain_id`, `bookmain`.`pid` AS `pid`, `bookmain`.`price` AS `price`, `bookmain`.`bprice` …" 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(8) "bookmain" }{ 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(5) ( "hostname" => string(9) "localhost" "database" => string(12) "bookpric_com" "username" => string(15) "bookpric_convoy" "password" => string(12) "+[e{T^?Oo(5&" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ protected _primary_key => string(11) "bookmain_id" protected _belongs_to => array(1) ( "virtualstock" => array(2) ( "model" => string(12) "Virtualstock" "foreign_key" => string(11) "bookmain_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(18) "/img/cover/8118261" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _changed => array(1) ( "image" => string(5) "image" ) protected _original_values => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(50) "http://makeenbooks.com/upload/ga/9781742204451.jpg" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "bookmain" protected _object_plural => string(9) "bookmains" protected _table_name => string(8) "bookmain" protected _table_columns => array(26) ( "bookmain_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "bookmain_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(10) ( "type" => string(5) "float" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "bprice" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mkcode" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mkcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "TI" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "TI" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "I3" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "I3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "AU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "AU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "PU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "PU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "DE" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(2) "DE" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sitetype" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "sitetype" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "number_of_books" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "number_of_books" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gstock" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "gstock" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "gprice" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "WE" => array(10) ( "type" => string(5) "float" "column_name" => string(2) "WE" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sp" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "sp" "column_default" => string(1) "F" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(2) ( 0 => string(1) "Y" 1 => string(1) "F" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cdate" => array(10) ( "type" => string(6) "string" "column_name" => string(5) "cdate" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "edition" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "edition" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "publish_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "series" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "series" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "new_isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "new_isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "30" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rating" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rating" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(2) "11" "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_value => string(7) "8118261" protected _table_names_plural => bool FALSE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"valid" => NULL "user" => NULL "price_offer" => integer 0 "au" => NULL ){ protected _connection_id => string(40) "3a99d7e763052dedc430af0d43ef889bb601a94e" protected _identifier => string(1) "`" public last_query => string(944) "SELECT `bookmain`.`bookmain_id` AS `bookmain_id`, `bookmain`.`pid` AS `pid`, `bookmain`.`price` AS `price`, `bookmain`.`bprice` …" 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(8) "bookmain" }{ 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(5) ( "hostname" => string(9) "localhost" "database" => string(12) "bookpric_com" "username" => string(15) "bookpric_convoy" "password" => string(12) "+[e{T^?Oo(5&" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }53 <div class="col-md-8 col-sm-9"> 54 <h1 id="title" 55 class="product-title hidden-mobile hidden-xs"><?php if (isset($book->TI)) echo $book->TI ?></h1> 56 <?php 57 if ($book->rating) { 58 echo "<h4>{$stars}</h4>"; 59 } 60 ?> 61 <div class="col-md-4 product-author-isbn hidden-mobile hidden-xs"> 62 <p><span id="authors"><?php if($book->AU == "N/A"){ echo '';}else {echo $au;} ?></span></p> 63 </div>
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(65) "/home/bookpric/public_html/application/views/page/bookdetails.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(65) "/home/bookpric/public_html/application/views/page/bookdetails.php"
1
array(4) ( "book" => object Model_Bookmain(34)
{ protected _primary_key => string(11) "bookmain_id" protected _belongs_to => array(1) ( "virtualstock" => array(2) ( "model" => string(12) "Virtualstock" "foreign_key" => string(11) "bookmain_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(18) "/img/cover/8118261" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _changed => array(1) ( "image" => string(5) "image" ) protected _original_values => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(50) "http://makeenbooks.com/upload/ga/9781742204451.jpg" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "bookmain" protected _object_plural => string(9) "bookmains" protected _table_name => string(8) "bookmain" protected _table_columns => array(26) ( "bookmain_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "bookmain_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(10) ( "type" => string(5) "float" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "bprice" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mkcode" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mkcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "TI" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "TI" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "I3" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "I3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "AU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "AU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "PU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "PU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "DE" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(2) "DE" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sitetype" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "sitetype" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "number_of_books" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "number_of_books" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gstock" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "gstock" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "gprice" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "WE" => array(10) ( "type" => string(5) "float" "column_name" => string(2) "WE" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sp" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "sp" "column_default" => string(1) "F" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(2) ( 0 => string(1) "Y" 1 => string(1) "F" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cdate" => array(10) ( "type" => string(6) "string" "column_name" => string(5) "cdate" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "edition" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "edition" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "publish_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "series" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "series" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "new_isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "new_isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "30" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rating" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rating" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(2) "11" "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_value => string(7) "8118261" protected _table_names_plural => bool FALSE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"valid" => NULL "user" => NULL "price_offer" => integer 0 ){ protected _connection_id => string(40) "3a99d7e763052dedc430af0d43ef889bb601a94e" protected _identifier => string(1) "`" public last_query => string(944) "SELECT `bookmain`.`bookmain_id` AS `bookmain_id`, `bookmain`.`pid` AS `pid`, `bookmain`.`price` AS `price`, `bookmain`.`bprice` …" 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(8) "bookmain" }{ 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(5) ( "hostname" => string(9) "localhost" "database" => string(12) "bookpric_com" "username" => string(15) "bookpric_convoy" "password" => string(12) "+[e{T^?Oo(5&" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message.
-
APPPATH/views/page/index.php [ 226 ] » Kohana_View->__toString()
221 } 222 ?> 223 </div> 224 <!--./alert box--> 225 <?php if ($ptype != 'HOME') { ?> 226 <div class="container main" style="padding-top: 70px;"><?php echo $dPage; ?></div> 227 228 <?php } else { ?> 229 <?php echo $dPage; ?> 230 <div id="div-appbanner" style="z-index: 100;bottom:0px;position: fixed;"> 231 <div style=" background: #4cb348;width: 100%;height: 40px;bottom:0px;position: fixed;padding-top:10px;right:0px;font-size: 16px;">
-
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0
string(59) "/home/bookpric/public_html/application/views/page/index.php"
56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0
string(59) "/home/bookpric/public_html/application/views/page/index.php"
1
array(6) ( "book" => object Model_Bookmain(34)
{ protected _primary_key => string(11) "bookmain_id" protected _belongs_to => array(1) ( "virtualstock" => array(2) ( "model" => string(12) "Virtualstock" "foreign_key" => string(11) "bookmain_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(18) "/img/cover/8118261" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _changed => array(1) ( "image" => string(5) "image" ) protected _original_values => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(50) "http://makeenbooks.com/upload/ga/9781742204451.jpg" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "bookmain" protected _object_plural => string(9) "bookmains" protected _table_name => string(8) "bookmain" protected _table_columns => array(26) ( "bookmain_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "bookmain_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(10) ( "type" => string(5) "float" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "bprice" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mkcode" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mkcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "TI" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "TI" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "I3" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "I3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "AU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "AU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "PU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "PU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "DE" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(2) "DE" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sitetype" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "sitetype" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "number_of_books" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "number_of_books" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gstock" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "gstock" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "gprice" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "WE" => array(10) ( "type" => string(5) "float" "column_name" => string(2) "WE" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sp" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "sp" "column_default" => string(1) "F" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(2) ( 0 => string(1) "Y" 1 => string(1) "F" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cdate" => array(10) ( "type" => string(6) "string" "column_name" => string(5) "cdate" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "edition" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "edition" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "publish_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "series" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "series" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "new_isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "new_isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "30" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rating" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rating" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(2) "11" "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_value => string(7) "8118261" protected _table_names_plural => bool FALSE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"styles" => array(1) ( 0 => array(4) ( "href" => string(38) "assets/css/validationEngine.jquery.css" "media" => string(3) "all" "type" => string(8) "text/css" "rel" => string(10) "stylesheet" ) ) "ptype" => string(8) "bookinfo" "canonical_dyn_link" => string(155) "lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabender- …" "meta" => object stdClass(4){ protected _connection_id => string(40) "3a99d7e763052dedc430af0d43ef889bb601a94e" protected _identifier => string(1) "`" public last_query => string(944) "SELECT `bookmain`.`bookmain_id` AS `bookmain_id`, `bookmain`.`pid` AS `pid`, `bookmain`.`price` AS `price`, `bookmain`.`bprice` …" 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(8) "bookmain" }{ 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(5) ( "hostname" => string(9) "localhost" "database" => string(12) "bookpric_com" "username" => string(15) "bookpric_convoy" "password" => string(12) "+[e{T^?Oo(5&" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }{ public description => string(616) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" public keyword => string(374) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" public title => string(215) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" public image => string(18) "/img/cover/8118261" }
"dPage" => object View(2){ protected _file => string(65) "/home/bookpric/public_html/application/views/page/bookdetails.php" protected _data => array(4) ( "book" => object Model_Bookmain(34)
){ protected _primary_key => string(11) "bookmain_id" protected _belongs_to => array(1) ( "virtualstock" => array(2) ( "model" => string(12) "Virtualstock" "foreign_key" => string(11) "bookmain_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(18) "/img/cover/8118261" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _changed => array(1) ( "image" => string(5) "image" ) protected _original_values => array(26) ( "bookmain_id" => string(7) "8118261" "pid" => string(1) "0" "price" => string(3) "495" "bprice" => string(1) "0" "category_id" => string(3) "T05" "mkcode" => NULL "TI" => string(175) "Lonely Planet Los Angeles, San Diego & Southern California</TI> <isbn>1742202985</isbn> <I3>9781742202983</I3> <AU>Lonely Pla …" "isbn" => string(0) "" "I3" => string(0) "" "AU" => NULL "PU" => string(30) "Lonely Planet Publications Ltd" "DE" => string(319) "Lonely Planet Puerto Rico is your passport to the most relevant, up-to-date advice on what to see and skip, and what hidden disc …" "image" => string(50) "http://makeenbooks.com/upload/ga/9781742204451.jpg" "sitetype" => string(1) "5" "number_of_books" => string(1) "0" "gstock" => string(1) "0" "gprice" => string(5) "14.99" "WE" => string(3) "316" "sp" => string(1) "F" "cdate" => string(19) "2018-10-19 10:07:01" "availability" => NULL "edition" => NULL "publish_date" => NULL "series" => NULL "new_isbn" => NULL "rating" => string(1) "3" ) protected _related => array(0) protected _valid => bool FALSE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(8) "bookmain" protected _object_plural => string(9) "bookmains" protected _table_name => string(8) "bookmain" protected _table_columns => array(26) ( "bookmain_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "bookmain_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "pid" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "pid" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "price" => array(10) ( "type" => string(5) "float" "column_name" => string(5) "price" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "bprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "bprice" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "category_id" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "category_id" "column_default" => string(1) "0" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "mkcode" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "mkcode" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "100" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "TI" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "TI" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "I3" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "I3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "20" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "AU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "AU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "PU" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "PU" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "DE" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(2) "DE" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(5) "image" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sitetype" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "sitetype" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "number_of_books" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(15) "number_of_books" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(3) "100" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gstock" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "gstock" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "gprice" => array(10) ( "type" => string(5) "float" "column_name" => string(6) "gprice" "column_default" => string(1) "0" "data_type" => string(6) "double" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "WE" => array(10) ( "type" => string(5) "float" "column_name" => string(2) "WE" "column_default" => NULL "data_type" => string(6) "double" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "sp" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "sp" "column_default" => string(1) "F" "data_type" => string(4) "enum" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "collation_name" => string(17) "latin1_swedish_ci" "options" => array(2) ( 0 => string(1) "Y" 1 => string(1) "F" ) "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cdate" => array(10) ( "type" => string(6) "string" "column_name" => string(5) "cdate" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "availability" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "availability" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "edition" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "edition" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "character_maximum_length" => string(3) "200" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_date" => array(10) ( "type" => string(6) "string" "column_name" => string(12) "publish_date" "column_default" => NULL "data_type" => string(4) "date" "is_nullable" => bool TRUE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "series" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "series" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 24 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "new_isbn" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "new_isbn" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(2) "30" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rating" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(6) "rating" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "display" => string(2) "11" "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_value => string(7) "8118261" protected _table_names_plural => bool FALSE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"valid" => NULL "user" => NULL "price_offer" => integer 0 ) }{ protected _connection_id => string(40) "3a99d7e763052dedc430af0d43ef889bb601a94e" protected _identifier => string(1) "`" public last_query => string(944) "SELECT `bookmain`.`bookmain_id` AS `bookmain_id`, `bookmain`.`pid` AS `pid`, `bookmain`.`price` AS `price`, `bookmain`.`bprice` …" 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(8) "bookmain" }{ 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(5) ( "hostname" => string(9) "localhost" "database" => string(12) "bookpric_com" "username" => string(15) "bookpric_convoy" "password" => string(12) "+[e{T^?Oo(5&" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 }
-
APPPATH/classes/Controller/Booksprice.php [ 442 ] » Kohana_View->render()
437 $data['price_offer'] = ORM::factory('Priceoffer')->where('bookmain_id', '=', $bookmain_id)->and_where('userinfo_id', '=', $id)->find()->price; 438 } elseif ($email = Cookie::get('PRICE_ALERT_EMAIL')) { 439 $data['price_offer'] = ORM::factory('Priceoffer')->where('bookmain_id', '=', $bookmain_id)->and_where('email', '=', $email)->find()->price; 440 } 441 $view->dPage = View::factory('page/bookdetails', $data); 442 $this->response->body($view->render()); 443 } 444 445 public function action_category() 446 { 447 $category_name = Common::format_category_name($this->request->param('id'), 1);
-
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Booksprice->action_book()
79 array(':uri' => $this->request->uri()) 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Booksprice(2)
{ public request => object Request(19)
{ 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(21) "book((/<id>(/<id2>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(10) "booksprice" "action" => string(4) "book" ) protected _route_regex => string(68) "#^book(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Booksprice" protected _action => string(4) "book" protected _uri => string(160) "book/lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabe …" protected _external => bool FALSE protected _params => array(1) ( "id" => string(155) "lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabender- …" ) 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(19)
{ 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(21) "book((/<id>(/<id2>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(10) "booksprice" "action" => string(4) "book" ) protected _route_regex => string(68) "#^book(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Booksprice" protected _action => string(4) "book" protected _uri => string(160) "book/lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabe …" protected _external => bool FALSE protected _params => array(1) ( "id" => string(155) "lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabender- …" ) 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 [ 986 ] » 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 FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(21) "book((/<id>(/<id2>)))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(10) "booksprice" "action" => string(4) "book" ) protected _route_regex => string(68) "#^book(?:(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2>[^/.,;?\n]++))?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(10) "Booksprice" protected _action => string(4) "book" protected _uri => string(160) "book/lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabe …" protected _external => bool FALSE protected _params => array(1) ( "id" => string(155) "lonely-planet-los-angeles-san-diego-southern-californiati-isbn1742202985isbn-i39781742202983i3-aulonely-planetbenson-sarabender- …" ) 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) }
}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 118 ] » Kohana_Request->execute()
113 /** 114 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 115 * If no source is specified, the URI will be automatically detected. 116 */ 117 echo Request::factory(TRUE, array(), FALSE) 118 ->execute() 119 ->send_headers(TRUE) 120 ->body(); 121 } 122 /* 123 */