Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caching has wrong documentation or missing methods in code #51

Closed
Gamesh opened this issue Jun 9, 2015 · 2 comments
Closed

Caching has wrong documentation or missing methods in code #51

Gamesh opened this issue Jun 9, 2015 · 2 comments

Comments

@Gamesh
Copy link

Gamesh commented Jun 9, 2015

http://www.smarty.net/docs/en/caching.tpl

there are examples provided how to set cache life time and compile check.

$smarty->setCompileCheck(false);

$smarty->setCacheLifetime(30); // 30 seconds

but those methods don't exist in Smarty class.
checked in smarty v3.1.21

@Gamesh
Copy link
Author

Gamesh commented Jun 9, 2015

also the same is true about setCaching method

$smarty->setCaching(Smarty::CACHING_LIFETIME_SAVED);

@uwetews
Copy link
Contributor

uwetews commented Jun 9, 2015

Not implemented setter/getter will map by generic function to the properties.
All common setters are hard coded since 3.1.23

@uwetews uwetews closed this as completed Jun 9, 2015
think-mcunanan pushed a commit to think-mcunanan/smarty that referenced this issue Mar 22, 2023
…ponds-to-customer-integrated-saloriza-collaboration

Redmine-#5287:顧客統合 サロリザ連携に対応する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants