help with parse error
Permalink
This comment should be under:http://www.concrete5.org/documentation/how-tos/create-a-custom-attr...
I followed the tutorial but have run into an error that reads
Parse error: parse error, expecting `T_FUNCTION' in /controller.php on line 123.
line 123 is towards the bottom of the document and reads:
class SagaChildAttributeTypeValue extends AddressAttributeTypeValue {
Like the tutorial suggests I changed the "extends" from "object" to AddressAttributeTypeValue.
Any Ideas?
attached is the php file as a .txt file
I followed the tutorial but have run into an error that reads
Parse error: parse error, expecting `T_FUNCTION' in /controller.php on line 123.
line 123 is towards the bottom of the document and reads:
class SagaChildAttributeTypeValue extends AddressAttributeTypeValue {
Like the tutorial suggests I changed the "extends" from "object" to AddressAttributeTypeValue.
Any Ideas?
attached is the php file as a .txt file