Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski cf0312ce43 Changed EntityConverter inner workings
In order to understand data types returned by DB engine better,
EntityConverter was changed to use getter/settter methods instead of raw
properties. That way, the methods inside entities can cast to desired
data types when accessed.
2014-10-18 18:48:21 +02:00
data Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
public_html Fixed vendor autoloader placement 2014-10-18 18:48:21 +02:00
src Changed EntityConverter inner workings 2014-10-18 18:48:21 +02:00
tests Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
gruntfile.js Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Changed minification engine (closed #4) 2014-10-18 18:48:20 +02:00
phpcheckstyle.cfg Turned on notifications about unused variables 2014-10-18 18:48:21 +02:00
upgrade.php Fixed vendor autoloader placement 2014-10-18 18:48:21 +02:00