You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this time, CodeIgniter (1.3.3) does not support fragment caching. To overcome this limitation, here is a technique that can be used in the event that you do need a fragment caching feature.
This technique involves breaking out a fragment into its own method, and from within the main view, referencing the URL of the fragment with a require() statement.