MODPATH/getr/classes/getr.php [ 44 ]
39 {
40 $return = Request::factory($url)->execute();
41 }
42 catch (Exception $e)
43 {
44 throw new Getr_Exception($e->getMessage());
45 }
46
47 return $return;
48 }
49
-
MODPATH/getr/classes/getr/ebay.php [ 26 ] » Getr::remote(arguments)
0
string(262) "http://svcs.ebay.com/services/search/FindingService/v1?OPERATION-NAME=findItemsAdvanced&SERVICE-VERSION=1.0.0&SECURITY-APPNAME=K …"
21 'keywords' => $keywords, 22 ); 23 24 $url = self::$_url.'?'.http_build_query($params); 25 26 $json = Getr::remote($url); 27 28 $results = array(); 29 $decoded = json_decode($json, TRUE); 30 31 // Parse the response for consistency
-
APPPATH/classes/view/car/prices.php [ 25 ] » Getr_Ebay->search(arguments)
0
string(18) "Peugeotâ„¢ 309 1.3"
20 { 21 $cache_key = $this->car->id.'price_results'; 22 23 if ( ! $result = Cache::instance('file')->get($cache_key)) 24 { 25 $result = Getr_Ebay::instance()->search($this->car->full_name()); 26 27 Cache::instance('file')->set($cache_key, $result, Date::MONTH); 28 } 29 30 return $result;
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 718 ] » View_Car_Prices->results()
713 */ 714 protected function _findVariableInContext($tag_name, $context) { 715 foreach ($context as $view) { 716 if (is_object($view)) { 717 if (method_exists($view, $tag_name)) { 718 return $view->$tag_name(); 719 } else if (isset($view->$tag_name)) { 720 return $view->$tag_name; 721 } 722 } else if (array_key_exists($tag_name, $view)) { 723 return $view[$tag_name];
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 700 ] » Mustache->_findVariableInContext(arguments)
0
string(7) "results"
1
array(1) ( 0 => object View_Car_Prices(15)
{ protected _partials => array(2) ( "before_content" => string(999) "<div class="top_container"> <div class="top_details"> {{{breadcrumb}}} <nav> <ul class="main_menu"> {{#top_links}} …" "side" => string(915) "<section class="span-7" id="side"> {{#car}} {{#image}} <div class="image_wrap"> <img class="ctp" src="{{image}}" alt=" …" ) public header_class => string(4) "tiny" public breadcrumb => object Breadcrumb(2)
){ protected _links => array(2) ( 0 => array(3) ( "url" => string(1) "/" "inner" => string(10) "Car prices" "attrs" => NULL ) 1 => array(3) ( "url" => string(17) "/brand-16/peugeot" "inner" => string(12) "Peugeot cars" "attrs" => NULL ) ) protected _view => string(7) "default" }
public car => object Model_Car(35){ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
public tags => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _result => array(10) ( 0 => object Model_Tag(35)
protected _redirect_timeout => integer 3 protected _redirect_url => NULL public before_content => NULL public keywords => string(253) "weber carburatori 32 ibsh peugeot 309, peugeot 309 1.3 88, peugeot 309 model 1986 1.3 xl, 88pevgoet, peugeot 309 glperformance, …" public notifications => array(1) ( "messages" => array(0) ) protected _sitelinks => NULL public render_layout => bool TRUE protected _layout => string(6) "layout" protected _template => string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …" public tab => string(6) "prices" }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "112685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
1 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "53836" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
2 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "57480" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
3 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "140266" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
4 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "148262" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
5 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "152705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
6 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "174498" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
7 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208481" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
8 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208482" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
9 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "240709" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }695 $c = array($ret); 696 $ret = $this->_findVariableInContext($next, $c); 697 } 698 return $ret; 699 } else { 700 return $this->_findVariableInContext($tag_name, $this->_context); 701 } 702 } 703 704 /** 705 * Get a variable from the context array. Internal helper used by getVariable() to abstract
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 216 ] » Mustache->_getVariable(arguments)
0
string(7) "results"
211 protected function _renderSections($template) { 212 while ($section_data = $this->_findSection($template)) { 213 list($section, $offset, $type, $tag_name, $content) = $section_data; 214 215 $replace = ''; 216 $val = $this->_getVariable($tag_name); 217 switch($type) { 218 // inverted section 219 case '^': 220 if (empty($val)) { 221 $replace .= $content;
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 200 ] » Mustache->_renderSections(arguments)
0
string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …"
195 * @access protected 196 * @param string $template 197 * @return string Rendered Mustache template. 198 */ 199 protected function _renderTemplate($template) { 200 $template = $this->_renderSections($template); 201 return $this->_renderTags($template); 202 } 203 204 /** 205 * Render boolean, enumerable and inverted sections.
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 172 ] » Mustache->_renderTemplate(arguments)
0
string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …"
1
array(1) ( 0 => object View_Car_Prices(15)
{ protected _partials => array(2) ( "before_content" => string(999) "<div class="top_container"> <div class="top_details"> {{{breadcrumb}}} <nav> <ul class="main_menu"> {{#top_links}} …" "side" => string(915) "<section class="span-7" id="side"> {{#car}} {{#image}} <div class="image_wrap"> <img class="ctp" src="{{image}}" alt=" …" ) public header_class => string(4) "tiny" public breadcrumb => object Breadcrumb(2)
){ protected _links => array(2) ( 0 => array(3) ( "url" => string(1) "/" "inner" => string(10) "Car prices" "attrs" => NULL ) 1 => array(3) ( "url" => string(17) "/brand-16/peugeot" "inner" => string(12) "Peugeot cars" "attrs" => NULL ) ) protected _view => string(7) "default" }
public car => object Model_Car(35){ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
public tags => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _result => array(10) ( 0 => object Model_Tag(35)
protected _redirect_timeout => integer 3 protected _redirect_url => NULL public before_content => NULL public keywords => string(253) "weber carburatori 32 ibsh peugeot 309, peugeot 309 1.3 88, peugeot 309 model 1986 1.3 xl, 88pevgoet, peugeot 309 glperformance, …" public notifications => array(1) ( "messages" => array(0) ) protected _sitelinks => NULL public render_layout => bool TRUE protected _layout => string(6) "layout" protected _template => string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …" public tab => string(6) "prices" }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "112685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
1 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "53836" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
2 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "57480" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
3 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "140266" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
4 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "148262" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
5 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "152705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
6 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "174498" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
7 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208481" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
8 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208482" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
9 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "240709" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }167 } else if (empty($this->_context)) { 168 $this->_context = array($this); 169 } 170 171 $template = $this->_renderPragmas($template); 172 return $this->_renderTemplate($template, $this->_context); 173 } 174 175 /** 176 * Wrap the render() function for string conversion. 177 *
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 619 ] » Mustache->render(arguments)
0
string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …"
614 * @return string 615 */ 616 protected function _renderPartial($tag_name, $whitespace = '') { 617 $view = clone($this); 618 619 return $whitespace . preg_replace('/\n(?!$)/s', "\n" . $whitespace, $view->render($this->_getPartial($tag_name))); 620 } 621 622 /** 623 * Change the Mustache tag delimiter. This method also replaces this object's current 624 * tag RegEx with one using the new delimiters.
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 547 ] » Mustache->_renderPartial(arguments)
0
string(7) "content"
1
NULL
542 case '!': 543 return $this->_renderComment($tag_name); 544 break; 545 case '>': 546 case '<': 547 return $this->_renderPartial($tag_name, $whitespace); 548 break; 549 case '{': 550 // strip the trailing } ... 551 if ($tag_name[(strlen($tag_name) - 1)] == '}') { 552 $tag_name = substr($tag_name, 0, -1);
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 516 ] » Mustache->_renderTag(arguments)
0
string(1) ">"
1
string(7) "content"
2
NULL
511 if ((substr($html, -1) == "\n") && (substr($template, $next_offset, 1) == "\n")) { 512 $next_offset++; 513 } 514 $template = substr($template, $next_offset); 515 516 $html .= $this->_renderTag($modifier, $tag_name, $whitespace); 517 } 518 519 $this->_otag = $otag_orig; 520 $this->_ctag = $ctag_orig; 521
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 201 ] » Mustache->_renderTags(arguments)
0
string(875) " <!-- <div class="clearfix"> <div class="fb-like-box" data-href="http://www.facebook.com/pages/Carbaze/151901381550453 …"
196 * @param string $template 197 * @return string Rendered Mustache template. 198 */ 199 protected function _renderTemplate($template) { 200 $template = $this->_renderSections($template); 201 return $this->_renderTags($template); 202 } 203 204 /** 205 * Render boolean, enumerable and inverted sections. 206 *
-
MODPATH/kostache_own/vendor/mustache/Mustache.php [ 172 ] » Mustache->_renderTemplate(arguments)
0
string(3354) "<!DOCTYPE html> <html> <head lang="{{lang}}"> <meta charset="{{charset}}"> <title>{{title}}</title> <!-- Le HTML5 shim --> <!--[ …"
1
array(1) ( 0 => object View_Car_Prices(15)
{ protected _partials => array(2) ( "before_content" => string(999) "<div class="top_container"> <div class="top_details"> {{{breadcrumb}}} <nav> <ul class="main_menu"> {{#top_links}} …" "side" => string(915) "<section class="span-7" id="side"> {{#car}} {{#image}} <div class="image_wrap"> <img class="ctp" src="{{image}}" alt=" …" ) public header_class => string(4) "tiny" public breadcrumb => object Breadcrumb(2)
){ protected _links => array(2) ( 0 => array(3) ( "url" => string(1) "/" "inner" => string(10) "Car prices" "attrs" => NULL ) 1 => array(3) ( "url" => string(17) "/brand-16/peugeot" "inner" => string(12) "Peugeot cars" "attrs" => NULL ) ) protected _view => string(7) "default" }
public car => object Model_Car(35){ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
public tags => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _result => array(10) ( 0 => object Model_Tag(35)
protected _redirect_timeout => integer 3 protected _redirect_url => NULL public before_content => NULL public keywords => string(253) "weber carburatori 32 ibsh peugeot 309, peugeot 309 1.3 88, peugeot 309 model 1986 1.3 xl, 88pevgoet, peugeot 309 glperformance, …" public notifications => array(1) ( "messages" => array(0) ) protected _sitelinks => NULL public render_layout => bool TRUE protected _layout => string(6) "layout" protected _template => string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …" public tab => string(6) "prices" }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "112685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
1 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "53836" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
2 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "57480" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
3 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "140266" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
4 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "148262" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
5 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "152705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
6 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "174498" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
7 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208481" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
8 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208482" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
9 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "240709" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }167 } else if (empty($this->_context)) { 168 $this->_context = array($this); 169 } 170 171 $template = $this->_renderPragmas($template); 172 return $this->_renderTemplate($template, $this->_context); 173 } 174 175 /** 176 * Wrap the render() function for string conversion. 177 *
-
MODPATH/kostache_own/classes/kohana/kostache/layout.php [ 43 ] » Mustache->render()
38 39 $partials[Kostache_Layout::CONTENT_PARTIAL] = $this->_template; 40 41 $template = $this->_load($this->_layout); 42 43 return $this->_stash($template, $this, $partials)->render(); 44 } 45 46 }
-
MODPATH/kostache_own/classes/kohana/kostache.php [ 107 ] » Kohana_Kostache_Layout->render()
102 */ 103 public function __toString() 104 { 105 try 106 { 107 return $this->render(); 108 } 109 catch (Exception $e) 110 { 111 ob_start(); 112
-
SYSPATH/classes/kohana/response.php [ 160 ] » Kohana_Kostache->__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.php [ 42 ] » Kohana_Response->body(arguments)
0
object View_Car_Prices(15)
{ protected _partials => array(2) ( "before_content" => string(999) "<div class="top_container"> <div class="top_details"> {{{breadcrumb}}} <nav> <ul class="main_menu"> {{#top_links}} …" "side" => string(915) "<section class="span-7" id="side"> {{#car}} {{#image}} <div class="image_wrap"> <img class="ctp" src="{{image}}" alt=" …" ) public header_class => string(4) "tiny" public breadcrumb => object Breadcrumb(2)
{ protected _links => array(2) ( 0 => array(3) ( "url" => string(1) "/" "inner" => string(10) "Car prices" "attrs" => NULL ) 1 => array(3) ( "url" => string(17) "/brand-16/peugeot" "inner" => string(12) "Peugeot cars" "attrs" => NULL ) ) protected _view => string(7) "default" }
public car => object Model_Car(35){ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
public tags => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _result => array(10) ( 0 => object Model_Tag(35)
protected _redirect_timeout => integer 3 protected _redirect_url => NULL public before_content => NULL public keywords => string(253) "weber carburatori 32 ibsh peugeot 309, peugeot 309 1.3 88, peugeot 309 model 1986 1.3 xl, 88pevgoet, peugeot 309 glperformance, …" public notifications => array(1) ( "messages" => array(0) ) protected _sitelinks => NULL public render_layout => bool TRUE protected _layout => string(6) "layout" protected _template => string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …" public tab => string(6) "prices" }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "112685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
1 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "53836" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
2 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "57480" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
3 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "140266" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
4 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "148262" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
5 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "152705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
6 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "174498" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
7 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208481" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
8 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208482" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
9 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "240709" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }37 } 38 39 // Response body isn't set yet, set it to this controllers' view 40 if ( ! $this->response->body()) 41 { 42 $this->response->body($this->view); 43 } 44 } 45 46 $this->response 47 ->headers('x-content-type-options','nosniff')
-
{PHP internal call} » Controller->after()
-
SYSPATH/classes/kohana/request/client/internal.php [ 119 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Car(8)
{ protected _car => object Model_Car(35)
{ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
protected _tab => string(6) "prices" public auto_view => bool FALSE public version => string(7) "default" public view => object View_Car_Prices(15){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _partials => array(2) ( "before_content" => string(999) "<div class="top_container"> <div class="top_details"> {{{breadcrumb}}} <nav> <ul class="main_menu"> {{#top_links}} …" "side" => string(915) "<section class="span-7" id="side"> {{#car}} {{#image}} <div class="image_wrap"> <img class="ctp" src="{{image}}" alt=" …" ) public header_class => string(4) "tiny" public breadcrumb => object Breadcrumb(2)
public visitor => object Visitor(1){ protected _links => array(2) ( 0 => array(3) ( "url" => string(1) "/" "inner" => string(10) "Car prices" "attrs" => NULL ) 1 => array(3) ( "url" => string(17) "/brand-16/peugeot" "inner" => string(12) "Peugeot cars" "attrs" => NULL ) ) protected _view => string(7) "default" }
public car => object Model_Car(35){ protected _reload_on_wakeup => bool FALSE protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _belongs_to => array(3) ( "brand" => array(2) ( "model" => string(5) "brand" "foreign_key" => string(8) "brand_id" ) "country" => array(2) ( "model" => string(7) "country" "foreign_key" => string(10) "country_id" ) "designer" => array(2) ( "model" => string(8) "designer" "foreign_key" => string(11) "designer_id" ) ) protected _has_one => array(1) ( "spec" => array(2) ( "model" => string(4) "spec" "foreign_key" => string(6) "car_id" ) ) protected _has_many => array(7) ( "ads" => array(4) ( "model" => string(2) "ad" "foreign_key" => string(6) "car_id" "through" => string(8) "cars_ads" "far_key" => string(5) "ad_id" ) "infos" => array(4) ( "model" => string(4) "info" "foreign_key" => string(6) "car_id" "through" => string(10) "cars_infos" "far_key" => string(7) "info_id" ) "pictures" => array(4) ( "model" => string(7) "picture" "foreign_key" => string(6) "car_id" "through" => string(13) "cars_pictures" "far_key" => string(10) "picture_id" ) "reviews" => array(4) ( "model" => string(6) "review" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(9) "review_id" ) "tags" => array(4) ( "model" => string(3) "tag" "foreign_key" => string(6) "car_id" "through" => string(9) "cars_tags" "far_key" => string(6) "tag_id" ) "videos" => array(4) ( "model" => string(5) "video" "foreign_key" => string(6) "car_id" "through" => string(11) "cars_videos" "far_key" => string(8) "video_id" ) "views" => array(4) ( "model" => string(8) "car_view" "foreign_key" => string(6) "car_id" "through" => NULL "far_key" => string(7) "view_id" ) ) protected _load_with => array(0) protected _pagination => NULL protected _validation => NULL protected _object => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(4) "9298" "brand_id" => string(2) "16" "designer_id" => string(1) "0" "cf_id" => string(4) "3234" "cf_id_brand" => string(4) "5075" "name" => string(7) "309 1.3" "seo" => string(14) "peugeot-309-13" "year" => string(4) "1985" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:56:56" "views" => string(2) "20" "recent_views" => string(1) "8" "total_views" => string(1) "8" "country_id" => string(2) "74" ) protected _related => array(1) ( "brand" => object Model_Brand(35)
public tags => object Database_Result_Cached(6){ protected _reload_on_wakeup => bool FALSE protected _has_many => array(2) ( "cars" => array(4) ( "model" => string(3) "car" "foreign_key" => string(8) "brand_id" "through" => NULL "far_key" => string(6) "car_id" ) "countries" => array(4) ( "model" => string(7) "country" "foreign_key" => string(8) "brand_id" "through" => string(16) "brands_countries" "far_key" => string(10) "country_id" ) ) protected _sorting => array(1) ( "name" => string(3) "ASC" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(2) "16" "cf_id" => string(4) "5075" "name" => string(7) "Peugeot" "seo" => string(7) "peugeot" "count" => string(3) "334" "image" => string(20) "16_4dd80965c2437.png" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "brand" protected _object_plural => string(6) "brands" protected _table_name => string(6) "brands" protected _table_columns => array(6) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "6" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 3 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "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" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb3_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(2) "16" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5)
) 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(3) "car" protected _object_plural => string(4) "cars" protected _table_name => string(4) "cars" protected _table_columns => array(14) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "brand_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "brand_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "designer_id" => array(12) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(11) "designer_id" "column_default" => string(1) "0" "data_type" => string(8) "smallint" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "cf_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "cf_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "cf_id_brand" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "cf_id_brand" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 6 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "seo" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "seo" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "128" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "year" => array(13) ( "type" => string(3) "int" "min" => string(6) "-32768" "max" => string(5) "32767" "column_name" => string(4) "year" "column_default" => NULL "data_type" => string(8) "smallint" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "70" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "recent_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(12) "recent_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "total_views" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(11) "total_views" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "country_id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(10) "country_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(4) "9298" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(5) "brand" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "car" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _result => array(10) ( 0 => object Model_Tag(35)
protected _redirect_timeout => integer 3 protected _redirect_url => NULL public before_content => NULL public keywords => string(253) "weber carburatori 32 ibsh peugeot 309, peugeot 309 1.3 88, peugeot 309 model 1986 1.3 xl, 88pevgoet, peugeot 309 glperformance, …" public notifications => array(1) ( "messages" => array(0) ) protected _sitelinks => NULL public render_layout => bool TRUE protected _layout => string(6) "layout" protected _template => string(1257) "<section class="span-16 last right" id="car_profile"> {{{ad_central}}} <div class="prices"> {{#results}} <div class="item …" public tab => string(6) "prices" }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "112685" "tag" => string(37) "weber carburatori 32 ibsh peugeot 309" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(37) "weber carburatori 32 ibsh peugeot 309" "ip" => string(14) "173.245.49.109" "ref_url" => string(252) "http://www.google.it/url?sa=t&source=web&cd=4&ved=0CDQQFjAD&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F9298%2Fpeugeot-309-13%2 …" "count" => string(1) "4" "created" => string(19) "2011-08-04 10:28:13" "updated" => string(19) "2012-03-07 13:41:30" "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "112685" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
1 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "53836" "tag" => string(18) "peugeot 309 1.3 88" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(18) "peugeot 309 1.3 88" "ip" => string(9) "127.0.0.1" "ref_url" => string(134) "http://www.google.hr/search?hl=hr&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&q=peugeot+309+1.3+88&aq=f&aqi=&aql=&oq=&gs …" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "53836" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
2 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "57480" "tag" => string(29) "peugeot 309 model 1986 1.3 xl" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(29) "peugeot 309 model 1986 1.3 xl" "ip" => string(9) "127.0.0.1" "ref_url" => string(103) "http://www.google.com.pk/search?hl=en&q=peugeot+309+model+1986+1.3+xl&meta=&aq=f&aqi=&aql=&oq=&gs_rfai=" "count" => string(1) "1" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2011-06-13 07:32:12" "words" => string(1) "0" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(5) "57480" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
3 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140266" "tag" => string(9) "88pevgoet" "tab" => string(1) "1" "page" => string(1) "0" "tag_original" => string(9) "88pevgoet" "ip" => string(13) "78.175.51.125" "ref_url" => string(224) "http://www.google.com.tr/url?sa=t&source=web&cd=7&sqi=2&ved=0CEoQFjAG&url=http%3A%2F%2Fcarbaze.com%2Fcar-9298%2Fpeugeot-309-13%2 …" "count" => string(1) "1" "created" => string(19) "2011-10-15 21:08:47" "updated" => NULL "words" => string(1) "1" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "140266" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
4 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "148262" "tag" => string(25) "peugeot 309 glperformance" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(26) "peugeot 309 gl+performance" "ip" => string(12) "41.80.127.76" "ref_url" => string(509) "http://www.google.co.ke/imgres?imgurl=http://www.performance-filters.com/ekmps/shops/modworld2/images/peugeot-309-1.3-carb-1985- …" "count" => string(1) "1" "created" => string(19) "2011-11-08 11:49:32" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "148262" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
5 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "152705" "tag" => string(29) "peugeot 309 13 engine youtube" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(30) "peugeot 309 1.3 engine youtube" "ip" => string(12) "88.193.12.84" "ref_url" => string(233) "http://www.google.fi/url?sa=t&rct=j&q=peugeot%20309%201.3%20engine%20youtube&source=web&cd=5&ved=0CDwQFjAE&url=http%3A%2F%2Fcarb …" "count" => string(1) "1" "created" => string(19) "2011-11-22 05:10:37" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "152705" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
6 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "174498" "tag" => string(28) "peugeot parts 309 1986 xl 13" "tab" => string(1) "0" "page" => string(2) "40" "tag_original" => string(29) "peugeot parts 309 1986 xl 1.3" "ip" => string(13) "27.255.27.186" "ref_url" => string(452) "http://www.google.com.pk/imgres?imgurl=http://farm4.staticflickr.com/3294/3047713875_12b4c21459_m.jpg&imgrefurl=http://carbaze.c …" "count" => string(1) "1" "created" => string(19) "2012-02-10 06:18:41" "updated" => NULL "words" => string(1) "6" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "174498" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
7 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208481" "tag" => string(17) "pics weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(17) "pics weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(222) "http://www.google.nl/url?sa=t&rct=j&q=pics+weber+32ibsh&source=web&cd=28&ved=0CFkQFjAHOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar-929 …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:01:48" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208481" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
8 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "208482" "tag" => string(32) "picture peugeot 309 weber 32ibsh" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(33) "picture peugeot 309 weber 32ibsh" "ip" => string(13) "188.40.240.84" "ref_url" => string(238) "http://www.google.nl/url?sa=t&rct=j&q=picture+peugeot+309++weber+32ibsh&source=web&cd=25&ved=0CEcQFjAEOBQ&url=http%3A%2F%2Fcarba …" "count" => string(1) "1" "created" => string(19) "2012-09-29 14:03:52" "updated" => NULL "words" => string(1) "5" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "208482" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
9 => object Model_Tag(35){ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _created_column => array(2) ( "column" => string(7) "created" "format" => string(11) "Y-m-d H:i:s" ) protected _has_many => array(1) ( "car" => array(4) ( "model" => string(3) "car" "foreign_key" => string(6) "tag_id" "through" => string(9) "cars_tags" "far_key" => string(6) "car_id" ) ) protected _updated_column => array(2) ( "column" => string(7) "updated" "format" => string(11) "Y-m-d H:i:s" ) protected _pagination => NULL protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "240709" "tag" => string(11) "pezo 309 gr" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(11) "pezo 309 gr" "ip" => string(14) "212.200.65.111" "ref_url" => string(298) "http://www.google.rs/url?sa=i&rct=j&q=pezo+309+gr&source=images&cd=&docid=qzuCDGplkfnTqM&tbnid=zfO8RXDElm2WHM:&ved=0CAEQjxw&url= …" "count" => string(1) "1" "created" => string(19) "2014-06-03 00:51:49" "updated" => NULL "words" => string(1) "3" ) 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(3) "tag" protected _object_plural => string(4) "tags" protected _table_name => string(4) "tags" protected _table_columns => array(11) ( "id" => array(12) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "tag" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "tag" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "100" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tab" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(3) "tab" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "page" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "page" "column_default" => string(1) "1" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "tag_original" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "tag_original" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ip" => array(12) ( "type" => string(6) "string" "column_name" => string(2) "ip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(2) "30" "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "ref_url" => array(11) ( "type" => string(6) "string" "column_name" => string(7) "ref_url" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb3_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "count" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "count" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "created" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated" => array(10) ( "type" => string(6) "string" "column_name" => string(7) "updated" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "words" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(5) "words" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => string(6) "240709" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)
) protected _total_rows => integer 10 protected _current_row => integer 0 protected _as_object => string(9) "Model_Tag" protected _object_params => NULL }{ protected _identifier => string(0) "" public last_query => string(150) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '9298' ORDER BY tab = 4 DES …" protected _instance => string(7) "default" protected _connection => object PDO(0)
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(3) "tag" }{ }
protected _config => array(5) ( "type" => string(3) "pdo" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE ) }{ protected _referrer => NULL }
public request => object Request(20){ 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 _callback => NULL protected _uri => string(24) "car-<id>(/<seo>(/<tab>))" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(3) "car" "action" => string(5) "index" "tab" => string(14) "specifications" ) protected _route_regex => string(78) "#^car-(?P<id>[0-9]+)(?:/(?P<seo>[^/.,;?\n]++)(?:/(?P<tab>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(6){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public accept => string(3) "*/*" public user-agent => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" public cookie => string(57) "laikanxia_cookie_id=241101092833856; laikanxia_google_v=1" public accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(13) "18.190.156.13" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(30) "car-9298/peugeot-309-13/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(4) "9298" "seo" => string(14) "peugeot-309-13" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "laikanxia_cookie_id" => NULL "laikanxia_google_v" => NULL ) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => object HTTP_Cache(5)
}{ protected _cache => object Cache_File(2)
}{ protected _cache_dir => object SplFileInfo(0)
protected _cache_key_callback => string(21) "HTTP::dummy_cache_key" protected _allow_private_cache => bool FALSE protected _request_time => integer 1730424515 protected _response_time => NULL }{ }
protected _config => array(4) ( "driver" => string(4) "file" "cache_dir" => string(44) "/home/carblbkv/public_html/application/cache" "default_expire" => integer 3600 "ignore_on_delete" => array(3) ( 0 => string(10) ".gitignore" 1 => string(4) ".git" 2 => string(4) ".svn" ) ) }{ 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" }114 115 $method = $class->getMethod('action_'.$action); 116 $method->invoke($controller); 117 118 // Execute the "after action" method 119 $class->getMethod('after')->invoke($controller); 120 } 121 catch (Exception $e) 122 { 123 // Restore the previous request 124 if ($previous instanceof Request)
-
SYSPATH/classes/kohana/http/cache.php [ 172 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(20)
{ 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 _callback => NULL protected _uri => string(24) "car-<id>(/<seo>(/<tab>))" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(3) "car" "action" => string(5) "index" "tab" => string(14) "specifications" ) protected _route_regex => string(78) "#^car-(?P<id>[0-9]+)(?:/(?P<seo>[^/.,;?\n]++)(?:/(?P<tab>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(6){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public accept => string(3) "*/*" public user-agent => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" public cookie => string(57) "laikanxia_cookie_id=241101092833856; laikanxia_google_v=1" public accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(13) "18.190.156.13" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(30) "car-9298/peugeot-309-13/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(4) "9298" "seo" => string(14) "peugeot-309-13" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "laikanxia_cookie_id" => NULL "laikanxia_google_v" => NULL ) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => object HTTP_Cache(5)
}{ protected _cache => object Cache_File(2)
}{ protected _cache_dir => object SplFileInfo(0)
protected _cache_key_callback => string(21) "HTTP::dummy_cache_key" protected _allow_private_cache => bool FALSE protected _request_time => integer 1730424515 protected _response_time => NULL }{ }
protected _config => array(4) ( "driver" => string(4) "file" "cache_dir" => string(44) "/home/carblbkv/public_html/application/cache" "default_expire" => integer 3600 "ignore_on_delete" => array(3) ( 0 => string(10) ".gitignore" 1 => string(4) ".git" 2 => string(4) ".svn" ) ) }167 168 // Start request time 169 $this->_request_time = time(); 170 171 // Execute the request with the Request client 172 $response = $client->execute_request($request); 173 174 // Stop response time 175 $this->_response_time = (time() - $this->_request_time); 176 177 // Cache the response
-
SYSPATH/classes/kohana/request/client.php [ 62 ] » Kohana_HTTP_Cache->execute(arguments)
0
object Request_Client_Internal(2)
{ protected _previous_environment => NULL protected _cache => object HTTP_Cache(5)
{ protected _cache => object Cache_File(2)
}{ protected _cache_dir => object SplFileInfo(0)
protected _cache_key_callback => string(21) "HTTP::dummy_cache_key" protected _allow_private_cache => bool FALSE protected _request_time => integer 1730424515 protected _response_time => NULL }{ }
protected _config => array(4) ( "driver" => string(4) "file" "cache_dir" => string(44) "/home/carblbkv/public_html/application/cache" "default_expire" => integer 3600 "ignore_on_delete" => array(3) ( 0 => string(10) ".gitignore" 1 => string(4) ".git" 2 => string(4) ".svn" ) ) }1
object Request(20)
{ 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 _callback => NULL protected _uri => string(24) "car-<id>(/<seo>(/<tab>))" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(3) "car" "action" => string(5) "index" "tab" => string(14) "specifications" ) protected _route_regex => string(78) "#^car-(?P<id>[0-9]+)(?:/(?P<seo>[^/.,;?\n]++)(?:/(?P<tab>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(6){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public accept => string(3) "*/*" public user-agent => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" public cookie => string(57) "laikanxia_cookie_id=241101092833856; laikanxia_google_v=1" public accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(13) "18.190.156.13" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(30) "car-9298/peugeot-309-13/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(4) "9298" "seo" => string(14) "peugeot-309-13" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "laikanxia_cookie_id" => NULL "laikanxia_google_v" => NULL ) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => object HTTP_Cache(5)
}{ protected _cache => object Cache_File(2)
}{ protected _cache_dir => object SplFileInfo(0)
protected _cache_key_callback => string(21) "HTTP::dummy_cache_key" protected _allow_private_cache => bool FALSE protected _request_time => integer 1730424515 protected _response_time => NULL }{ }
protected _config => array(4) ( "driver" => string(4) "file" "cache_dir" => string(44) "/home/carblbkv/public_html/application/cache" "default_expire" => integer 3600 "ignore_on_delete" => array(3) ( 0 => string(10) ".gitignore" 1 => string(4) ".git" 2 => string(4) ".svn" ) ) }57 * @uses [Profiler] 58 */ 59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /**
-
SYSPATH/classes/kohana/request.php [ 1164 ] » Kohana_Request_Client->execute(arguments)
0
object Request(20)
{ 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 _callback => NULL protected _uri => string(24) "car-<id>(/<seo>(/<tab>))" protected _regex => array(1) ( "id" => string(6) "[0-9]+" ) protected _defaults => array(3) ( "controller" => string(3) "car" "action" => string(5) "index" "tab" => string(14) "specifications" ) protected _route_regex => string(78) "#^car-(?P<id>[0-9]+)(?:/(?P<seo>[^/.,;?\n]++)(?:/(?P<tab>[^/.,;?\n]++))?)?$#uD" }
protected _routes => array(0) protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(6){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ public accept => string(3) "*/*" public user-agent => string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" public cookie => string(57) "laikanxia_cookie_id=241101092833856; laikanxia_google_v=1" public accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(13) "18.190.156.13" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(30) "car-9298/peugeot-309-13/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(4) "9298" "seo" => string(14) "peugeot-309-13" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(2) ( "laikanxia_cookie_id" => NULL "laikanxia_google_v" => NULL ) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => object HTTP_Cache(5)
}{ protected _cache => object Cache_File(2)
}{ protected _cache_dir => object SplFileInfo(0)
protected _cache_key_callback => string(21) "HTTP::dummy_cache_key" protected _allow_private_cache => bool FALSE protected _request_time => integer 1730424515 protected _response_time => NULL }{ }
protected _config => array(4) ( "driver" => string(4) "file" "cache_dir" => string(44) "/home/carblbkv/public_html/application/cache" "default_expire" => integer 3600 "ignore_on_delete" => array(3) ( 0 => string(10) ".gitignore" 1 => string(4) ".git" 2 => string(4) ".svn" ) ) }1159 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1160 ':uri' => $this->_uri, 1161 )); 1162 } 1163 1164 return $this->_client->execute($this); 1165 } 1166 1167 /** 1168 * Returns whether this request is the initial request Kohana received. 1169 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 137 ] » Kohana_Request->execute()
132 133 if (Kohana::DEVELOPMENT > Kohana::$environment) 134 { 135 try 136 { 137 $response = $request->execute(); 138 } 139 catch(HTTP_Exception_401 $e) 140 { 141 Kohana::$log->add(Log::NOTICE, 'Hacker(?): '.Request::$client_ip.' :: '.$e->getMessage()); 142