├── CHANGELOG ├── README.md ├── config.php ├── dumbledorm.php ├── generate.php └── test.php /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/CHANGELOG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/README.md -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/config.php -------------------------------------------------------------------------------- /dumbledorm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/dumbledorm.php -------------------------------------------------------------------------------- /generate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/generate.php -------------------------------------------------------------------------------- /test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasonmoo/DumbledORM/HEAD/test.php --------------------------------------------------------------------------------