4
November 2005
CF_Implements improved!
Very close to pseudo interfaces for Coldfusion CFCs.
Did some rework on the CF_Implements tag. Now it allows you to take the interface type for a function call. It still has some issues working with multiple inheritance with each sub level of inheritance implementing interfaces and/or multiple inheritance of interfaces. If anyone would like to help with this... let me know.
Please only use in a testing environment for now... sometimes it acts weird.
Also I decided to do away with the CFC version, it didnt make sense to me calling a CFC to run a tag like keyword.
I put up a page to show you how the CF_Implements could be used, you can see it working live here.
You can download the tag from here , remember to copy it into your CustomTags directory.
Enjoy
Did some rework on the CF_Implements tag. Now it allows you to take the interface type for a function call. It still has some issues working with multiple inheritance with each sub level of inheritance implementing interfaces and/or multiple inheritance of interfaces. If anyone would like to help with this... let me know.
Please only use in a testing environment for now... sometimes it acts weird.
Also I decided to do away with the CFC version, it didnt make sense to me calling a CFC to run a tag like keyword.
I put up a page to show you how the CF_Implements could be used, you can see it working live here.
You can download the tag from here , remember to copy it into your CustomTags directory.
Enjoy
Posted by fwscott at 8:02 PM | Comments (0)