PHP programers - do you use frameworks?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alsdesign
    Confirmed User
    • Jun 2004
    • 199

    #1

    PHP programers - do you use frameworks?

    I think times are changing in regards to PHP, especially when you consider developing new software / scripts. Using a good PHP framework can help you a lot with rapid application development. Many of my friends who are programmers use these frameworks, one of the most recommended is Yii framework - http://www.yiiframework.com

    So my question is: what is your opinion on frameworks?

    I think if chosen carefully, they can significantly increase productivity without need for strong hardware. Not speaking of changes / updates which are much easier in object oriented environment.

    Al's design - adult and mainstream design, programming & development

    Amerinoc hosting - hosting that I trust
  • CS-Jay
    Confirmed User
    • Oct 2003
    • 1794

    #2
    I build a small frame work, using oop and or functions. No need for huge overheads in my book. Then again, the speed of our development is not a problem.
    I do stuff - aIm CS_Jay_D

    Comment

    • munki
      Do Fun Shit.
      • Dec 2004
      • 13393

      #3
      It's a tool... use the right one for the job, and life is a lot simpler.

      I have the simplest tastes. I am always satisfied with the best.” -Oscar Wilde

      Comment

      • alsdesign
        Confirmed User
        • Jun 2004
        • 199

        #4
        CS-Jay, yes I agree if time is not crucial building your own framework is fine.

        But imagine when you create new, different kind of software often. In ideal world one CMS would handle it all, but we know such system doesn't exist. If functionality of required system is too different I think that's when other frameworks come in play.

        Al's design - adult and mainstream design, programming & development

        Amerinoc hosting - hosting that I trust

        Comment

        • myneid
          Confirmed User
          • Jan 2003
          • 736

          #5
          if you are building a product, like say an entire cms, then yea, use a framework. i typically go for zend framework since i know it will always be updated. but doing a lot of Ruby on Rails makes ZF very painful.
          Tanguy 0x7a69 inc. Programmer/President/CEO
          http://www.0x7a69.com
          A Leader in Programming since 1996
          PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

          Comment

          • alsdesign
            Confirmed User
            • Jun 2004
            • 199

            #6
            Originally posted by myneid
            if you are building a product, like say an entire cms, then yea, use a framework. i typically go for zend framework since i know it will always be updated. but doing a lot of Ruby on Rails makes ZF very painful.
            I heard very good things about Ruby, one friend even compared to saying "once you go black, you never back" Shame I'm too busy, would love learn it.

            Al's design - adult and mainstream design, programming & development

            Amerinoc hosting - hosting that I trust

            Comment

            • myneid
              Confirmed User
              • Jan 2003
              • 736

              #7
              yes, Ruby on Rails is the kind of thing that once you start doing, php frameworks seem tedious
              Tanguy 0x7a69 inc. Programmer/President/CEO
              http://www.0x7a69.com
              A Leader in Programming since 1996
              PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

              Comment

              • HomerSimpson
                Too lazy to set a custom title
                • Sep 2005
                • 13826

                #8
                If I use any I use CodeIgniter, but mostly I use PHP + Smarty only (for most of smaller projects)...
                Make a bank with Chaturbate - the best selling webcam program
                Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

                PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

                Comment

                • Klen
                  • Aug 2006
                  • 32235

                  #9
                  It is mandatory to use framework now.

                  Comment

                  • myneid
                    Confirmed User
                    • Jan 2003
                    • 736

                    #10
                    Originally posted by KlenTelaris
                    It is mandatory to use framework now.
                    it was always mandatory, most of us just chose to roll our own, it didnt have to be an MVC framework.

                    codeIgniter is pretty cool, but not my cup of tea.
                    Tanguy 0x7a69 inc. Programmer/President/CEO
                    http://www.0x7a69.com
                    A Leader in Programming since 1996
                    PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

                    Comment

                    • sexytimez
                      Registered User
                      • Apr 2009
                      • 94

                      #11
                      What do you think of CakePhp as framework,

                      I made a simple project with it once, but i wanted to know if it was really usefull !
                      Sexytimez.net (Dump Site)
                      VIP Revenue Brand new 100% HD Specialized Paysites
                      ICQ : 371627661

                      Comment

                      • myneid
                        Confirmed User
                        • Jan 2003
                        • 736

                        #12
                        Originally posted by sexytimez
                        What do you think of CakePhp as framework,

                        I made a simple project with it once, but i wanted to know if it was really usefull !
                        yea cake is great, i didnt like the strict restrictions on table naming conventions but it really is a great framework, easilly in the top 5
                        Tanguy 0x7a69 inc. Programmer/President/CEO
                        http://www.0x7a69.com
                        A Leader in Programming since 1996
                        PHP, Ruby on Rails, MySQL, PCI DSS, and any Technical Consulting

                        Comment

                        • sexytimez
                          Registered User
                          • Apr 2009
                          • 94

                          #13
                          Ok thanks for your opinion !
                          Sexytimez.net (Dump Site)
                          VIP Revenue Brand new 100% HD Specialized Paysites
                          ICQ : 371627661

                          Comment

                          • Varius
                            Confirmed User
                            • Jun 2004
                            • 6890

                            #14
                            I stick with my own custom mini-framework/structure/libraries I have built up over the years. I've looked at some of the popular frameworks out there but have yet to find any reason/advantages to use one.
                            Skype variuscr - Email varius AT gmail

                            Comment

                            • GrouchyAdmin
                              Now choke yourself!
                              • Apr 2006
                              • 12085

                              #15
                              Originally posted by alsdesign
                              I think if chosen carefully, they can significantly increase productivity without need for strong hardware. Not speaking of changes / updates which are much easier in object oriented environment.
                              Yes, and unrelated unless you fucking suck at your job and/or framework. A framework should not add enough overhead to be horribly noticed if implemented. If so, it's either your use of it, or it's own construction that failed.

                              Comment

                              • goodsites
                                Confirmed User
                                • Jan 2010
                                • 538

                                #16
                                frameworks are a joke, 99% of coding is handling exceptions, frameworks help zero regards with exceptions in many cases, causes more work than neccessary, this is no time saving whatsoever, unless you like unsecure poorly coded crap which seems to be the norm in todays world... why code a solid piece of software for some jerk who don't want to pay any money..so lets give em frameworks.. it does the job, when they get hacked later or they notice the 15,000 problems we will let some poor sap worry about the fixes..

                                oh wait, wasnt the point of frameworks to be secure? i mean 80% of the code is not even in the web root... or wait.. 90% of frameworks dont even take advantage of this? let alone stop data tampering?
                                Last edited by goodsites; 08-06-2010, 12:32 PM.

                                Comment

                                Working...