You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the installation instructions for composer.
Your examples use $template_engine, like: $template_engine->render('comment', $row);
I get this error:
Warning: Undefined variable $template_engine in /home/xyz/easydb/test.php on line 25 Fatal error: Uncaught Error: Call to a member function render() on null in
I've search the whole source code and I'm not able to find a reference to $template_engine. What am I missing?
The text was updated successfully, but these errors were encountered:
I followed the installation instructions for composer.
Your examples use $template_engine, like:
$template_engine->render('comment', $row);
I get this error:
I've search the whole source code and I'm not able to find a reference to $template_engine. What am I missing?
The text was updated successfully, but these errors were encountered: