APPPATH/classes/Multilang/Route.php [ 225 ]
220 $params[$param] = $this->_defaults[$param];
221 }
222 else
223 {
224 // Ungrouped parameters are required
225 throw new Kohana_Exception('Required route parameter not passed: :param', array(
226 ':param' => $param,
227 ));
228 }
229 }
230
-
APPPATH/classes/Multilang/Route.php [ 273 ] » Multilang_Route->uri(arguments)
0
array(2) ( "offre_id" => string(2) "12" "url" => NULL )
268 * @uses URL::site 269 */ 270 static public function url($name, array $params = NULL, $protocol = NULL, $lang = NULL) 271 { 272 // Create a URI with the route and convert it to a URL 273 return URL::site(Route::get($name, $lang)->uri($params), $protocol); 274 } 275 276 /** 277 * We don't want to remove the trailing slash. 278 */
-
APPPATH/views/widgets/popupoffre/index.php [ 40 ] » Multilang_Route::url(arguments)
0
string(13) "offres.detail"
1
array(2) ( "offre_id" => string(2) "12" "url" => NULL )
35 <p class="overlay-description"><?=substr(strip_tags($offredescription->description, ''), 0, 1000);?></p> 36 <?php } else {*/ ?> 37 <div class="overlay-description"><?=$offredescription->description?></div> 38 <?php /*}*/ ?> 39 <p class="overlay-button"> 40 <!-- <a href="/<?=Request::$lang.Route::url('offres.detail', ['offre_id' => $offredescription->offre_id, 'url' => toolbox::addComplementURL($offredescription->titre)]);?>">En savoir plus</a> --> 41 <?php if ($isLienImage){ ?> 42 <a class="image-popup" href="<?=$offredescription->offre->lien; ?>">En savoir plus</a> 43 <?php } else { ?> 44 <a href="<?=$offredescription->offre->lien; ?>">En savoir plus</a> 45 <?php } ?>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(66) "/home/cromasarl/www/application/views/widgets/popupoffre/index.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(67) "/home/cromasarl/www/application/views//widgets/popupoffre/index.php"
1
array(1) ( "offredescription" => object Model_Offredescription(42)
{ protected _table_name => string(16) "offredescription" protected _has_many => array(0) protected _has_one => array(0) protected _belongs_to => array(2) ( "offre" => array(2) ( "model" => string(5) "Offre" "foreign_key" => string(8) "offre_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "24" "offre_id" => string(2) "12" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "lien" => NULL "description" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "offre" => object Model_Offre(42)
){ protected _table_name => string(5) "offre" protected _has_many => array(2) ( "popupoffre" => array(4) ( "model" => string(10) "Popupoffre" "foreign_key" => string(8) "offre_id" "through" => NULL "far_key" => string(13) "popupoffre_id" ) "offredescription" => array(4) ( "model" => string(16) "Offredescription" "foreign_key" => string(8) "offre_id" "through" => NULL "far_key" => string(19) "offredescription_id" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "12" "date_creation" => string(19) "2020-11-27 16:23:46" "prix" => string(5) "25.00" "lien" => string(101) "https://www.residence-croma.fr/fr/blog/detail/138-room-service-pour-nos-professionnels-en-deplacement" "visible" => string(1) "1" "ordre" => string(1) "1" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "offre" protected _object_plural => string(6) "offres" 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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "prix" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(4) "prix" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lien" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lien" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "offredescription" protected _object_plural => string(17) "offredescriptions" 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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "offre_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "offre_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lien" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lien" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "12" "date_creation" => string(19) "2020-11-27 16:23:46" "prix" => string(5) "25.00" "lien" => string(101) "https://www.residence-croma.fr/fr/blog/detail/138-room-service-pour-nos-professionnels-en-deplacement" "visible" => string(1) "1" "ordre" => string(1) "1" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "12" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(5) "offre" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "24" "offre_id" => string(2) "12" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "lien" => NULL "description" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "24" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(16) "offredescription" }354 { 355 throw new View_Exception('You must set the file to use within your view before rendering'); 356 } 357 358 // Combine local and global data and capture the output 359 return View::capture($this->_file, $this->_data); 360 } 361 362 }
-
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49
-
APPPATH/classes/Controller/Website/Page.php [ 266 ] » Kohana_Controller_Template->after()
261 262 public function after() 263 { 264 if ( ! Request::current()->is_ajax() AND ! in_array($this->_action, $this->_no_template_actions)) 265 { 266 parent::after(); 267 } 268 } 269 }
-
APPPATH/classes/Controller/Website/Widget.php [ 29 ] » Controller_Website_Page->after()
24 } 25 } 26 27 public function after() 28 { 29 parent::after(); 30 } 31 32 }
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Website_Widget->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Widgets_Popupoffre(12)
{ protected _controller => string(18) "Widgets_Popupoffre" protected _action => string(5) "index" protected _session => object Session_Native(5)
{ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(2) ( "l_geo_pays_id" => integer 79 "popupoffre_deja_affiche" => bool TRUE ) protected _destroyed => bool FALSE }
protected _no_template_actions => array(0) protected _langue_id => NULL protected _langue_lang => NULL protected _langue_nom => NULL public template => object View(2){ protected _file => string(67) "/home/cromasarl/www/application/views//widgets/popupoffre/index.php" protected _data => array(1) ( "offredescription" => object Model_Offredescription(42)
public auto_render => bool TRUE public request => object Request(19){ protected _table_name => string(16) "offredescription" protected _has_many => array(0) protected _has_one => array(0) protected _belongs_to => array(2) ( "offre" => array(2) ( "model" => string(5) "Offre" "foreign_key" => string(8) "offre_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "24" "offre_id" => string(2) "12" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "lien" => NULL "description" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "offre" => object Model_Offre(42)
) }{ protected _table_name => string(5) "offre" protected _has_many => array(2) ( "popupoffre" => array(4) ( "model" => string(10) "Popupoffre" "foreign_key" => string(8) "offre_id" "through" => NULL "far_key" => string(13) "popupoffre_id" ) "offredescription" => array(4) ( "model" => string(16) "Offredescription" "foreign_key" => string(8) "offre_id" "through" => NULL "far_key" => string(19) "offredescription_id" ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "12" "date_creation" => string(19) "2020-11-27 16:23:46" "prix" => string(5) "25.00" "lien" => string(101) "https://www.residence-croma.fr/fr/blog/detail/138-room-service-pour-nos-professionnels-en-deplacement" "visible" => string(1) "1" "ordre" => string(1) "1" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(5) "offre" protected _object_plural => string(6) "offres" 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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "prix" => array(13) ( "type" => string(5) "float" "exact" => bool TRUE "column_name" => string(4) "prix" "column_default" => NULL "data_type" => string(7) "decimal" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "numeric_scale" => string(1) "2" "numeric_precision" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lien" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lien" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(16) "offredescription" protected _object_plural => string(17) "offredescriptions" 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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "offre_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "offre_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "lien" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "lien" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "description" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "12" "date_creation" => string(19) "2020-11-27 16:23:46" "prix" => string(5) "25.00" "lien" => string(101) "https://www.residence-croma.fr/fr/blog/detail/138-room-service-pour-nos-professionnels-en-deplacement" "visible" => string(1) "1" "ordre" => string(1) "1" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "12" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(5) "offre" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "24" "offre_id" => string(2) "12" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "lien" => NULL "description" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "24" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(16) "offredescription" }{ 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(6)
public response => object Response(5){ public lang => NULL protected _filters => array(0) protected _uri => string(78) "(<lang>)(/)(<controller>(/<action>(/<id>(/<id2>(/<id3>(/<id4>(/<id5>)))))))(/)" protected _regex => array(1) ( "lang" => string(10) "(en|fr|de)" ) protected _defaults => array(3) ( "controller" => string(7) "accueil" "action" => string(5) "index" "lang" => string(2) "fr" ) protected _route_regex => string(240) "#^(?:(?P<lang>(en|fr|de)))?(?:/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2> …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(18) "Widgets_Popupoffre" protected _action => string(5) "index" protected _uri => string(18) "widgets_popupoffre" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "fr" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public _directory => string(0) "" }{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response');
-
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)
{ public lang => NULL protected _filters => array(0) protected _uri => string(78) "(<lang>)(/)(<controller>(/<action>(/<id>(/<id2>(/<id3>(/<id4>(/<id5>)))))))(/)" protected _regex => array(1) ( "lang" => string(10) "(en|fr|de)" ) protected _defaults => array(3) ( "controller" => string(7) "accueil" "action" => string(5) "index" "lang" => string(2) "fr" ) protected _route_regex => string(240) "#^(?:(?P<lang>(en|fr|de)))?(?:/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2> …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(18) "Widgets_Popupoffre" protected _action => string(5) "index" protected _uri => string(18) "widgets_popupoffre" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "fr" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
APPPATH/classes/Multilang/Request.php [ 234 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(6)
{ public lang => NULL protected _filters => array(0) protected _uri => string(78) "(<lang>)(/)(<controller>(/<action>(/<id>(/<id2>(/<id3>(/<id4>(/<id5>)))))))(/)" protected _regex => array(1) ( "lang" => string(10) "(en|fr|de)" ) protected _defaults => array(3) ( "controller" => string(7) "accueil" "action" => string(5) "index" "lang" => string(2) "fr" ) protected _route_regex => string(240) "#^(?:(?P<lang>(en|fr|de)))?(?:/)?(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<id2> …" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(18) "Widgets_Popupoffre" protected _action => string(5) "index" protected _uri => string(18) "widgets_popupoffre" protected _external => bool FALSE protected _params => array(1) ( "lang" => string(2) "fr" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}229 Request::$langue_nom = $config['languages'][Request::initial()->param('lang')]['label']; 230 } 231 232 Multilang::init(); 233 234 return $this->_client->execute($this); 235 } 236 237 238 }
-
APPPATH/views/share/main.php [ 63 ] » Multilang_Request->execute()
58 <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/qtip2/2.1.1/jquery.qtip.min.js"></script> 59 </head> 60 <body> 61 <?php 62 if (@$popupoffre->id != null) 63 echo Request::factory('widgets_popupoffre')->execute(); 64 ?> 65 <!--<div id="fondrosetransparent"></div>--> 66 <?=Request::factory(Request::$lang.'/widgets/header')->execute();?> 67 68 <?=$content;?>
-
SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)
0
string(52) "/home/cromasarl/www/application/views/share/main.php"
57 ob_start(); 58 59 try 60 { 61 // Load the view within the current scope 62 include $kohana_view_filename; 63 } 64 catch (Exception $e) 65 { 66 // Delete the output buffer 67 ob_end_clean();
-
SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)
0
string(52) "/home/cromasarl/www/application/views/share/main.php"
1
array(12) ( "content" => object View(2)
{ protected _file => string(67) "/home/cromasarl/www/application/views/pages/blogcategorie/index.php" protected _data => array(3) ( "blogdescription_nombre" => integer 97 "blogdescription_liste" => array(97) ( 0 => object Model_Blogdescription(49)
{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/138" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-11-27 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "272" "blog_id" => string(3) "138" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
1 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "138" "date_creation" => string(19) "2020-11-27 14:13:48" "date_blog" => string(19) "2020-11-27 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "138" "date_creation" => string(19) "2020-11-27 14:13:48" "date_blog" => string(19) "2020-11-27 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "138" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "272" "blog_id" => string(3) "138" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "272" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/137" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-09-23 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => array(1) ( 0 => object Model_Motcledescription(43)
2 => object Model_Blogdescription(49){ protected _table_name => string(17) "motcledescription" public url => string(19) "/en/motcle/detail/3" protected _has_many => array(0) protected _has_one => array(0) protected _belongs_to => array(2) ( "motcle" => array(2) ( "model" => string(6) "Motcle" "foreign_key" => string(9) "motcle_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(4) ( "id" => string(1) "6" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(1) "3" ) protected _changed => array(0) protected _related => array(1) ( "motcle" => object Model_Motcle(43)
) protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "270" "blog_id" => string(3) "137" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42){ protected _table_name => string(6) "motcle" public motcleblog => NULL protected _has_many => array(1) ( "motcledescription" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(1) ( "id" => string(1) "3" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "motcle" protected _object_plural => string(7) "motcles" protected _table_columns => array(1) ( "id" => array(13) ( ... ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "motcledescription" protected _object_plural => string(18) "motcledescriptions" protected _table_columns => array(4) ( "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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "libelle" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "libelle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "25" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "motcle_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "motcle_id" "column_default" => NULL "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" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(1) ( "id" => string(1) "3" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(1) "3" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(6) "motcle" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(4) ( "id" => string(1) "6" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(1) "3" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(1) "6" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(17) "motcledescription" }{ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "137" "date_creation" => string(19) "2020-09-23 10:34:41" "date_blog" => string(19) "2020-09-23 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "137" "date_creation" => string(19) "2020-09-23 10:34:41" "date_blog" => string(19) "2020-09-23 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "137" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "270" "blog_id" => string(3) "137" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "270" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/136" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-09-10 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "268" "blog_id" => string(3) "136" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
3 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "136" "date_creation" => string(19) "2020-09-10 08:31:46" "date_blog" => string(19) "2020-09-10 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "136" "date_creation" => string(19) "2020-09-10 08:31:46" "date_blog" => string(19) "2020-09-10 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "136" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "268" "blog_id" => string(3) "136" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "268" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/134" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-09-03 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => array(1) ( 0 => object Model_Motcledescription(43)
4 => object Model_Blogdescription(49){ protected _table_name => string(17) "motcledescription" public url => string(19) "/en/motcle/detail/3" protected _has_many => array(0) protected _has_one => array(0) protected _belongs_to => array(2) ( "motcle" => array(2) ( "model" => string(6) "Motcle" "foreign_key" => string(9) "motcle_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(4) ( "id" => string(1) "6" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(1) "3" ) protected _changed => array(0) protected _related => array(1) ( "motcle" => object Model_Motcle(43)
) protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "264" "blog_id" => string(3) "134" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42){ protected _table_name => string(6) "motcle" public motcleblog => NULL protected _has_many => array(1) ( "motcledescription" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(1) ( "id" => string(1) "3" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "motcle" protected _object_plural => string(7) "motcles" protected _table_columns => array(1) ( "id" => array(13) ( ... ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "motcledescription" protected _object_plural => string(18) "motcledescriptions" protected _table_columns => array(4) ( "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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "libelle" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "libelle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "25" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "motcle_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "motcle_id" "column_default" => NULL "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" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(1) ( "id" => string(1) "3" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(1) "3" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(6) "motcle" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(4) ( "id" => string(1) "6" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(1) "3" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(1) "6" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(17) "motcledescription" }{ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "134" "date_creation" => string(19) "2020-09-03 15:07:20" "date_blog" => string(19) "2020-09-03 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "134" "date_creation" => string(19) "2020-09-03 15:07:20" "date_blog" => string(19) "2020-09-03 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "9" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "134" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "264" "blog_id" => string(3) "134" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "264" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/131" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-07-09 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "260" "blog_id" => string(3) "131" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
5 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "131" "date_creation" => string(19) "2020-07-09 14:36:05" "date_blog" => string(19) "2020-07-09 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "7" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "131" "date_creation" => string(19) "2020-07-09 14:36:05" "date_blog" => string(19) "2020-07-09 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(1) "7" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "131" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "260" "blog_id" => string(3) "131" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "260" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/129" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-05-04 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "256" "blog_id" => string(3) "129" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
6 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "129" "date_creation" => string(19) "2020-05-04 11:00:42" "date_blog" => string(19) "2020-05-04 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "129" "date_creation" => string(19) "2020-05-04 11:00:42" "date_blog" => string(19) "2020-05-04 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "129" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "256" "blog_id" => string(3) "129" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "256" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/128" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-04-21 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "254" "blog_id" => string(3) "128" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
7 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "128" "date_creation" => string(19) "2020-03-16 16:52:59" "date_blog" => string(19) "2020-04-21 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "128" "date_creation" => string(19) "2020-03-16 16:52:59" "date_blog" => string(19) "2020-04-21 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "128" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "254" "blog_id" => string(3) "128" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "254" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/127" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-13 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "252" "blog_id" => string(3) "127" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
8 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "127" "date_creation" => string(19) "2020-03-13 11:15:40" "date_blog" => string(19) "2020-03-13 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "127" "date_creation" => string(19) "2020-03-13 11:15:40" "date_blog" => string(19) "2020-03-13 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "127" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "252" "blog_id" => string(3) "127" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "252" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/124" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-07 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "246" "blog_id" => string(3) "124" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
9 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "124" "date_creation" => string(19) "2020-03-07 16:49:27" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "124" "date_creation" => string(19) "2020-03-07 16:49:27" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "124" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "246" "blog_id" => string(3) "124" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "246" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/125" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-07 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "248" "blog_id" => string(3) "125" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
10 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "125" "date_creation" => string(19) "2020-03-07 16:54:53" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "125" "date_creation" => string(19) "2020-03-07 16:54:53" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "125" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "248" "blog_id" => string(3) "125" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "248" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/126" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-07 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "250" "blog_id" => string(3) "126" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
11 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "126" "date_creation" => string(19) "2020-03-07 17:46:31" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "126" "date_creation" => string(19) "2020-03-07 17:46:31" "date_blog" => string(19) "2020-03-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "126" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "250" "blog_id" => string(3) "126" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "250" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/122" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-02 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "242" "blog_id" => string(3) "122" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(184) "<p>The Croma residence is proud to present the English (British) language version of its website. To discover it, click on the l …" "texte" => string(794) "<p>Faced with an increasing number of foreign tourists and spa guests we receive, it was not superfluous to offer these foreigne …" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
12 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "122" "date_creation" => string(19) "2020-03-02 17:49:52" "date_blog" => string(19) "2020-03-02 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "122" "date_creation" => string(19) "2020-03-02 17:49:52" "date_blog" => string(19) "2020-03-02 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "122" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "242" "blog_id" => string(3) "122" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(184) "<p>The Croma residence is proud to present the English (British) language version of its website. To discover it, click on the l …" "texte" => string(794) "<p>Faced with an increasing number of foreign tourists and spa guests we receive, it was not superfluous to offer these foreigne …" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "242" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/123" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-03-02 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "244" "blog_id" => string(3) "123" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
13 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "123" "date_creation" => string(19) "2020-03-02 18:31:29" "date_blog" => string(19) "2020-03-02 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "123" "date_creation" => string(19) "2020-03-02 18:31:29" "date_blog" => string(19) "2020-03-02 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "123" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "244" "blog_id" => string(3) "123" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "244" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/118" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-02-21 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "234" "blog_id" => string(3) "118" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
14 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "118" "date_creation" => string(19) "2020-02-21 17:36:51" "date_blog" => string(19) "2020-02-21 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "118" "date_creation" => string(19) "2020-02-21 17:36:51" "date_blog" => string(19) "2020-02-21 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "118" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "234" "blog_id" => string(3) "118" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "234" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/116" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-02-18 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => array(1) ( 0 => object Model_Motcledescription(43)
15 => object Model_Blogdescription(49){ protected _table_name => string(17) "motcledescription" public url => string(20) "/en/motcle/detail/11" protected _has_many => array(0) protected _has_one => array(0) protected _belongs_to => array(2) ( "motcle" => array(2) ( "model" => string(6) "Motcle" "foreign_key" => string(9) "motcle_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(4) ( "id" => string(2) "22" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(2) "11" ) protected _changed => array(0) protected _related => array(1) ( "motcle" => object Model_Motcle(43)
) protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "230" "blog_id" => string(3) "116" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42){ protected _table_name => string(6) "motcle" public motcleblog => NULL protected _has_many => array(1) ( "motcledescription" => array(4) ( ... ) ) protected _has_one => array(0) protected _belongs_to => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(1) ( "id" => string(2) "11" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "motcle" protected _object_plural => string(7) "motcles" protected _table_columns => array(1) ( "id" => array(13) ( ... ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(17) "motcledescription" protected _object_plural => string(18) "motcledescriptions" protected _table_columns => array(4) ( "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(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "libelle" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "libelle" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(2) "25" "collation_name" => string(15) "utf8_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "motcle_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "motcle_id" "column_default" => NULL "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" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_key => string(2) "id" protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( ... ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(1) ( "id" => string(2) "11" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "11" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(6) "motcle" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(4) ( "id" => string(2) "22" "libelle" => string(0) "" "langueapplication_id" => string(1) "2" "motcle_id" => string(2) "11" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "22" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(17) "motcledescription" }{ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "116" "date_creation" => string(19) "2020-02-18 18:41:38" "date_blog" => string(19) "2020-02-18 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "116" "date_creation" => string(19) "2020-02-18 18:41:38" "date_blog" => string(19) "2020-02-18 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "116" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "230" "blog_id" => string(3) "116" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "230" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/113" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-02-11 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "224" "blog_id" => string(3) "113" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
16 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "113" "date_creation" => string(19) "2020-02-11 14:39:32" "date_blog" => string(19) "2020-02-11 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "113" "date_creation" => string(19) "2020-02-11 14:39:32" "date_blog" => string(19) "2020-02-11 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "113" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "224" "blog_id" => string(3) "113" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "224" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/111" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-02-01 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "220" "blog_id" => string(3) "111" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
17 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "111" "date_creation" => string(19) "2020-02-01 17:28:09" "date_blog" => string(19) "2020-02-01 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "111" "date_creation" => string(19) "2020-02-01 17:28:09" "date_blog" => string(19) "2020-02-01 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "111" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "220" "blog_id" => string(3) "111" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "220" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/110" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-28 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "218" "blog_id" => string(3) "110" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
18 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "110" "date_creation" => string(19) "2020-01-28 15:16:14" "date_blog" => string(19) "2020-01-28 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "110" "date_creation" => string(19) "2020-01-28 15:16:14" "date_blog" => string(19) "2020-01-28 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "110" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "218" "blog_id" => string(3) "110" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "218" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/109" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-24 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "216" "blog_id" => string(3) "109" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
19 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "109" "date_creation" => string(19) "2020-01-24 23:29:55" "date_blog" => string(19) "2020-01-24 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "109" "date_creation" => string(19) "2020-01-24 23:29:55" "date_blog" => string(19) "2020-01-24 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "109" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "216" "blog_id" => string(3) "109" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "216" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/108" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-22 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "214" "blog_id" => string(3) "108" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
20 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "108" "date_creation" => string(19) "2020-01-22 17:16:26" "date_blog" => string(19) "2020-01-22 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "108" "date_creation" => string(19) "2020-01-22 17:16:26" "date_blog" => string(19) "2020-01-22 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "108" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "214" "blog_id" => string(3) "108" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "214" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/107" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-19 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "212" "blog_id" => string(3) "107" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
21 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "107" "date_creation" => string(19) "2020-01-19 16:16:52" "date_blog" => string(19) "2020-01-19 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "107" "date_creation" => string(19) "2020-01-19 16:16:52" "date_blog" => string(19) "2020-01-19 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "107" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "212" "blog_id" => string(3) "107" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "212" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/104" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-07 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "206" "blog_id" => string(3) "104" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
22 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "104" "date_creation" => string(19) "2020-01-07 12:12:53" "date_blog" => string(19) "2020-01-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "104" "date_creation" => string(19) "2020-01-07 12:12:53" "date_blog" => string(19) "2020-01-07 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "104" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "206" "blog_id" => string(3) "104" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "206" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/103" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-06 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "204" "blog_id" => string(3) "103" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
23 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "103" "date_creation" => string(19) "2020-01-06 18:24:50" "date_blog" => string(19) "2020-01-06 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "103" "date_creation" => string(19) "2020-01-06 18:24:50" "date_blog" => string(19) "2020-01-06 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "103" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "204" "blog_id" => string(3) "103" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "204" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/102" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2020-01-01 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "202" "blog_id" => string(3) "102" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
24 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "102" "date_creation" => string(19) "2020-01-01 16:29:50" "date_blog" => string(19) "2020-01-01 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "102" "date_creation" => string(19) "2020-01-01 16:29:50" "date_blog" => string(19) "2020-01-01 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "102" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "202" "blog_id" => string(3) "102" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "202" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/101" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2019-12-28 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "200" "blog_id" => string(3) "101" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
25 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "101" "date_creation" => string(19) "2019-12-28 14:44:06" "date_blog" => string(19) "2019-12-28 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "101" "date_creation" => string(19) "2019-12-28 14:44:06" "date_blog" => string(19) "2019-12-28 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "101" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "200" "blog_id" => string(3) "101" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "200" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(19) "/en/blog/detail/100" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2019-12-23 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "198" "blog_id" => string(3) "100" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
26 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "100" "date_creation" => string(19) "2019-12-23 18:59:47" "date_blog" => string(19) "2019-12-23 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "100" "date_creation" => string(19) "2019-12-23 18:59:47" "date_blog" => string(19) "2019-12-23 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "100" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "198" "blog_id" => string(3) "100" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "198" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(18) "/en/blog/detail/99" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2019-12-20 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "196" "blog_id" => string(2) "99" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
27 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "99" "date_creation" => string(19) "2019-12-20 11:24:44" "date_blog" => string(19) "2019-12-20 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "99" "date_creation" => string(19) "2019-12-20 11:24:44" "date_blog" => string(19) "2019-12-20 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "99" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "196" "blog_id" => string(2) "99" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "196" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(18) "/en/blog/detail/98" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2019-12-16 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "194" "blog_id" => string(2) "98" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
28 => object Model_Blogdescription(49){ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "98" "date_creation" => string(19) "2019-12-16 12:08:16" "date_blog" => string(19) "2019-12-16 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(16) "blogcategorie_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6)
) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(15) "blogdescription" protected _object_plural => string(16) "blogdescriptions" 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" ) "blog_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "blog_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "langueapplication_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(20) "langueapplication_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "titre" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "titre" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "250" "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "introduction" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(12) "introduction" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "texte" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(5) "texte" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(17) "latin1_swedish_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _ignored_columns => array(0) protected _updated_column => NULL protected _created_column => NULL protected _primary_val => string(4) "name" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQL(6){ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(2) "98" "date_creation" => string(19) "2019-12-16 12:08:16" "date_blog" => string(19) "2019-12-16 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(2) "98" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(4) "blog" }{ protected _connection_id => string(40) "4bc8c3b6c4e406c120202b2b757cafa84904da27" protected _identifier => string(1) "`" public last_query => string(685) "SELECT `offre`.`id` AS `offre:id`, `offre`.`date_creation` AS `offre:date_creation`, `offre`.`prix` AS `offre:prix`, `offre`.`li …" protected _instance => string(7) "default" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "MySQL" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "cromasarl_bdd" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }
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 _preload_data => array(0) protected _validation => NULL protected _original_values => array(6) ( "id" => string(3) "194" "blog_id" => string(2) "98" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _valid => bool TRUE protected _serialize_columns => array(0) protected _primary_key_value => string(3) "194" protected _db_group => NULL protected _cast_data => array(0) protected _errors_filename => string(15) "blogdescription" }{ protected _table_name => string(15) "blogdescription" protected _primary_key => string(2) "id" public blogcategoriedescription => NULL public url => string(18) "/en/blog/detail/96" public blogimagedescription_liste => NULL public categorie => string(0) "" public date_blog => string(19) "2019-12-10 00:00:00" public nombre_commentaire => integer 0 public motcledescription_liste => NULL protected _belongs_to => array(2) ( "blog" => array(2) ( "model" => string(4) "Blog" "foreign_key" => string(7) "blog_id" ) "langueapplication" => array(2) ( "model" => string(17) "Langueapplication" "foreign_key" => string(20) "langueapplication_id" ) ) protected _has_one => array(0) protected _has_many => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(3) "190" "blog_id" => string(2) "96" "langueapplication_id" => string(1) "2" "titre" => string(0) "" "introduction" => string(0) "" "texte" => string(0) "" ) protected _changed => array(0) protected _related => array(1) ( "blog" => object Model_Blog(42)
{ protected _table_name => string(4) "blog" protected _primary_key => string(2) "id" protected _belongs_to => array(0) protected _has_many => array(1) ( "blogdescription" => array(4) ( "model" => string(15) "Blogdescription" "foreign_key" => string(7) "blog_id" "through" => NULL "far_key" => string(18) "blogdescription_id" ) ) protected _has_one => array(0) protected _load_with => array(0) protected _validate => NULL protected _rules => array(0) protected _callbacks => array(0) protected _filters => array(0) protected _labels => array(0) protected _object => array(6) ( "id" => string(2) "96" "date_creation" => string(19) "2019-12-10 15:18:16" "date_blog" => string(19) "2019-12-10 00:00:00" "visible" => string(1) "1" "ordre" => string(1) "0" "blogcategorie_id" => string(2) "10" ) protected _changed => array(0) protected _related => array(0) protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "blog" protected _object_plural => string(5) "blogs" 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" ) "date_creation" => array(10) ( "type" => string(6) "string" "column_name" => string(13) "date_creation" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "date_blog" => array(10) ( "type" => string(6) "string" "column_name" => string(9) "date_blog" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "visible" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "visible" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "ordre" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "ordre" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "2" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "blogcategorie_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string