Code Context
">
*/public function __call($method, $params) {trigger_error(__d('cake_dev', 'Method %1$s::%2$s does not exist', get_class($this), $method), E_USER_WARNING);
$method = 'getPostUrl'
$params = array(
(int) 0 => array(
'BlogPost' => array(
'id' => '76',
'blog_content_id' => '1',
'no' => '64',
'name' => '新年のご挨拶',
'content' => '',
'detail' => '<p><a href="/files/uploads/2025sin 2.jpg" rel="colorbox" title="2025sin 2.jpg"><img align="" alt="2025sin 2.jpg" src="/files/uploads/2025sin 2.jpg" /></a></p>
',
'blog_category_id' => '1',
'user_id' => '2',
'status' => true,
'posts_date' => '2025-01-01 00:00:00',
'content_draft' => null,
'detail_draft' => '',
'publish_begin' => '2025-01-01 00:00:00',
'publish_end' => null,
'exclude_search' => false,
'eye_catch' => null,
'created' => '2024-12-29 11:03:59',
'modified' => '2024-12-29 11:03:59'
),
'BlogCategory' => array(
'id' => '1',
'blog_content_id' => '1',
'no' => '1',
'name' => 'info',
'title' => 'お知らせ',
'status' => '1',
'parent_id' => null,
'lft' => '1',
'rght' => '2',
'owner_id' => null,
'created' => '2016-08-12 00:48:33',
'modified' => '2017-09-23 07:44:40'
),
'User' => array(
'password' => '*****',
'id' => '2',
'name' => 'akimoto',
'real_name_1' => '秋本薬局',
'real_name_2' => '',
'email' => '',
'user_group_id' => '2',
'nickname' => '',
'created' => '2017-10-21 03:49:03',
'modified' => '2017-10-21 03:49:03',
'UserGroup' => array(
[maximum depth reached]
)
),
'BlogContent' => array(
'id' => '1',
'description' => '',
'template' => 'default',
'list_count' => '10',
'list_direction' => 'DESC',
'feed_count' => '50',
'tag_use' => false,
'comment_use' => '0',
'comment_approve' => '0',
'auth_captcha' => false,
'widget_area' => null,
'eye_catch_size' => 'YTo0OntzOjExOiJ0aHVtYl93aWR0aCI7czozOiIxNTAiO3M6MTI6InRodW1iX2hlaWdodCI7czozOiIxNTAiO3M6MTg6Im1vYmlsZV90aHVtYl93aWR0aCI7czozOiIxMDAiO3M6MTk6Im1vYmlsZV90aHVtYl9oZWlnaHQiO3M6MzoiMTAwIjt9',
'use_content' => true,
'created' => '2016-08-07 23:10:38',
'modified' => '2017-10-22 03:44:12',
'Content' => array(
[maximum depth reached]
)
),
'BlogTag' => array()
)
)
$this = object(ThemeHelper) {
helpers => array(
(int) 0 => 'Blog.Blog',
(int) 1 => 'BcBaser'
)
settings => array()
theme => 'akimoto'
request => object(CakeRequest) {}
plugin => 'Blog'
fieldset => array()
tags => array()
[protected] _helperMap => array(
'Blog' => array(
[maximum depth reached]
),
'BcBaser' => array(
[maximum depth reached]
)
)
[protected] _tainted => null
[protected] _cleaned => null
[protected] _View => object(AppView) {}
[protected] _fieldSuffixes => array(
(int) 0 => 'year',
(int) 1 => 'month',
(int) 2 => 'day',
(int) 3 => 'hour',
(int) 4 => 'min',
(int) 5 => 'second',
(int) 6 => 'meridian'
)
[protected] _modelScope => null
[protected] _association => null
[protected] _entityPath => null
[protected] _minimizedAttributes => array(
(int) 0 => 'allowfullscreen',
(int) 1 => 'async',
(int) 2 => 'autofocus',
(int) 3 => 'autoplay',
(int) 4 => 'checked',
(int) 5 => 'compact',
(int) 6 => 'controls',
(int) 7 => 'declare',
(int) 8 => 'default',
(int) 9 => 'defaultchecked',
(int) 10 => 'defaultmuted',
(int) 11 => 'defaultselected',
(int) 12 => 'defer',
(int) 13 => 'disabled',
(int) 14 => 'enabled',
(int) 15 => 'formnovalidate',
(int) 16 => 'hidden',
(int) 17 => 'indeterminate',
(int) 18 => 'inert',
(int) 19 => 'ismap',
(int) 20 => 'itemscope',
(int) 21 => 'loop',
(int) 22 => 'multiple',
(int) 23 => 'muted',
(int) 24 => 'nohref',
(int) 25 => 'noresize',
(int) 26 => 'noshade',
(int) 27 => 'novalidate',
(int) 28 => 'nowrap',
(int) 29 => 'open',
(int) 30 => 'pauseonexit',
(int) 31 => 'readonly',
(int) 32 => 'required',
(int) 33 => 'reversed',
(int) 34 => 'scoped',
(int) 35 => 'seamless',
(int) 36 => 'selected',
(int) 37 => 'sortable',
(int) 38 => 'spellcheck',
(int) 39 => 'truespeed',
(int) 40 => 'typemustmatch',
(int) 41 => 'visible'
)
[protected] _attributeFormat => '%s="%s"'
[protected] _minimizedAttributeFormat => '%s="%s"'
}Helper::__call() - CORE/Cake/View/Helper.php, line 231 ThemeHelper::getPostUrl() - ROOT/theme/akimoto/Blog/default/archives.php, line 25 include - ROOT/theme/akimoto/Blog/default/archives.php, line 25 View::_evaluate() - CORE/Cake/View/View.php, line 971 BcAppView::_evaluate() - CORE/Baser/View/BcAppView.php, line 531 View::_render() - CORE/Cake/View/View.php, line 933 View::render() - CORE/Cake/View/View.php, line 473 Controller::render() - CORE/Cake/Controller/Controller.php, line 963 BlogController::archives() - CORE/Baser/Plugin/Blog/Controller/BlogController.php, line 437 ReflectionMethod::invokeArgs() - [internal], line ?? Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - ROOT/index.php, line 159
新年のご挨拶
お知らせ
詳細はこちら