Tagged Questions
2
votes
4answers
543 views
Multi-tier applications with PHP?
I am relatively new to PHP, but experienced Java programmer in complex enterprise environments with SOA architecture and multitier applications. There, we'd normally implement business applications ...
1
vote
4answers
150 views
Determining “Number of Users below” in a multi-tier member database
I've programmed a membership site for a client within which members join below other users. e.g.
userid | name | subof
1 | John | 0
2 | Joe | 1
3 | Jill | 0
4 | Janet | 2
5 ...
0
votes
1answer
50 views
php tier board style
I'm making a sort of a tier board style list, so each record can have its own sub-section etc, just like I have shown below. Any guidance on how it would be done?
id name dob ...