PHP The Right Way - Part 8

4 months ago
5

Today is episode 8 of PHP The Right Way series, in which we are building a simple PHP crud application from scratch without using anything that your Senior Software Architect at work would recommend - useless tools like composer, docker, web and ORM frameworks. This episode marks the completion of the pages we use to manage our database entries - users, roles and actions. It came out short, because we are going to start next time a whole new chapter - authentication and authorization.

Source code: https://github.com/solisted/php-the-right-way

Loading comments...