Does DocBox support cfm?
@saut.napitupulu Unfortunately, it does not. DocBox works by reading all *.cfc
files in the directory you specify - there is no way to ask DocBox to read in *.cfm
files. The reason for this is that true Object-Oriented Programming (OOP) is not really possible in a CFM file, as CFM files are typically only used for simple scripts and HTML generation.
Hope that helps!
2 Likes