Lucas Bauer
Lucas Bauer
Hi, I added changes to the Client.php. So the class can handle the response header of the call. I don't know if you get a notice for this automaticly. So...
first at all - Nice project for simple functions. Would be gread if you remove console.log from js
Hey nice project, but i cant run it :( Maybee you can help. ``` $TG = new TextGenerator(); $TG->compile("#if{@val == 5|the value equals 5|the value doesn't equal 5}"); echo $TG->generate(array("val"=>5));...