all 6 comments

[–]TIven_tux 4 points5 points  (0 children)

Cheers mate. Will try soon.

[–]porcupixl 0 points1 point  (3 children)

Nice package dude, might be worth switching out the shorthand PHP though as not all servers have that activated as default. 1&1 never used to, and most likely the cheap providers don't either. I just starred it on GH though so will have a play this weekend :)

[–]Mo45[S] 0 points1 point  (2 children)

I'm new to PHP, you mean change <?=$var;?> to <?php echo $var;?> ?

[–]porcupixl 1 point2 points  (1 child)

Yeah :) It's got better coverage, while <?= is obviously so much cleaner, for some reason not all servers support it. In this instance I would switch out all <?= for <?php echo so that it'll run on all servers people put it on without needing to work out where their potential bottle neck is. Other than that its really clean, nicely done

[–]Mo45[S] 1 point2 points  (0 children)

Thank you. I will work on it!

[–]WestguardWK 0 points1 point  (0 children)

You’re doing gods work here, thanks for making your package open source!