Média indocile – nouvelle formule
Pascal Parrone

Pascal Parrone
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) 3121, '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' => 'C'est une longue histoire', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'c-est-une-longue-histoire', 'headline' => null, 'homepage' => null, 'like' => (int) 45, '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) 2614, '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) 3121, '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' => 'C'est une longue histoire', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'c-est-une-longue-histoire', 'headline' => null, 'homepage' => null, 'like' => (int) 45, '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) 2614, '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
« C'est une longue histoire »
Un dessin Pascal Parrone
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) 3091, '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' => 'Vous passez un bon été?', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'vous-passez-un-bon-ete', 'headline' => null, 'homepage' => null, 'like' => (int) 44, '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) 2614, '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) 3091, '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' => 'Vous passez un bon été?', 'subtitle' => '', 'subtitle_edition' => '', 'content' => '', 'content_edition' => '', 'slug' => 'vous-passez-un-bon-ete', 'headline' => null, 'homepage' => null, 'like' => (int) 44, '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) 2614, '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
« Vous passez un bon été? »
Un dessin Pascal Parrone
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) 2772, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'A PART LES MOTS / Sports d'hiver', 'title' => 'Vous skiez ce week-end?', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'vous-skiez-ce-week-end', 'headline' => false, 'homepage' => 'col-md-12', 'like' => (int) 337, 'editor' => null, 'index_order' => (int) 2771, 'homepage_order' => (int) 3011, 'original_url' => '', 'podcast' => false, 'tagline' => 'DESSIN', 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {}, (int) 2 => object(App\Model\Entity\Tag) {} ], '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) 2772, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'A PART LES MOTS / Sports d'hiver', 'title' => 'Vous skiez ce week-end?', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'vous-skiez-ce-week-end', 'headline' => false, 'homepage' => 'col-md-12', 'like' => (int) 337, 'editor' => null, 'index_order' => (int) 2771, 'homepage_order' => (int) 3011, 'original_url' => '', 'podcast' => false, 'tagline' => 'DESSIN', 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {}, (int) 2 => object(App\Model\Entity\Tag) {} ], '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
« Vous skiez ce week-end? »
Un dessin Pascal Parrone
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) 2726, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'A PART LES MOTS / JOYEUX NOËL', 'title' => 'Et vivement l'année prochaine...', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'et-vivement-l-annee-prochaine', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 328, 'editor' => null, 'index_order' => (int) 2730, 'homepage_order' => (int) 2970, 'original_url' => '', 'podcast' => false, 'tagline' => 'Dessin', 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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
« Et vivement l'année prochaine... »
Un dessin Pascal Parrone
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) 2325, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'ACTUEL / A PART LES MOTS', 'title' => 'Bouc émissaire', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'bouc-emissaire', 'headline' => false, 'homepage' => 'col-md-12', 'like' => (int) 408, 'editor' => null, 'index_order' => (int) 2337, 'homepage_order' => (int) 2577, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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) 2325, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => true, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'ACTUEL / A PART LES MOTS', 'title' => 'Bouc émissaire', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'bouc-emissaire', 'headline' => false, 'homepage' => 'col-md-12', 'like' => (int) 408, 'editor' => null, 'index_order' => (int) 2337, 'homepage_order' => (int) 2577, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 2, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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
« Bouc émissaire »
Un dessin Pascal Parrone
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 Context
post--nothumb">
public function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 1894, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => (int) 0, 'subhead' => 'L'Oeil de Parrone', 'title' => 'Game of drones', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'game-of-drones', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 873, 'editor' => null, 'index_order' => (int) 1911, 'homepage_order' => (int) 2174, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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/default.ctp, line 3 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
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) 1894, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => (int) 0, 'subhead' => 'L'Oeil de Parrone', 'title' => 'Game of drones', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'game-of-drones', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 873, 'editor' => null, 'index_order' => (int) 1911, 'homepage_order' => (int) 2174, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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/default.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
Actuel / Game of drones
Pascal Parrone
B Article réservé aux abonnés
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 Context
post--nothumb">
public function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 1707, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'DOSSIER I.A', 'title' => 'I.A un problème?', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'i-a-un-probleme', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 853, 'editor' => null, 'index_order' => (int) 1727, 'homepage_order' => (int) 1987, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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/default.ctp, line 3 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
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) 1707, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'DOSSIER I.A', 'title' => 'I.A un problème?', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '', 'content_edition' => null, 'slug' => 'i-a-un-probleme', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 853, 'editor' => null, 'index_order' => (int) 1727, 'homepage_order' => (int) 1987, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {}, (int) 1 => object(App\Model\Entity\Tag) {} ], '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/default.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
Actuel / I.A un problème?
Pascal Parrone
B Article réservé aux abonnés
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 Context
post--nothumb">
public function hasPoster($post){
return ($post->poster_attachment || count($post->attachment_images) > 0);
}
$post = object(App\Model\Entity\Post) { 'id' => (int) 1679, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'ACTUEL / Terre des hommes', 'title' => 'Tout fout l'camp', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '<p style="text-align: center;"><strong> Publié sur <a href="http://www.latorche.ch/" target="_blank" rel="noopener">la Torche 2.0</a></strong></p> <p style="text-align: center;"><img src="https://media.bonpourlatete.com/default/w1200/1558203319_20190515terredeshommeslicencie.jpg" class="img-responsive img-fluid center " /></p>', 'content_edition' => null, 'slug' => 'tout-fout-l-camp', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 819, 'editor' => null, 'index_order' => (int) 1699, 'homepage_order' => (int) 1959, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {} ], '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/default.ctp, line 3 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
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) 1679, 'created' => object(Cake\I18n\FrozenTime) {}, 'modified' => object(Cake\I18n\FrozenTime) {}, 'publish_date' => object(Cake\I18n\FrozenTime) {}, 'notified' => null, 'free' => false, 'status' => 'PUBLISHED', 'priority' => 'NORMAL', 'readed' => null, 'subhead' => 'ACTUEL / Terre des hommes', 'title' => 'Tout fout l'camp', 'subtitle' => '', 'subtitle_edition' => null, 'content' => '<p style="text-align: center;"><strong> Publié sur <a href="http://www.latorche.ch/" target="_blank" rel="noopener">la Torche 2.0</a></strong></p> <p style="text-align: center;"><img src="https://media.bonpourlatete.com/default/w1200/1558203319_20190515terredeshommeslicencie.jpg" class="img-responsive img-fluid center " /></p>', 'content_edition' => null, 'slug' => 'tout-fout-l-camp', 'headline' => false, 'homepage' => 'col-md-6', 'like' => (int) 819, 'editor' => null, 'index_order' => (int) 1699, 'homepage_order' => (int) 1959, 'original_url' => '', 'podcast' => false, 'tagline' => null, 'poster' => null, 'category_id' => (int) 5, 'person_id' => (int) 2614, 'post_type_id' => (int) 1, 'post_type' => object(App\Model\Entity\PostType) {}, 'person' => object(App\Model\Entity\Person) {}, 'tags' => [ (int) 0 => object(App\Model\Entity\Tag) {} ], '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/default.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
Actuel / Tout fout l'camp
Pascal Parrone
B Article réservé aux abonnés