LPMJ Example 5-15 (Click on the icon to view the source for copy and pasting)
<?php
class User
{
	function __construct($param1, $param2)
	{
		// Constructor statements go here
	}
}
?>