Tweeter button
Facebook button

Dales and Vales Cottage Holidays

The latest website from Skipton Systems is now [...]

Multiple Constructors (Overloading) in PHP

It is a huge frustration to me that PHP does not support constructor overloading in the same way that other OOP (Object Orientated Programming) languages do.  There is a workaround, however:

class MultipleConstructor {

private $info = ”;

function __construct() {
$argv = func_get_args();

switch( func_num_args() ) {
default:
case 1:
self::__construct1($argv[0]);
break;
case 2:
self::__construct2( $argv[0], $argv[1] );
break;
}
}

function __construct1($value) {
$this->info = $value;
}

function __construct2($value, $value2) {
$this->info [...]

April 2010 Update

April has been another busy month here at SkiptonSystems!

We learned this week that we have been given the contracts to design and build two bespoke web applications.  Both of these are relatively large projects and will involve both in-depth design work and some fairly complicated web application development. We hope to be able to bring [...]

Social Media

You can now follow Skipton Systems on Twitter and [...]

New Website for Skipton Systems

We launched our new website today. Visit it at [...]

Sean Lockyear Website Launched

Yesterday, we launched a new website for our client Sean Lockyear Specialist Cars.  The site address is www.seanlockyear.co.uk.

The site is powered by the Skipton Systems Content Management Solution, which allows Sean to edit his own web content.

As well as the standard CMS, we have developed a new, bespoke web application for this project.  This web [...]

Access Protection Site Launch

The new Access Protection Ltd was launched today at www.accessprotection.com.

SkiptonSystems designed and built the website, with a great deal of input from the guys at Access Protection, who knew exactly what they wanted it to look and feel like.  The close relationship between the two businesses was a great success.  It helped that our offices [...]