Posted by Yarco on 08/02/07 02:55
Array is the very basic type in php i think. So why const keyword doesn't support such defination grammar? class Date { const char3 = array(1 => 'Jan', ...); // ?? } So how can i do somthing like c++'s enum? class Data { const Jan = 1; //... } is poor if i want to chanslate number to month name.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming