JFinal-layui v1.3.7 release, custom SQL help you find

      JFinal-layui speed development of enterprise application management system, based on JFinal + layui as the core enterprise application project structure, use JFinal features combined with layui perfect, achieve the purpose of quick start projects. Make development easier and efficient, even if you do not layui, can easily master the use.

JFinal-layui v1.3.7 adds custom SQL queries, custom SQL function references. With the use of online forms, so that development efficiency has been a qualitative improvement.

System Demonstration: JFinal-layui speed development of enterprise application management system   login account: admin / 123456

Community Exchange: JFinal-layui Official Community

 

JFinal-layui v1.3.7 update:    

1, custom SQL query:

        In JFinal-layui time v1.3, the new online forms module, largely to enhance the efficiency of development, but there are deficiencies, can not multi-table queries, this function will play the online form

Discount, achieving the desired effects. So in order to solve this problem, then added a custom SQL query module, with the use of online forms, saving time and effort and improve efficiency.

       a, first of all in the definition of a good custom sql query sql: sql data such as drop-down sector, numbering named query_org; user queries, number named query_user

blob.png

      b, you can see a preview function sql query out data structure:

blob.png

        c, quote online form:

blob.png

d, the results page:

blob.png

2, custom SQL function references:

     a, custom SQL query can also define the dynamic form data, and dictionary references similar functions, custom SQL function references:

      Drop-down reference function:

#@getSelectBySql(code,name,text),

      Radio reference to the function:

#@getRadioBySql(code,name,text),

      Multi-select function references:

#@getCheckboxBySql(code,name,text),

     (Code: sql number, name: element name attribute, text: option prompts name.)

b, as described above cited sectors custom sql:

c, the results page:

Hope that this custom sql can help you a hand, rapid development, fast money, time and effort!

 

Guess you like

Origin www.oschina.net/news/109630/jfinal-layui-1-3-7-released