
 saadi ali - 2013-09-17 16:02:03 - 
In reply to message 1 from Burnside 
 Sorry for the delay in a reply
    You can print in any way
    <?php echo $lang->view('hello'); ?>
    or
    <?= $lang->view('hello') ?>
    Just make sure the definition of the class
    $lang = new language('EN');
     'EN' of course, is the default language
   you can explain more (What is the text of the error message you have ?)
    Sorry for the delay in a reply ,