DEV Community

yusufocaliskan
yusufocaliskan

Posted on

Php Mvc Framework

Image descriptionPhp is a strong language, but not that organized! Zerdeşt [zerdesht] Mvc structure aiming that solve that problem. However, Zerdeşt is now at the very beginning, we need your help as well. Please don't be shy when you have even a small idea or suggest putting the light on the problem of the structure. We are working on it, day by day, and try to make it more secure and strong. Do you want to take a look?

Here is the github repository.

git clone https://github.com/yusufocaliskan/php-zerdest-mvc
Enter fullscreen mode Exit fullscreen mode

For the first installation:

zerdest start [your-database-name]
Enter fullscreen mode Exit fullscreen mode

Zerdeşt would create a new database while installing itself by that command if there isn't any database that exists with the same name that is given by the command. Besides it would also create a new controller called login if there isn't any.

To create a new fresh controller just use that command

zerdest new-controller [a-new-controller-name]
Enter fullscreen mode Exit fullscreen mode

that is all!

Enjoy!

Top comments (0)