Re: (Need help) Beginner's question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

$data will always be set. Check *if(empty($data)) *instead.


On Thu, Jul 31, 2014 at 1:33 PM, Sachin Raut <imsachinraut@xxxxxxxxx> wrote:

> Hi
>
> I have a question in this following code.
> <?php
>
> class A
>
> {
>
>     public $country;
>
>      function __construct($data=array())
>
>     {
>
>        if(!isset($data))
>
>        {
>
>        trigger_error("Couldn't construct address with a ".get_class());
>
>        }
>
>     }
>
> }
>
>  $obj=new A();
>
> ?>
>
> I am not sending any "array" as an argument while creating an object. And
> hence "if statement" in constructor should have been executed, but it
> displays blank page. My query is why it's not executing "if statement"?
>
> Thanks
> Sachin
>



-- 
Regards,
Jigar Dhulla

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux