Refactor and enhance database and form operations
Significant changes have been implemented in the database operations, particularly in update and insert functions, ensuring more stable and efficient handling of queries. Form capabilities have been enhanced by adding new attributes for processing decimal steps, further improving data input methods. This update also includes considerable refactoring and security enhancements in the PDO class.
This commit is contained in:
15
core/i/IModule.php
Normal file
15
core/i/IModule.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
namespace Nibiru\Adapter;
|
||||
/**
|
||||
* interface IModule
|
||||
* @project src
|
||||
* @desc This is a PHP interface file, please specify the use
|
||||
* @author stephan - Maschinen Stockert Großhandels GmbH
|
||||
* @date 27.03.24
|
||||
* @time 11:42
|
||||
* @package ${NAMESPACE}
|
||||
*/
|
||||
interface IModule
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user