-
Notifications
You must be signed in to change notification settings - Fork 15
Description
when revised the code.. you have a fairly abstract vision, which makes it difficult to collaborate if you don't have good programming skills specially when dont have good OOP skills ... that makes it difficult for any person to collaborate in your application
this issue is not only the usage of a new class as https://www.kavoir.com/2012/04/php-class-for-handling-htpasswd-and-htgroup-member-login-user-management.html ( that class provides a htpasswd with group support! )
but also the management of the gui ones.. at includes/user_table.php (that list only user and mail, will now must list group also) and model/meta_model.php (that abstract for OOP the user object from .htpasswd and .meta files now must hable a group array and now only a grou item)
i request for this cos the main clases index.php it calls itselft to manage all the things.. by the usage of the rest of clasess. too abstrac and great .. but complicated for me! thanks` in advance.