Mapping to a CFC in ColdFusion

后端 未结 3 1068
[愿得一人]
[愿得一人] 2020-12-05 20:13

In my application I have all my CFC\'s in a cfc folder. From the site root I can access them without any trouble by simply referring to them in my

3条回答
  •  Happy的楠姐
    2020-12-05 20:47

    Make sure if your components extend other components the full path is used.

    ie a Products controller

    
    

提交回复
热议问题