...function of a class ? Ok , I am trying to make sense of when to use a constructor or just a personal created FUNCTION in a CLASS in the PHP language to create an object... Ok , this is an example
class A
{
function __construct ($ y, $ x)
{
echo " The first parameter is ". $y."
";
echo "...