tags:

views:

13

answers:

1

what does $myClass->IdentifierIDs = String::ListIntegers($pv->IDs, ',', ',', 1); do. i never seen string::

thanks

+1  A: 

String is a custom class with a static function ListIntegers. You should look in the includes to see if such a class or namespace is included or autoloaded.

phsource