What's the PHP equivalent to this Python environment.

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

    What's the PHP equivalent to this Python environment.

    On Python i use:

    Webware - Application Server
    SQLObject - Object Relational Mapper
    FunFormKit - Form Handling
    Cheeta - Template Engine

    for my web development.
    Now i'm looking for a comparable PHP solution:
    I only found that Smarty is more or less the default template
    engine and one of the few that are actively developed.

    But a (short) goggle search for a form handling and an "object relational
    mapping" library did not give me a useable result.

    So what would you recommend.
Working...