YaWK / yawk.io

YaWK - Yet another Web Kit [work in progress]
https://yawk.io
MIT License
9 stars 2 forks source link

add Mysqldump-php class #250

Closed YaWK closed 6 years ago

YaWK commented 6 years ago

add system/engines/mysqldump - this class will be useful to dump the database into .sql file without the need of exec('mysqldump') server-side (because not every hosting package allow this)

YaWK commented 6 years ago

added current version