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(264) "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(20) "Renaultâ„¢ 8 Gordini"
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(18) "/brand-498/renault" "inner" => string(12) "Renault 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(211) "renault 8 gordini for sale, renault8gordininet, renault 8 gordini photo sharing, renault r8 gordini, renault r8, renault 8 gordi …" 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(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "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) "70617" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "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) "202949" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "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) "68077" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "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) "105066" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) 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) "170835" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "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) "182632" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) 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) "136091" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) 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) "183371" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "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) "101181" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "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) "140864" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(18) "/brand-498/renault" "inner" => string(12) "Renault 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(211) "renault 8 gordini for sale, renault8gordininet, renault 8 gordini photo sharing, renault r8 gordini, renault r8, renault 8 gordi …" 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(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "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) "70617" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "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) "202949" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "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) "68077" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "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) "105066" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) 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) "170835" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "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) "182632" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) 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) "136091" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) 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) "183371" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "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) "101181" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "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) "140864" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(18) "/brand-498/renault" "inner" => string(12) "Renault 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(211) "renault 8 gordini for sale, renault8gordininet, renault 8 gordini photo sharing, renault r8 gordini, renault r8, renault 8 gordi …" 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(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "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) "70617" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "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) "202949" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "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) "68077" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "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) "105066" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) 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) "170835" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "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) "182632" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) 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) "136091" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) 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) "183371" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "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) "101181" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "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) "140864" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(18) "/brand-498/renault" "inner" => string(12) "Renault 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(211) "renault 8 gordini for sale, renault8gordininet, renault 8 gordini photo sharing, renault r8 gordini, renault r8, renault 8 gordi …" 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(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "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) "70617" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "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) "202949" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "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) "68077" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "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) "105066" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) 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) "170835" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "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) "182632" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) 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) "136091" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) 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) "183371" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "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) "101181" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "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) "140864" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(18) "/brand-498/renault" "inner" => string(12) "Renault 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(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "country_id" => string(2) "74" ) protected _changed => array(0) protected _original_values => array(14) ( "id" => string(5) "10535" "brand_id" => string(3) "498" "designer_id" => string(1) "0" "cf_id" => string(5) "71907" "cf_id_brand" => string(4) "5406" "name" => string(9) "8 Gordini" "seo" => string(17) "renault-8-gordini" "year" => string(4) "1964" "image" => string(0) "" "updated" => string(19) "2011-09-02 19:55:21" "views" => string(2) "17" "recent_views" => string(2) "10" "total_views" => string(2) "14" "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(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.png" ) protected _changed => array(0) protected _original_values => array(6) ( "id" => string(3) "498" "cf_id" => string(4) "7018" "name" => string(7) "Renault" "seo" => string(7) "renault" "count" => string(3) "679" "image" => string(20) "19_4dd809660859d.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(3) "498" 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(5) "10535" protected _table_names_plural => bool TRUE protected _db => object Database_PDO(5){ protected _identifier => string(0) "" public last_query => string(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(211) "renault 8 gordini for sale, renault8gordininet, renault 8 gordini photo sharing, renault r8 gordini, renault r8, renault 8 gordi …" 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(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "70617" "tag" => string(26) "renault 8 gordini for sale" "tab" => string(1) "3" "page" => string(2) "10" "tag_original" => string(26) "renault 8 gordini for sale" "ip" => string(14) "217.152.223.10" "ref_url" => string(250) "http://www.google.fi/url?sa=t&source=web&cd=30&ved=0CEcQFjAJOBQ&url=http%3A%2F%2Fcarbaze.com%2Fcar%2Findex%2F10530%2Frenault-8-g …" "count" => string(2) "11" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2014-01-21 08:37:58" "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) "70617" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "words" => string(1) "1" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "202949" "tag" => string(18) "renault8gordininet" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "renault8gordini.net" "ip" => string(12) "82.59.136.70" "ref_url" => string(220) "http://www.google.cz/url?sa=t&rct=j&q=renault8gordini.net&source=web&cd=5&ved=0CGUQFjAE&url=http%3A%2F%2Fcarbaze.com%2Fcar-10535 …" "count" => string(1) "9" "created" => string(19) "2012-07-17 08:32:46" "updated" => string(19) "2013-01-18 03:11:40" "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) "202949" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "words" => string(1) "0" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(5) "68077" "tag" => string(31) "renault 8 gordini photo sharing" "tab" => string(1) "3" "page" => string(1) "0" "tag_original" => string(31) "renault 8 gordini photo sharing" "ip" => string(13) "92.143.218.32" "ref_url" => string(127) "http://www.google.co.za/search?hl=en&source=hp&q=renault+8+gordini+photo+sharing&aq=3&aqi=g7&aql=&oq=renault+8+gordini&gs_rfai=" "count" => string(1) "8" "created" => string(19) "0000-00-00 00:00:00" "updated" => string(19) "2013-01-29 14:24:47" "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) "68077" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "105066" "tag" => string(18) "renault r8 gordini" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault r8 gordini" "ip" => string(12) "90.236.70.23" "ref_url" => string(523) "http://www.google.ro/imgres?imgurl=http://bc.img.v4.skyrock.net/bc0/renaultgordini/pics/532498928_small.jpg&imgrefurl=http://car …" "count" => string(1) "8" "created" => string(19) "2011-07-19 11:28:54" "updated" => string(19) "2015-05-10 02:39:35" "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) "105066" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "170835" "tag" => string(10) "renault r8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(10) "renault r8" "ip" => string(11) "141.0.9.215" "ref_url" => string(572) "http://www.google.de/imgres?imgurl=http://farm4.static.flickr.com/3639/3401470808_49731b358a.jpg&imgrefurl=http://carbaze.com/ca …" "count" => string(1) "6" "created" => string(19) "2012-01-27 15:49:34" "updated" => string(19) "2012-07-16 00:22:26" "words" => string(1) "2" ) 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) "170835" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "words" => string(1) "5" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "182632" "tag" => string(27) "renault 8 gordini 1300 sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(27) "renault 8 gordini 1300 sale" "ip" => string(10) "85.76.37.9" "ref_url" => string(440) "http://www.google.com/imgres?imgurl=http://farm4.static.flickr.com/3076/5776169687_b940cf7590.jpg&imgrefurl=http://carbaze.com/c …" "count" => string(1) "6" "created" => string(19) "2012-03-15 10:27:36" "updated" => string(19) "2014-07-30 15:37:53" "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) "182632" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "136091" "tag" => string(9) "renault 8" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(9) "renault 8" "ip" => string(14) "85.177.230.150" "ref_url" => string(329) "http://www.google.ro/search?hl=ro&q=renault%208&gs_sm=e&gs_upl=10129l10129l0l10366l1l1l0l0l0l0l181l181l0.1l1l0&bav=on.2,or.r_gc. …" "count" => string(1) "5" "created" => string(19) "2011-10-03 07:16:29" "updated" => string(19) "2014-12-11 20:33:27" "words" => string(1) "2" ) 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) "136091" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "183371" "tag" => string(18) "renault 8 for sale" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(18) "renault 8 for sale" "ip" => string(14) "89.201.237.195" "ref_url" => string(230) "http://www.google.de/url?sa=t&rct=j&q=renault%208%20for%20sale&source=web&cd=80&ved=0CIIBEBYwCThG&url=http%3A%2F%2Fcarbaze.com%2 …" "count" => string(1) "5" "created" => string(19) "2012-03-19 11:00:30" "updated" => string(19) "2015-07-10 02:23:53" "words" => string(1) "4" ) 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) "183371" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "101181" "tag" => string(17) "renault 8 gordini" "tab" => string(1) "0" "page" => string(3) "180" "tag_original" => string(17) "renault 8 gordini" "ip" => string(14) "178.143.87.109" "ref_url" => string(443) "http://www.google.fr/imgres?imgurl=http://r1135-r1128.img.jugem.jp/20081228_519333.jpg&imgrefurl=http://carbaze.com/car-10530/re …" "count" => string(1) "4" "created" => string(19) "2011-07-13 04:42:52" "updated" => string(19) "2015-09-25 12:51:46" "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) "101181" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "words" => string(1) "3" ) protected _changed => array(0) protected _original_values => array(11) ( "id" => string(6) "140864" "tag" => string(19) "renault r8 autobleu" "tab" => string(1) "0" "page" => string(1) "0" "tag_original" => string(19) "Renault R8 Autobleu" "ip" => string(13) "81.243.31.185" "ref_url" => string(236) "http://www.google.be/url?sa=t&source=web&cd=9&sqi=2&ved=0CHAQFjAI&url=http%3A%2F%2Fcarbaze.com%2Fcar-199%2Fautobleu-coup%25C3%25 …" "count" => string(1) "4" "created" => string(19) "2011-10-17 14:00:40" "updated" => string(19) "2012-07-04 15:10:16" "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) "140864" 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(151) "SELECT tag.* FROM tags AS tag JOIN cars_tags ON (cars_tags.tag_id = tag.id) WHERE cars_tags.car_id = '10535' ORDER BY tab = 4 DE …" 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(5){ }
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 accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(14) "18.226.185.231" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(34) "car-10535/renault-8-gordini/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(5) "10535" "seo" => string(17) "renault-8-gordini" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 1730415476 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(5){ }
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 accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(14) "18.226.185.231" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(34) "car-10535/renault-8-gordini/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(5) "10535" "seo" => string(17) "renault-8-gordini" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 1730415476 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 1730415476 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(5){ }
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 accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(14) "18.226.185.231" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(34) "car-10535/renault-8-gordini/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(5) "10535" "seo" => string(17) "renault-8-gordini" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 1730415476 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(5){ }
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 accept-encoding => string(23) "gzip, br, zstd, deflate" public host => string(11) "carbaze.com" public x-forwarded-for => string(14) "18.226.185.231" }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(3) "car" protected _action => string(5) "index" protected _uri => string(34) "car-10535/renault-8-gordini/prices" protected _external => bool FALSE protected _params => array(3) ( "id" => string(5) "10535" "seo" => string(17) "renault-8-gordini" "tab" => string(6) "prices" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) 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 1730415476 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