Hmm, looks tempting... All the things I'd like CFC's to do:
Interfaces, Abstract CFCs and Static Methods. Perhaps I'll finally start learning some PHP! -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: 29 June 2003 23:24 To: [EMAIL PROTECTED] Subject: [CFCDev] Related - New OO in php5 Hi all, php5 (http://www.php.net/) has finally made it out of the cvs. There are several interesting OO features that have be discussed in relation to CFMX / CFCs. For example php5 does support Abstract Classes and Methods & Interfaces both of which are desirable in CFCs. Also "Class Type Hints" are also supported, this was something I'd discussed with Dave Watts at some stage. other features : Private and Protected Members, Private and protected methods (which actually work :-)) Unified Constructors Destructors Overloadable Method calls and Property accesses __autoload() Oh yeah, php finally has Exceptions too :-) There is a readme here , http://www.php.net/zend-engine-2.php Have fun ... WebGuy ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com). ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
