A tool is just a set of files that used to serve your tool, you could use any framework, any technology to build your tool.
- First rule for a tool package is all files & folders must be at root of zipped file, not at any sub-level.
- Second, you may have unlimited files and folder in a tool package, but settings.php
& index.php
are required files. These only files shall be loaded whenenver tool accessed. You will process and handle all things in these files to serve the visitors.
Download our sample built tool and see how it works.
- You may consider a tool like a mini PHP script, you may also use any material, any resource and any framework, such as Lavarel or Zend, to build your tools. Just use like you want and build as you wish.
- But we also recommend you to use our built-in resources to build faster, our resources almost coded line by line for the system, so it gives the best performance & speed for the website.
- There are few variables and functions should be used to create a tool.
CAUTION we use pTemplate for templating all static HTML files. But you may also use plain PHP code to retrieve these variable values by alternative functions.
Just tap then
“Add to Home Screen”