cretz / dust-php

Powerful PHP templating engine based off of Dust JS
http://cretz.github.com/dust-php
MIT License
67 stars 19 forks source link

In standard PHP? #4

Closed jehon closed 10 years ago

jehon commented 10 years ago

Hello,

I am looking forward to use your beautiful classes, but I don't know anything about your pratphall.

Would it be possible to generate "standard php" set of classes?

I tried using: require("dust-php/Dust.php"); $dust = new Dust\Dust(); $dust->compile($anything);

But that lead to "Class 'Dust\Parse\Parser' not found".

Could you help me?

Thanks in advance

cretz commented 10 years ago

One day I will rebuild the project in pure PHP idiomatically. I am too busy to tackle it at the moment.