constants_basic_003.inc   [plain text]


<?php
class A {
	const MY_CONST = "hello from A"; 
}
?>