Lee Mason
Results
2
comments of
Lee Mason
you dont need to do this anyway, use the brilliant Agent class built into fuel ``` php if (Agent::browser() == 'IE' and Agent::version() < 9){ //addyour assets here } ```
just a few more notes: the transformer used could be any existing or new transformer, but in reality all it needs to do is return either an item resource with...