class constructor & polymorphism

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

 






Hi to all,
I'm a C++ programmer and I've to convert some simple classes
from C++ to PHP. My toolbar_button class must have two or more
constructors so I ask you if this is possible with PHP:

class toolbar_button
{
   CString m_name, m_tooltip, m_image, m_action;
   bool m_state, m_is_separator;

   toolbar_button(void) { /* my code here */ };
   toolbar_button(AnsiString name, bool state) { /* my code here */ };
   toolbar_button(toolbar_button *abutton) { /* my code here */ };

   ....
}

I'm using PHP 5.0.4 for Windows.
Thank you very much
Silverio

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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