Tagged Questions

4
votes
7answers
547 views

Multi-Tier in PHP..the right way?

I have a specific question, that could use a general answer... When building Multi-Tier applications in PHP, does everything have to be done in the Business Logic layer, or can any layer do work... ...
2
votes
4answers
544 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
151 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 ...