Compare commits
4 Commits
b1ee745aac
...
2.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| b08051ccd3 | |||
| beccbfee1e | |||
| 14c2629fb3 | |||
| a5a79f2143 |
1
.gitignore
vendored
Normal file → Executable file
1
.gitignore
vendored
Normal file → Executable file
@@ -1 +1,2 @@
|
|||||||
vendor
|
vendor
|
||||||
|
composer.lock
|
||||||
|
|||||||
0
composer.json
Normal file → Executable file
0
composer.json
Normal file → Executable file
97
composer.lock
generated
97
composer.lock
generated
@@ -1,97 +0,0 @@
|
|||||||
{
|
|
||||||
"_readme": [
|
|
||||||
"This file locks the dependencies of your project to a known state",
|
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
||||||
"This file is @generated automatically"
|
|
||||||
],
|
|
||||||
"content-hash": "0c82d08a56b9613dcd0f25c1e08ce433",
|
|
||||||
"packages": [
|
|
||||||
{
|
|
||||||
"name": "mirzaev/baza",
|
|
||||||
"version": "3.4.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.svoboda.works/mirzaev/baza",
|
|
||||||
"reference": "ec2721dc7727ebcd43b780892f3df6831dfff06b"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": "^8.4"
|
|
||||||
},
|
|
||||||
"type": "database",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"mirzaev\\baza\\": "mirzaev/baza/system/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"WTFPL"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
||||||
"email": "arsen@mirzaev.sexy",
|
|
||||||
"homepage": "https://mirzaev.sexy",
|
|
||||||
"role": "Programmer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Lightweight binary database by pure PHP",
|
|
||||||
"homepage": "https://git.svoboda.works/mirzaev/baza",
|
|
||||||
"keywords": [
|
|
||||||
"Plain",
|
|
||||||
"binary",
|
|
||||||
"lightweight"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"email": "arsen@mirzaev.sexy",
|
|
||||||
"issues": "https://git.svoboda.works/mirzaev/baza/issues",
|
|
||||||
"wiki": "https://git.svoboda.works/mirzaev/baza/wiki"
|
|
||||||
},
|
|
||||||
"time": "2025-08-08T14:27:29+00:00"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "svoboda/time",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.svoboda.works/svoboda/time",
|
|
||||||
"reference": "0764960606d56a9f0865ebb07671d30a7d232b6a"
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": "^8.4"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"svoboda\\time\\": "svoboda/time/system"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"WTFPL"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Arsen Mirzaev Tatyano-Muradovich",
|
|
||||||
"email": "arsen@mirzaev.sexy",
|
|
||||||
"homepage": "https://mirzaev.sexy",
|
|
||||||
"role": "Programmer"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "Time since Svoboda was created",
|
|
||||||
"homepage": "https://git.svoboda.works/svoboda/time",
|
|
||||||
"time": "2025-02-02T11:04:25+00:00"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packages-dev": [],
|
|
||||||
"aliases": [],
|
|
||||||
"minimum-stability": "stable",
|
|
||||||
"stability-flags": {},
|
|
||||||
"prefer-stable": false,
|
|
||||||
"prefer-lowest": false,
|
|
||||||
"platform": {
|
|
||||||
"php": "^8.4"
|
|
||||||
},
|
|
||||||
"platform-dev": {},
|
|
||||||
"plugin-api-version": "2.6.0"
|
|
||||||
}
|
|
||||||
0
mirzaev/record/system/interfaces/record.php
Normal file → Executable file
0
mirzaev/record/system/interfaces/record.php
Normal file → Executable file
37
mirzaev/record/system/traits/record.php
Normal file → Executable file
37
mirzaev/record/system/traits/record.php
Normal file → Executable file
@@ -10,7 +10,7 @@ use svoboda\time\statement as svoboda;
|
|||||||
// Baza database
|
// Baza database
|
||||||
use mirzaev\baza\database,
|
use mirzaev\baza\database,
|
||||||
mirzaev\baza\column,
|
mirzaev\baza\column,
|
||||||
mirzaev\baza\record as baza,
|
mirzaev\baza\record as baza_record,
|
||||||
mirzaev\baza\enumerations\encoding,
|
mirzaev\baza\enumerations\encoding,
|
||||||
mirzaev\baza\enumerations\type;
|
mirzaev\baza\enumerations\type;
|
||||||
|
|
||||||
@@ -44,9 +44,32 @@ trait record
|
|||||||
/**
|
/**
|
||||||
* Record
|
* Record
|
||||||
*
|
*
|
||||||
* @var baza $record The record instance
|
* @var baza_record $record The record instance
|
||||||
*/
|
*/
|
||||||
protected baza $record;
|
protected baza_record $record;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor
|
||||||
|
*
|
||||||
|
* @method record|null $record The record
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function __construct(?record $record = null)
|
||||||
|
{
|
||||||
|
// Initializing the database
|
||||||
|
/* $this->database = new database()
|
||||||
|
->encoding(encoding::utf8)
|
||||||
|
->columns(
|
||||||
|
new column('identifier', type::long_long_unsigned),
|
||||||
|
new column('updated', type::integer_unsigned),
|
||||||
|
new column('created', type::integer_unsigned)
|
||||||
|
)
|
||||||
|
->connect($this->file); */
|
||||||
|
|
||||||
|
// Initializing the record
|
||||||
|
$record instanceof baza_record and $this->record = $record;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Read
|
* Read
|
||||||
@@ -64,7 +87,7 @@ trait record
|
|||||||
offset: 0
|
offset: 0
|
||||||
)[0] ?? false;
|
)[0] ?? false;
|
||||||
|
|
||||||
if ($record instanceof baza) {
|
if ($record instanceof baza_record) {
|
||||||
// Initialized the record
|
// Initialized the record
|
||||||
|
|
||||||
// Exit (success)
|
// Exit (success)
|
||||||
@@ -86,8 +109,8 @@ trait record
|
|||||||
{
|
{
|
||||||
// Writing into the database
|
// Writing into the database
|
||||||
$record = $this->database->read(
|
$record = $this->database->read(
|
||||||
filter: fn(baza $record) => $record->identifier === $this->record->identifier,
|
filter: fn(baza_record $record) => $record->identifier === $this->record->identifier,
|
||||||
update: function (baza &$record) {
|
update: function (baza_record &$record) {
|
||||||
$this->record->updated = svoboda::timestamp();
|
$this->record->updated = svoboda::timestamp();
|
||||||
$record = $this->record;
|
$record = $this->record;
|
||||||
},
|
},
|
||||||
@@ -95,7 +118,7 @@ trait record
|
|||||||
offset: 0
|
offset: 0
|
||||||
)[0] ?? false;
|
)[0] ?? false;
|
||||||
|
|
||||||
if ($record instanceof record) {
|
if ($record instanceof baza_record) {
|
||||||
// Initialized the record
|
// Initialized the record
|
||||||
|
|
||||||
// Exit (success)
|
// Exit (success)
|
||||||
|
|||||||
Reference in New Issue
Block a user