Table Maintenance allows you to add, update, and delete MySQL table records without programming. It provides forms with general validations and is useful for master maintenance of setup and parameter tables. All updates and deletions are automatically logged in an audit trail. Forms and record lists are automatically generated with navigation, and both can be customised extensively. Default form validation is performed for add and update mode. Foreign keys, if declared, are used for cross table validations. A method is provided to define explicit foreign keys if database level keys are not defined. Additional specific validations can be included.
webtools.class is a PHP class of useful functions for websites, including connecting to MySQL (with error reporting), IP-to-location information, creating salted MD5 passwords and validating MD5 passwords, shortening URLs with the Bitly API, email validation, and sanitizing user input.
Redstart Templating implements a template engine which supports template inheritance. It can process templates based on PHP code loaded from given files. It can use class variables or local variables to define values for template placeholders. It supports template inheritance, including additional inline templates, and it can be extended with plugins.
PunteFramework aims to be a lightweight PHP framework using the MVC architecture. It makes it easier to modify either the visual appearance of an application or the underlying business rules without affecting the other. It will include some libraries especially focused to Nepali developers, and is designed with clean and optimized code, though it may not advanced practices or security measures into consideration for now.