I liked using three layers (data/business logic|services/ui) in Java and wish to apply this to a web site in PHP. What advice, links, tutorials could you suggest in this respect?
P.S: I'm particularly interested in knowing how the domain/entity objects can be written and used.
You could go with some frameworks of PHP.
They already done three layer for you
This could be interesting for you and help you to choose right framework.