Hi,
Can you someone tell me what the following is called and breifly how it is achieved, using PHP - kind of like accessing the various nodes of an XML document, expect done with classes (in the example, validate would be a called called validate with a method called checkField:
Ta
Can you someone tell me what the following is called and breifly how it is achieved, using PHP - kind of like accessing the various nodes of an XML document, expect done with classes (in the example, validate would be a called called validate with a method called checkField:
Code:
$obj = new testClass();
$obj->validate->checkField('name');
Ta