mirror of
https://github.com/sruupl/batflat.git
synced 2026-02-25 20:40:44 +01:00
Update docs files
This commit is contained in:
@@ -1041,9 +1041,9 @@ $this->core->setNotify('success', 'This is %s!', $foo);
|
||||
Database
|
||||
--------
|
||||
|
||||
The database used in Batflat is SQLite version 3. For its use, CMS uses a simple class that makes it easy to build queries. You do not need to know SQL to be able to operate it.
|
||||
The database used in Batflat is SQLite version 3. For its use CMS uses a simple class that makes it easy to build queries. You do not need to know SQL to be able to operate it.
|
||||
|
||||
In addition, we recommend [*phpLiteAdmin*](https://github.com/sruupl/batflat-pla) app for database management. This is a one-file PHP script similar to *phpMyAdmin*, where you can administer Batflat tables. This will allow you to familiarize yourself with the structure of existing tables.
|
||||
In addition, we recommend [phpLiteAdmin](https://github.com/sruupl/batflat-pla) tool for database management. This is a one-file PHP script similar to *phpMyAdmin*, where you can administer Batflat tables. This will allow you to familiarize yourself with the structure of existing tables.
|
||||
The database file is located in `inc/data/database.sdb`.
|
||||
|
||||
|
||||
|
||||
@@ -1040,9 +1040,9 @@ $this->core->setNotify('success', 'Pomyślnie zainstalowano moduł %s!', $foo);
|
||||
Baza danych
|
||||
-----------
|
||||
|
||||
Zastosowana w Batflacie baza danych to SQLite w wersji 3. Do jej obsługi, CMS wykorzystuje prostą klasę, która ułatwia budowanie zapytań. Nie musisz znać języka SQL, by móc na niej operować.
|
||||
Zastosowana w Batflacie baza danych to SQLite w wersji 3. Do jej obsługi CMS wykorzystuje prostą klasę, która ułatwia budowanie zapytań. Nie musisz znać języka SQL, by móc na niej operować.
|
||||
|
||||
Dodatkowo polecamy aplikację [*phpLiteAdmin*](https://github.com/sruupl/batflat-pla) do zarządzania bazą. Jest to jednoplikowy skrypt PHP, podobny do *phpMyAdmin*, przy pomocy którego można administrować tabelami Batflata. Pozwoli on zapoznać się ze strukturą istniejących tabel.
|
||||
Dodatkowo polecamy narzędzie [phpLiteAdmin](https://github.com/sruupl/batflat-pla) do zarządzania bazą. Jest to jednoplikowy skrypt PHP, podobny do *phpMyAdmin*, przy pomocy którego można administrować tabelami Batflata. Pozwoli on zapoznać się ze strukturą istniejących tabel.
|
||||
Plik bazy znajduje się w `inc/data/database.sdb`.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user