#6514: Element cache works without 'key' param but not without 'time' param
-------------------------------------+--------------------------------------
Reporter: primeminister | Type: Bug
Status: new | Priority: Medium
Milestone: 1.2.x.x | Component: View
Version: 1.2 Final | Severity: Normal
Keywords: element, cache, view | Php_version: PHP 5
Cake_version: |
-------------------------------------+--------------------------------------
When I use cache on elements and ommit the time element it will give me a
notice
{{{
echo $this->element('sidebar',
array(
'language'=>$language,
'elements'=>$sidebar_elements,
'cache'=>array('key'=>md5(serialize($sidebar_elements)))
));
}}}
'Time' is not set.
Attached a test case and a patch
(PHP5, CakePHP 1.2 svn)
--
Ticket URL: <https://trac.cakephp.org/ticket/6514>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---