4 October 2007

Server issues arise

We’ve been implementing a Joomla/Virtuemart storefront to replace our Joomla/Virtuemart storefront, this time updated and hackless. But the trick to it is that we still have to hack it, without hacking any core files… This is tricky indeed, a coworker hipped me to the

ob_get_clean()

method in PHP, this enables you to look at certain code chunks spit out to html, then replace them before processing. This takes care of most hacks needed however we implemented a lightbox bit for product images, this required some core modifications slightly.

Now the question I have is, when your “reinventing the wheel” as my boss calls it, but it’s to redo something already done, is it in fact … a waste of time, or are you building a better tomorrow?

One Comment currently posted.

Michael Dick says:

If you are reinventing the wheel then I am sure there is a reason for not using the already developed code. So, it is best to assume you are building something for a better tomorrow.

Post a comment on this entry: