dimanche 26 juillet 2020

How to set up reusable text string in MVC

How to set up reusable text string in MVC.

for example: i have a text need to use in few pages, how i going to setup.

in PHP is like

$lang = array (
    'getpassword' => 'Forget Password',
    'login_guest' => 'No Account?',
    'new_password' => 'New Password',
    'new_password_confirm' => 'Comfirm Password',
);



Aucun commentaire:

Enregistrer un commentaire