-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Description
Yak-pro does not work on .php files which contains html code.
For instance, if you create some contract classes and call it in view pages (in sense of MVC model), it means that you are not able to obfuscate contract (event if the code does not contain any intelligence...) otherwise the view will not works as it contains html code and the functions are not renamed in it.
Could it be possible to manage also the php code available between html sources ?
<div id="header">
<a class="home" href="<?= $header->getHomeUrl() ?>">Home</a>
</div>
<div id="header-links">
<?php
if($header->isConnected())
{
?>
<ul>
<li><a href="<?= $header->getProjectsUrl() ?>">Projects</a></li>
</ul>
<?php
}
?>
</div>
Metadata
Metadata
Assignees
Labels
No labels