Results 1 to 7 of 7

Thread: php devs - mvc worth it or not?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Question php devs - mvc worth it or not?

    There's a lot of talking around mvc at the moment in some php circles, worth dialing into it or is it simply another gimmic?

    Mods - have dropped this in here as it's a general question not a php issue.

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: php devs - mvc worth it or not?

    I've been dialed into it for a couple of years now... it has it's purpose... it's another tool... just like anything else... it's not a silver bullet or the end-all, be-all ... I've been using the CodeIgniter platform. I like it.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: php devs - mvc worth it or not?

    Well, I prefer mvc because it keeps things seperate and I am not that good at php.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Re: php devs - mvc worth it or not?

    NW - we pretty much keep things separate as a design method, easier to maintain that way.

    At the moment not seeing mvc as in anyway speeding up our production, back to rewriting again after deciding we can't drop a product on people without it being OOP Gee third rewrite this year, will it ever hit the web?

  5. #5
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: php devs - mvc worth it or not?

    You might find some info on google helps explain it. I found some links but accidently redirected the wrong tab I had open to a different page and lost all I had typed.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: php devs - mvc worth it or not?

    "At the moment not seeing mvc as in anyway speeding up our production" -- really? I'm finding the opposite true. At least when it comes to some web development. I think it took me longer to write an add-in module than it did to build the website. Granted it wasn't until I actually understood how MVC works, and but it to use in development that I actually grasped the whole concept and can now see how it benefits development. MVVM on the other hand, still escapes my understanding.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2007
    Location
    Godzone, oops Oz
    Posts
    355

    Re: php devs - mvc worth it or not?

    tg just making sure we are on the same page.

    http://en.wikipedia.org/wiki/Model%E...0%93controller

    I fail to see the difference between this approach and the current 3 tier approach we inheriated from the old vb5/6 days. Both allow for separate testing and development of components.

    Currently we're looking into separating out the SQL statements into their own class(es).

    Presentation

    Logic and rules

    Database/XML/ini

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width