Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

is "cache" then third url parameter not work #43

Closed BirolKahraman closed 9 years ago

BirolKahraman commented 9 years ago

Url parameter request "http://localhost/ci/tr/sayfa/adayin-sozu" then response "http://localhost/ci/tr/sayfa/" this problem helpme please

mytharcher commented 9 years ago

Almost same in #34, never resolved.

Vheissu commented 9 years ago

Is this issue in regards to dynamic data not updating because the original data is being cached and displayed instead? The nocache helper tag might be the right course of action to bypass this: http://www.smarty.net/docs/en/language.function.nocache.tpl - happy to hear of suggestions to fix this on a code level though.

Vheissu commented 9 years ago

Please see above comment and linked issue from above.