Mirek Novak napsal(a):

Hi,

I have defined class 'image' with method 'getData' so can I do this

<?php
$class = 'image';
$id = '1234567abcdef';
$result = $class::getData($id); ?>


TIA

Ha, found solution in online docs & wiki, chapter http://www.php.net/manual/en/keyword.paamayim-nekudotayim.php


-- Mirek Novak





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



Reply via email to