Home  >  Article  >  Backend Development  >  Is it better to do website background permissions after the functions are developed or at the beginning?

Is it better to do website background permissions after the functions are developed or at the beginning?

WBOY
WBOYOriginal
2016-08-04 09:20:50969browse

For PHP website background permissions, is it better to do it after the website functions are developed, or can it be done at any time?

Reply content:

For PHP website background permissions, is it better to do it after the website functions are developed, or can it be done at any time?

Plan the permission structure from the beginning. You can refer to: RBAC permission management

It doesn’t seem to matter
It’s best to do it before development

The permission system needs to be planned before the backend is started. Otherwise, when the backend is ready, then consider the permissions, and there will be a lot to change...

Permission structure is infrastructure and must be done in advance

Plan it first, and then you often have to consider permissions when you develop. As for the specific implementation, you can choose now or later

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn