Answer the question
In order to leave comments, you need to log in
How to make friends with old legacy codes with symfony?
The project does not understand what old *.php files respond to some routes, they do it even there and render the answer in their template engine
, is it possible to call the controller somehow from them?
there is something like
$tpl = Template::factory();
$tpl->setVariable( 'module', $Module );
$tpl->setVariable( 'account_activated', $accountActivated );
$tpl->setVariable( 'already_active', $alreadyActive );
$tpl->setVariable( 'is_pending' , $isPending );
?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question