1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What PHP frame work do you use?

Discussion in 'PHP' started by goldensea80, Apr 4, 2008.

?

What PHP frame work do you use?

  1. Symfony

    3 vote(s)
    6.8%
  2. CakePHP

    4 vote(s)
    9.1%
  3. Zend Framework

    10 vote(s)
    22.7%
  4. I use my own

    10 vote(s)
    22.7%
  5. Other (please specify)

    6 vote(s)
    13.6%
  6. What the heck are framework?

    11 vote(s)
    25.0%
  1. itnashvilleCOM

    itnashvilleCOM Banned

    Messages:
    176
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #41
    Framework is pre-developed code that you can reuse over and over to speed up development of complex systems. Ther eis nothing wrong with just coding what is needed, framework just helps you get there faster by reusing code.
     
    itnashvilleCOM, Jul 11, 2008 IP
  2. slaydragon

    slaydragon Banned

    Messages:
    1,403
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #42
    oic.. is the php syntax similar in what is used in framework? is framework something like a library? like prototypejs and jquery?
     
    slaydragon, Jul 11, 2008 IP
  3. itnashvilleCOM

    itnashvilleCOM Banned

    Messages:
    176
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #43
    A framework is like this. Over the course of 2 years you used the same custom user management system for most projects. You improve it over time. To this day, you use it for all membership sites you build, instead of coding custom user management systems everytime. That user management system is a framework. Php code is php code, all the same. The scripts you mentioned are not php, they are javascript.
     
    itnashvilleCOM, Jul 11, 2008 IP
  4. clinton

    clinton Well-Known Member

    Messages:
    2,166
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    110
    #44
    Yes, similar, it's a collection of code or more like a skeleton to work with so a developer doesn't have to start from scratch every time. Usually it is a library of advanced or not so advanced scripts that help save time so you don't have to recode everything.
     
    clinton, Jul 11, 2008 IP