* @author mirzaev */ class core extends model { /** * File * * @var string database Path to the database file */ protected string $file = DATABASES . DIRECTORY_SEPARATOR . 'example.baza'; /** * Constructor * * Initialize the database * * @return void */ public function __construct() { } }