PHP Design for Prof. MVC-Data WebApps

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • webguynow

    PHP Design for Prof. MVC-Data WebApps

    Coming from a Java/J2EE background, I'm wondering what are best
    practices to build robust, fault-recovery, data-driven WebApps.

    Connection Pooling ? Never mentioned ? is it an issue ?
    When to validate a connection ? procedure to restore ?

    Data Abstraction layers ?

    I'll be looking at some of the resources out there:
    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials

    phrame MVC platform
    Pear DB_DataObjects

    Any other helpful reccomendations ? I'm evaluating.
    (anything from IDE's -> platforms -> code generators -> UML)

  • Colin McKinnon

    #2
    Re: PHP Design for Prof. MVC-Data WebApps

    webguynow spilled the following:
    [color=blue]
    > Coming from a Java/J2EE background, I'm wondering what are best
    > practices to build robust, fault-recovery, data-driven WebApps.
    >
    > Connection Pooling ? Never mentioned ? is it an issue ?
    > When to validate a connection ? procedure to restore ?
    >
    > Data Abstraction layers ?
    >
    > I'll be looking at some of the resources out there:
    > http://www.phpclasses.org
    > phrame MVC platform
    > Pear DB_DataObjects
    >
    > Any other helpful reccomendations ? I'm evaluating.
    > (anything from IDE's -> platforms -> code generators -> UML)[/color]

    PHP hasn't accumulated as many snake oil salesmen as Java. If you want
    somebody to 'sell' the product to you and tell you how to use it I charge
    reasonable rates. Here's a free starter:

    1) RTFM - the online version
    2) Go forth (not Forth!) and program (a bit)
    3) work out how to use PHPDoc and rephlux
    4) Google - you've obviously not done much research before arriving here.
    (thats w w w (dot) g o o g l e (dot) c o m)
    5) **think**
    6) lather, rinse, repeat

    C.



    Comment

    Working...