0
    static public function toolBar()
{
    var_dump(static::$_lang);
    var_dump(static::$_lang->getVal('Index'));
    return <<< EOC
    <a href="index.php">{${static::$_lang->getVal('Index')}}</a>&nbsp;|&nbsp;
    <a href="?view=login">{${static::$_lang->getVal('Login')}}</a>&nbsp;|&nbsp;     
EOC;
}

The Expression {${static::$_lang->getVal('Index')}} return nothing instead of the string

There is any workaround for this problem?

Thanks in advance

ScottMcGready
  • 1,612
  • 2
  • 24
  • 33
vintox
  • 55
  • 8

0 Answers0