Duncan McIntyre wrote:
http://www.calligram.co.uk/oss/Attributes

In your example I fail to see how
@[ WidgetType("Select"); AllowableValues(array("Current","Savings")); ]
is different from the good old
var $WidgetType = "Select", $AllowableValues = array("Current", "Saving");
apart from looking weird and scary (-:C


Just my $.02,
- Chris

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to