Mike de la Flor
|
| Posted: 04/24/2002, 10:23 AM |
|
i download most all of the free CF apps here at goto code.
but what i noticed when i opened the files in Cold Fusion Studio is that the CFML is strange. some of the search functions use what appear to be custom CF tags, like <CF_APP_OPENER> or <CF_GETPARAM_NAME>. these are not standard CFML and not listed in any CFML reference.
i also noticed very convoluted use of vairables and <CFINCLUDE>. i was hoping to open and cutomized these applications for my own use but the CFML of these "free" applications is of little use.
why the archaic code? why not use standard CFML tags? does code charge write Cold Fusion 4.5 or 5 code?
can any one tell me if i am jumping the gun or am missing somthing?
thanks
mike de la flor http://www.delaflor.com
mike@delaflor.com
|
|
|
 |
Alex Alexapolsky
|
| Posted: 04/24/2002, 10:44 AM |
|
Well , the code generated by current CC doesn't contain
CF_APP_OPENER and CF_GETPARAM_NAME tags.
I think it's best to download CC and generated an app oneself.
|
|
|
 |
|