PHP Framework / Library Suggestions for a Backend

Posted by frbry on Stack Overflow See other posts from Stack Overflow or by frbry
Published on 2010-05-26T13:23:22Z Indexed on 2010/05/26 13:51 UTC
Read the original article Hit count: 243

Filed under:
|
|
|
|

I am about to start to developing backend site of a php project. Companies and site admins will login to this site and manage their data on the project.

My previous admin panel experiences were full of agony and pain. So I want to make sure that I choose correct tools for my purpose.

By the way, please note, I'm not looking for scaffolding. There won't be much tables in my database. Instead, there will be complex logic between entities.

I want clear seperation of markup and logic code and easy-to-use and standardized user-interface.

Thank you.

© Stack Overflow or respective owner

Related posts about php

Related posts about library