Welcome Guest, Not a member yet? Register   Sign In
Where to put message file in codeigniter4?
#1

I want to create a separate file called custom_message.php. What will be the location of this file in CI4 project structure and how to call in controller.

Example:
Code:
$arr_custom_message = [

'msg_add' => 'Admin Created!',
'msg_update' => 'Updated Successfully!'

];
Reply


Messages In This Thread
Where to put message file in codeigniter4? - by mayurkoshti - 05-31-2023, 02:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB