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 is the fastest way to build php projects ?

Discussion in 'PHP' started by ramysarwat, Nov 19, 2010.

  1. #1
    what is the fastest way to build php projects ?

    i mean to have user registration system, user and andmin control panel and functions like that
     
    ramysarwat, Nov 19, 2010 IP
  2. Gray Fox

    Gray Fox Well-Known Member

    Messages:
    196
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #2
    I suggest you take a look at Symfony framework screencasts, especially the admin generator. I myself use Zend framework with custom scaffold generator. Either way, a framework is a must use.
     
    Gray Fox, Nov 19, 2010 IP
  3. courageous

    courageous Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi ramysarwat, you can use any php framework (opensource) to build a website,such as phpmvc,drupal,joomla...
     
    courageous, Nov 19, 2010 IP
  4. Gray Fox

    Gray Fox Well-Known Member

    Messages:
    196
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Drupal, Joomla, Wordpress etc. are CMS's, not frameworks, learn the difference.
     
    Gray Fox, Nov 19, 2010 IP
  5. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #5
    As Gray Fox stated, know the difference between CMS's and frameworks.

    After three years of professional PHP development I've found CMS's to be more of a pain in the arse on big projects, you'll soon hit their limitations.
    Personally I swear by Yii and Codeignitor for big projects. (frameworks)

    It all depends on the type of project you are talking about though, if it's just a simple website - go with the right CMS for the job.
    If it's something more specific like an inventory management system, choose the right framework.
     
    Deacalion, Nov 20, 2010 IP
  6. helloguys12345678

    helloguys12345678 Greenhorn

    Messages:
    50
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    20
    #6
    I think Codeigniter is a good lightweight framework. It's easily extensible and has a small footprint. I personally think symphony is an overkill for small to medium sized projects since it's footprint is not small. Also, symphony's learning curve is steeper than Codeigniter.
     
    helloguys12345678, Nov 20, 2010 IP