我有保險絲5.5 noxml和電路的問題... 我有一個看起來像這樣的結構。 controller
app.cfc
model
main
act_comm_main.cfm
monkey
act_something_else.cfm
view
main
dsp_comm_main.cfm
monkey
dsp_somethingElse.cfm
我想添加一個可以被插件中的所有函數訪問的變量,但我得到一個變量未定義的錯誤。這裏是我的插件: component
mixin="Controller"
{
public any function init() {
this.version = "1.0";
return this;
}
public void function r