Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
class DbModel
|
||||
{
|
||||
public $data;
|
||||
public $data = [];
|
||||
public $table;
|
||||
public $table_key = 'id';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user