Who can tell me what's a php framework and what's a good one?

Discussion in 'PHP' started by wood, Nov 8, 2008.

  1. #1
    hi,I am running a site about PHP Framework,but I cann't find a exact definition for it,and I am always thinking a question,how to make out a good php framework?feature?Manual?efficiency?or something?

    I want to know your point.

    thanks.

    wood
     
    wood, Nov 8, 2008 IP
  2. gemini181

    gemini181 Well-Known Member

    Messages:
    2,883
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    155
    #2
    You're running a site about something you know nothing about? :confused:

    Cake = Piece of Cake
    Zend = High quality
    Drupal = Perfect, if you learn how to master it

    Does this help?

    EDIT: Yes, they can be hard to define...
    ...Many people call Drupal a CMS, but it is really an excellent PHP framework. :)
     
    gemini181, Nov 8, 2008 IP
  3. seokochin

    seokochin Banned

    Messages:
    298
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Framework are softwares that help the programmer easy coding.You will get almost all functions from Zend.

    Drupal is a CMS I think.
    Why gemini181 call it as framework ?
     
    seokochin, Nov 8, 2008 IP
  4. wood

    wood Active Member

    Messages:
    735
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    83
    #4
    but,what's the Drupal called by himself?framework or cms?
     
    wood, Nov 8, 2008 IP
  5. gemini181

    gemini181 Well-Known Member

    Messages:
    2,883
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    155
    #5
    EDIT: Yes, they can be hard to define...
    ...Many people call Drupal a CMS, but it is really an excellent PHP framework. :)

    It can be both.
     
    gemini181, Nov 8, 2008 IP
  6. wood

    wood Active Member

    Messages:
    735
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    83
    #6
    oh,maybe we have out of this post,would you like discuss what's the php framework,and what's a good one?

    thanks.
    wood
     
    wood, Nov 11, 2008 IP
  7. gemini181

    gemini181 Well-Known Member

    Messages:
    2,883
    Likes Received:
    134
    Best Answers:
    0
    Trophy Points:
    155
    #7
    what's the php framework

    A collection of PHP classes, and modules which make it easier to develop programs.


    what's a good one

    There are dozens ranging from basic to very complex.
    Your questions can best be answered if you experiment yourself with different frameworks. :)

    Here is something I might tackle, but haven't done, yet...

    Integrating Zend Framework and Doctrine
    This article will guide you through the steps needed to set up a project using both the Zend Framework and Doctrine.

    I hope this helps.
     
    gemini181, Nov 11, 2008 IP
  8. rene7705

    rene7705 Peon

    Messages:
    233
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    a framework should take care of several base tasks easilly for you.

    I dont use a php framework, dont even know many, but in this thread smarty and adodb haven't been mentioned yet.
    for templating: http://www.smarty.net/
    for database abstraction (could also be called a mere library) http://adodb.sourceforge.net/

    I suspect that a lot of developers simply put many more tested libraries together, put their own code in modular resuable blocks too, and end up with a framework of their own that's suited to their task.
     
    rene7705, Nov 11, 2008 IP