Tag: effort

  • Is object orientated PHP scripting worth the effort?

    I’m currently creating a movie review website in PHP an SQLite. I’m taking a very object orientated approach. For example, all database access goes through an object. Adding a review is as simple as calling a function with the proper data. Here is the function header: Each parameter is an associative array that corresponds to…