jifeng wrote:Hi
Do you still use earlier version? The content templates renamed to "view" in new version.
Sorry, the content template is a general user control. It is unable to add classes, but it is possible to add some functions.
Yes but i created app_code folder in kooboo root and added my Test class and it works!
I was able to write
Code:
<%
Test tst = new Test()
<%
<%=test.msg()%>
It works like that.
Can you tell more how intellisense works in kooboo how does it know which code to show?
Can it be extended?
Could you give me an example how to add (overide?) a new function in an existing class?