In my cbi files I have:
local t=require"luci.model.network".init()
local e=require"luci.model.firewall".init()
local i=require"luci.util"
local e=require"luci.model.uci".cursor()
In the above syntax if i remove init() and cursor() then my program not work properly,need help why it's necessary
From where i can learn about init(),cursor() in luci and why they are necessary?