Sussex based provider of affordable Business Internet & Ecommerce Solutions.

Programming & Scripting

Fuel PHP – How To – Extending or Changing a Core Class

Fuel PHP – How To – Extending or Changing a Core Class

Hi Everyone, I’m going to be sharing a series of mini guides on the Fuelphp.com Framework as I learn it. For those that don’t know me, I’ve never been heavily in to OOP, and I whilst I use classes, I never leverage what’s possible with the latest changes in PHP5. I’ve noticed there’s good documentation […]

Useful PHP Pecl Extentions

Useful PHP Pecl Extentions

  PHP’s MailParse Extension – Example https://code.google.com/p/php-mime-mail-parser/ PECL :: Package :: memcached – PHP – Examples here:- http://code.tutsplus.com/tutorials/turbocharge-your-website-with-memcached–net-23939 swoole – Asynchronous & concurrent & distributed networking framework for PHP. – Click Here for Swoole Example Code   Pear – Net_server – http://pear.php.net/package/Net_Server/docs – https://github.com/pear/Net_Server/blob/master/examples/talkback.php Pear – Services_JSON – http://pear.php.net/package/Services_JSON/docs Pear  – System_Daemon – Turn PHP […]

PHP 5.4 Event Driven vs Linear Video

For anyone coding PHP apps this might be an interesting video to watch. Event i/o driven programming seems to be doing the rounds, node.js is one of the more popular languages (using chrome js). Enjoy…,

Top PHP Frameworks 2014

Top PHP Frameworks 2014

Came across a story on the top PHP frameworks for 2014, I’ve always been interested in Codeigniter and CakePHP, but it seems these are a thing of the past.   Phalcon looks good if Performance is critial to your site with a high volume, Symfony2 is fully stacked and has excellent documentation, which for a […]

Notice: Error: Could not load controller payment//orderAction! Open Cart 1.5.6

If you’re getting a blank white page or the above error when clicking on an order, then this fix may be for you. Make sure you backup the original file before modifying it, or as I did, comment out the original line with a // at the start of it, then put the new PHP […]