Hi people! I think that we can implement something like PHPValue, and then subclass: PHPString, PHPInteger, PHPReal, PHPArray, PHPObject and PHPReference, to manage dynamically the php values.... The basic operators (like . the concatenate operator), can be implemented like methods, one version for each class... The PHP objects are "associative-array-like" objects, and can be created on the fly (an example: mysql_fetch_object) without a predefined class. Of course, the objects needs a method-table....
But, the PHP#, is an interpreter? Angel "Java" Lopez ----- Original Message ----- . Also, most > languages I know that target the CLI are strongly typed. Doesn't PHP's > being loosely typed present a problem? _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
