Commit Graph

42 Commits

Author SHA1 Message Date
kj 9785954870 Add SITE_URL constant. 2021-07-10 15:53:48 -04:00
kj e424139072 Remove unused use. 2021-06-21 16:08:29 -04:00
kj d23ecfbde6 Add a 404 custom controller option on Router. 2021-03-25 12:02:50 -04:00
kj 8d418c8eb9 Change private functions to protected. 2021-01-12 21:29:23 -04:00
kj 69c982b3e9 Fix join orden on query. 2020-12-03 11:13:30 -04:00
kj 0613ecb373 Fix variable name in search method. 2020-12-03 11:05:34 -04:00
kj cbd59c217f Added setNull method to ModelMysql. 2020-10-24 04:47:39 -04:00
kj 831dd7ad47 Fix error on middleware set for DELETE method. 2020-08-11 18:52:35 -04:00
kj 8a46d9a3c9 Fix error with join and PHP 7.4. 2020-08-08 02:24:11 -04:00
kj fe98d94692 Fix count when there is a "group by" in the query (do not delete actual select). 2020-07-22 10:52:40 -04:00
kj a7cb44a04b Don't save undefined atributes. 2020-07-22 10:25:51 -04:00
kj 5679bbf2c5 Don't save undefined atributes. 2020-07-17 21:54:17 -04:00
kj d04cd18c9a another update to readme.md. 2020-07-16 19:46:45 -04:00
kj a219354417 add telegram link to readme.md 2020-07-16 19:28:36 -04:00
kj 3c79ed1cbd update readme.md 2020-07-16 19:24:03 -04:00
kj 6c853b6d06 update readme.md 2020-07-16 19:17:52 -04:00
kj 02c0dbef50 - Params renamed to Neuron
- add path atribute to Router req
- add viewPath param to View
2020-06-11 06:25:41 -04:00
kj 3d18ede54d Replaced tabs to spaces. 2020-05-11 03:21:47 -04:00
kj 7aa5877492 Replaced tabs to spaces. 2020-05-11 03:13:32 -04:00
kj c9f6887d5b Change protected attrs to static protected. 2020-05-11 03:11:11 -04:00
kj 2ba6079f17 Fix typo error (again). 2020-05-02 14:04:49 -04:00
kj 28ada2810d fix typo error. 2020-05-01 19:17:47 -04:00
kj 9d31dc1c24 Add '?>' to Router.php at end. 2020-04-21 18:57:01 -04:00
kj 27fe81c634 change resetQuery to protected. 2020-04-18 14:22:21 -04:00
kj 5d2612214d Remove deprecated create_function and use ReflectionClass instead. 2020-04-09 18:22:47 -04:00
kj a2503adba2 Fix error when call non-static funtion 'getInstance' as static on ModelMysql. 2020-04-09 17:39:45 -04:00
kj a036d0e1be Change to . 2020-04-03 18:00:48 -04:00
kj 8f1c00ebdf Allow where table1.colum=table2.colum on ModelMySQL. 2020-03-27 10:47:00 -04:00
kj 2d377eb803 Allow change from on ModelMySQL. 2020-03-27 10:25:40 -04:00
kj f6c82c7a8c Add inner join to ModelMySQL. 2020-03-27 08:50:33 -04:00
kj c929a3a454 Change self to static in ModelMysql. 2020-03-24 19:37:39 -04:00
kj 682452efc1 Fix error in search method. 2020-03-17 13:53:48 -04:00
kj 28880347a4 add comments to Libs. 2020-03-17 13:46:16 -04:00
kj 23704b3fb6 remove unnecessary init.php. 2020-03-17 13:45:38 -04:00
kj cca5cb26ec Improve Params. 2020-03-17 09:20:58 -04:00
kj b07333f3c8 Improve params. 2020-03-16 22:54:12 -04:00
kj 255ef0a75d change from object to param class. 2020-03-16 16:35:19 -04:00
kj 856557405e fix and/or concatenation. 2020-03-16 14:50:27 -04:00
kj 708cce70eb remove urldecode on getter of Params class. 2020-03-14 19:54:57 -04:00
kj b8d4f92ddc Fix Params class at empty values. 2020-03-13 22:41:48 -04:00
kj f5967591e1 add left and right join to ModelMysql. 2020-03-12 00:57:15 -04:00
kj 9539b43212 First commit. 2020-03-07 23:37:19 -04:00