summaryrefslogtreecommitdiffstats
path: root/src/Utils/Misc.php
Commit message (Expand)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+0
* Remove useless parenthesesMaurício Meneghini Fauth2019-12-141-3/+3
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-1/+1
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-17/+17
* Cleanup and improve readability:Bruno Perel2018-11-261-9/+8
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-3/+3
* Apply php-cs-fixerDamian Dlugosz2017-01-061-9/+5
* Clarify licenseMichal Čihař2016-09-261-1/+1
* Remove @author from comment metadataMichal Čihař2016-09-261-1/+0
* Replaced explicit calls to Component::build() with implicit calls to Componen...Dan Ungureanu2015-08-181-10/+15
* Consistent PHPDoc style.Dan Ungureanu2015-08-151-1/+2
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-0/+1
* Imporved JOIN parsing and building.Dan Ungureanu2015-07-101-21/+14
* More coding style fixes. And typos. Lots of them.Dan Ungureanu2015-07-081-3/+2
* Coding style fixes.Dan Ungureanu2015-07-081-3/+6
* Improved documentation.Dan Ungureanu2015-06-261-13/+19
* Added query utilities.Dan Ungureanu2015-06-251-3/+4
* Less strict type hinting in Utilities subpackage.Dan Ungureanu2015-06-241-4/+8
* Refactoring.Dan Ungureanu2015-06-231-2/+1
* Added table utilities.Dan Ungureanu2015-06-221-2/+2
* Refactoring.Dan Ungureanu2015-06-221-5/+5
* Fixed coding style.Dan Ungureanu2015-06-221-3/+15
* Improved documentation and coding style.Dan Ungureanu2015-06-161-3/+3
* Follow the PSR2 standard.Dan Ungureanu2015-06-131-2/+1
* Added method that extracts aliases map.Dan Ungureanu2015-06-121-0/+91