Geoffrey Garbers Thoughts on everything from PHP to photography

You are currently viewing the post archives for the "Helpers" tag. All the posts below have been assigned this tag for easy reference.

CakePHP Script Combiner Helper

Posted 4 months from now.

Tweet In developing a recent project, I found myself with the need to combine multiple CSS and Javascript files together. I started to look around for an easy-to-implement helper that can take care of this for me, but from what I could find, everything seemed to require numerous third-party libraries, or the inclusion of a [...]
End