bezoerb / grunt-php2html

Grunt plugin to compile php to html
MIT License
22 stars 4 forks source link

Passing variables #3

Closed Zackio closed 10 years ago

Zackio commented 10 years ago

Thanks very much for sharing this, it works perfectly and has been very useful. Just wondered if you new a way to pass a variable to the php files like with get?

bezoerb commented 10 years ago

Added getData option where you can pass in an object with parameters. These will be passed to the php script via $_GET

Zackio commented 10 years ago

That's fantastic! Thanks :)