Create your first module

Go to : Module -> Create




In Sximo  LTS , we have added 4 option of CRUD .

- CRUD Module This is fully CRUD functionality
- Blank Module This is only generate complete blank template files
- Report Module Used this for generate report without CRUD
- Ajax Full CRUD ( this is required paid addon )




Now fill create new module form using following info

- Module Name / Title : Employee
- Module Note : View All Employee Data
- Template : Full CRUD .
- Class Controller : employee.
- Table Master : employee.
- Select SQL statement: Check Auto SQL

Click Button Submit 

If you not getting any error , its should be redirecting you to module manager page 


Before you create module , you have to create table for module you will build . this app doest have feature to create table database , so you need phpmyadmin or other mysql tools for creating table