Tagged Questions

1
vote
2answers
959 views

Best Way to Organize PHP Class Heirarchy

I've got a somewhat primitive framework I've been using for most of my projects, but a general design issue came to mind that I haven't been able to work out yet. For a given application, should I ...
0
votes
2answers
107 views

Assigning dynamic values with variables / constants in classes

Iv'e always been aware that you cannot set dynamic values to variables within a class structure, but is there any way around this? I have this interface: interface IUserPermissions { /* ...