Welcome Guest, Not a member yet? Register   Sign In
Make own objects
#1

[eluser]juan1904[/eluser]
Hi,

I'm making a playoff schedule for a PS3 EA Sports NHL09 league.
I'm going to make an own class called Game something like this:
Code:
class Game {
  $hometeam;
  $awayteam;

  function __construct($home, away) {
    this.$hometeam = $home;
    this.$awayteam = $away;
  }

  // and some more code here!
}

Then in my controller or in a model I'm gonna make new objects out of this class like $game1 = new Game("Red Wings", "Penguins");

I wonder where to put my new class in codeigniter framework?


Messages In This Thread
Make own objects - by El Forum - 06-11-2009, 02:03 PM
Make own objects - by El Forum - 06-11-2009, 02:06 PM
Make own objects - by El Forum - 06-11-2009, 02:08 PM
Make own objects - by El Forum - 06-11-2009, 02:11 PM
Make own objects - by El Forum - 06-11-2009, 02:13 PM
Make own objects - by El Forum - 06-11-2009, 02:33 PM
Make own objects - by El Forum - 06-11-2009, 02:35 PM
Make own objects - by El Forum - 06-13-2009, 02:49 PM
Make own objects - by El Forum - 06-13-2009, 02:58 PM
Make own objects - by El Forum - 06-13-2009, 03:06 PM
Make own objects - by El Forum - 06-13-2009, 03:11 PM
Make own objects - by El Forum - 06-13-2009, 03:18 PM
Make own objects - by El Forum - 06-13-2009, 03:39 PM
Make own objects - by El Forum - 06-13-2009, 05:00 PM
Make own objects - by El Forum - 06-13-2009, 05:26 PM
Make own objects - by El Forum - 06-13-2009, 05:51 PM
Make own objects - by El Forum - 06-13-2009, 11:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB