//define a class class MyClass{ //create properties, constructor or methods } //create object using "new" keyword $object = new MyClass(); //or wihtout parenthesis $object = new MyClass;