A
A
Andrey Prozorov2016-11-16 12:38:59
PHP
Andrey Prozorov, 2016-11-16 12:38:59

jade to php conversion How?

I know there are means to make jade

-$a="hello"
=$a

Get
<?
$a="hello";
echo $a;
?>

Is it possible so?
-var a = "hello"
=a

Get
<?
$a="hello";
echo $a;
?>

I suspect that it is impossible, but before giving up and re-soldering my templates, I decided to ask respected people. So it is possible?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Archakov Dennis, 2016-11-16
@archakov06

I doubt it will support all features. But, there is jade-php . Or dig here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question