Search code examples
javaphpthree-tier

Three-layered approach in PHP


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.


Solution

  • You could go with some frameworks of PHP.

    They already done three layer for you

    ZendFramework

    CakePHP

    This could be interesting for you and help you to choose right framework.

    PHPFrameworks