Conditional layout templates |
Your template can use include() to render the main content, and for your ajax call you can return only this view. See https://codeigniter4.github.io/userguide...w-partials
PHP Code: <?= $this->extend('default') ?> |
Messages In This Thread |
Conditional layout templates - by legon614 - 08-20-2020, 09:32 AM
RE: Conditional layout templates - by includebeer - 08-20-2020, 02:52 PM
RE: Conditional layout templates - by InsiteFX - 08-21-2020, 02:34 AM
|