Média indocile – nouvelle formule
Tony Marchand
Tony Marchand
Derniers articles
Warning (2): count(): Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 4020, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Bonnes résolutions ', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'bonnes-resolutions-1', 'headline' => null, 'homepage' => null, 'like' => (int) 32, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 12, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 4020, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Bonnes résolutions ', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'bonnes-resolutions-1', 'headline' => null, 'homepage' => null, 'like' => (int) 32, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 12, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Bonnes résolutions »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3972, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Nestlé, un avenir sans déchets?', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'nestle-un-avenir-sans-dechets', 'headline' => null, 'homepage' => null, 'like' => (int) 47, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3972, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Nestlé, un avenir sans déchets?', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'nestle-un-avenir-sans-dechets', 'headline' => null, 'homepage' => null, 'like' => (int) 47, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Nestlé, un avenir sans déchets? »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3882, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Xi Jinping, le dirigeant le plus puissant de Chine depuis Mao Tsé-toung', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'xi-jinping-le-dirigeant-le-plus-puissant-de-chine-depuis-mao-tse-toung', 'headline' => null, 'homepage' => null, 'like' => (int) 38, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3882, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Xi Jinping, le dirigeant le plus puissant de Chine depuis Mao Tsé-toung', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'xi-jinping-le-dirigeant-le-plus-puissant-de-chine-depuis-mao-tse-toung', 'headline' => null, 'homepage' => null, 'like' => (int) 38, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Xi Jinping, le dirigeant le plus puissant de Chine depuis Mao Tsé-toung »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3872, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Les primes 2023 prennent l’ascenseur...', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'les-primes-2023-prennent-l-ascenseur', 'headline' => null, 'homepage' => null, 'like' => (int) 43, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Les primes 2023 prennent l’ascenseur... »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3820, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Federer prend sa retraite', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'federer-prend-sa-retraite', 'headline' => null, 'homepage' => null, 'like' => (int) 40, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3820, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Federer prend sa retraite', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'federer-prend-sa-retraite', 'headline' => null, 'homepage' => null, 'like' => (int) 40, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Federer prend sa retraite »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3769, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Retour de vacances...', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'retour-de-vacances-1', 'headline' => null, 'homepage' => null, 'like' => (int) 253, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3769, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Retour de vacances...', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'retour-de-vacances-1', 'headline' => null, 'homepage' => null, 'like' => (int) 253, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Retour de vacances... »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3733, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Les glaciers fondent', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'les-glaciers-fondent', 'headline' => null, 'homepage' => null, 'like' => (int) 53, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 App\View\Helper\PosterHelper::getPosterRatio() - APP/View/Helper/PosterHelper.php, line 29 include - APP/Template/Posts/index.ctp, line 74 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 App\Middleware\IpMatchMiddleware::__invoke() - APP/Middleware/IpMatchMiddleware.php, line 28 Cake\Http\Runner::__invoke() - CORE/src/Http/Runner.php, line 65 Cake\Routing\Middleware\RoutingMiddleware::__invoke() - CORE/src/Routing/Middleware/RoutingMiddleware.php, line 164
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3733, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Les glaciers fondent', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'les-glaciers-fondent', 'headline' => null, 'homepage' => null, 'like' => (int) 53, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Les glaciers fondent »
Un dessin Tony Marchand
Warning (2): count() [<a href='https://secure.php.net/function.count'>function.count</a>]: Parameter must be an array or an object that implements Countable [APP/View/Helper/PosterHelper.php, line 21]Code Contextpublic function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 3711, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => null, 'readed' => null, 'subhead' => null, 'title' => 'Restons positifs!', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'restons-optimistes', 'headline' => null, 'homepage' => null, 'like' => (int) 71, 'editor' => null, 'index_order' => (int) 1, 'homepage_order' => (int) 1, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 4830, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [], 'attachments' => [ (int) 0 => object(Cake\ORM\Entity) {} ], 'category' => object(App\Model\Entity\Category) {}, '[new]' => false, '[accessible]' => [ '*' => true, 'id' => false ], '[dirty]' => [], '[original]' => [], '[virtual]' => [], '[hasErrors]' => false, '[errors]' => [], '[invalid]' => [], '[repository]' => 'Posts' }count - [internal], line ?? App\View\Helper\PosterHelper::hasPoster() - APP/View/Helper/PosterHelper.php, line 21 include - APP/Template/Element/Posts/drawing.ctp, line 4 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::_renderElement() - CORE/src/View/View.php, line 1879 Cake\View\View::element() - CORE/src/View/View.php, line 783 include - APP/Template/Posts/index.ctp, line 79 Cake\View\View::_evaluate() - CORE/src/View/View.php, line 1435 Cake\View\View::_render() - CORE/src/View/View.php, line 1393 Cake\View\View::render() - CORE/src/View/View.php, line 892 Cake\Controller\Controller::render() - CORE/src/Controller/Controller.php, line 791 App\Controller\PersonsController::view() - APP/Controller/PersonsController.php, line 51 Cake\Controller\Controller::invokeAction() - CORE/src/Controller/Controller.php, line 606 Cake\Http\ActionDispatcher::_invoke() - CORE/src/Http/ActionDispatcher.php, line 120 Cake\Http\ActionDispatcher::dispatch() - CORE/src/Http/ActionDispatcher.php, line 94 Cake\Http\BaseApplication::__invoke() - CORE/src/Http/BaseApplication.php, line 256
« Restons positifs! »
Un dessin Tony Marchand