File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,14 @@ Requirements
1919* php-sqlsrv
2020* php-ease-fluentpdo
2121
22+
23+ Composer
24+ --------
25+
26+ ``` shell
27+ composer require spojenet/pohoda-sql
28+ ```
29+
2230Configuration
2331-------------
2432
@@ -41,16 +49,10 @@ $addr = new Adresar(['ICO'=>'69438676']); //Load record by ICO
4149
4250See https://github.com/VitexSoftware/php-ease-fluentpdo for mor informations
4351
44- Installation
45- ------------
46-
47- Composer is supported:
48-
49- ``` shell
50- composer require spojenet/pohoda-sql
51- ```
52+ Debian Package
53+ --------------
5254
53- also debian package is availble:
55+ also package for debian/ubuntu is availble:
5456
5557``` shell
5658wget -qO- https://repo.vitexsoftware.com/keyring.gpg | sudo tee /etc/apt/trusted.gpg.d/vitexsoftware.gpg
Original file line number Diff line number Diff line change @@ -113,11 +113,6 @@ class Agenda extends \Ease\SQL\Engine
113113 public const REQUESTS = 97 ; // Requests | Poptávky
114114 public const LAST_YEARS_STATEMENTS = 98 ; // Last year's statements | Výkazy minulého roku
115115
116- /**
117- * Klíčový sloupeček v pohodě.
118- */
119- public string $ keyColumn = 'ID ' ; // sloupeček pro defaultní klíčování
120-
121116 /**
122117 * SQL Table structure.
123118 *
You can’t perform that action at this time.
0 commit comments