Skip to content

Feature request: allow files with html + php #116

@hoit

Description

@hoit

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions