Integrate Codeigniter 4.0.2 vs Smarty 3.1.34 |
Hey guys
I'm gonna start my project with CodeIgniter and i need your help to integrate CodeIgniter 4.0.2 vs Smarty 3.1.34 I appreciate your help... ![]()
Well, this is what I have done to use Smarty according to tutorials.
Downloaded the Smarty to app/ThirdParty/Smarty and created following folders: writable/smarty/templates_c and writable/smarty/cache app/Libraries/CI4Smarty.php: Code: namespace App\Libraries; app/Config/Services.php: Code: namespace Config; Controller to return function: Code: return service('SmartyEngine')->view('smarty_template.tpl'); This approach (service) avoids to load Smarty every time when your app runs. You can call service('SmartyEngine') in your controller whenever you need to run it. |
Welcome Guest, Not a member yet? Register Sign In |