Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Dynamic object model  (Read 1633 times)

0 Members and 1 Guest are viewing this topic.

Offline ahmed

  • Members
  • *
Dynamic object model
« on: 28 Feb 2007, 23:21:29 »
Could somebody please help me with the following question:
Does the engine support dynamic class creation (i.e. dynamic object model)?

Dynamic object model: "stores the object model for itself in a way that can be modified dynamically. This means it will have classes like "Class", "Attribute", and "Association"." http://st-www.cs.uiuc.edu/users/johnson/DOM.html

If not can I use the interpreted scripting to create dynamic classes.

Thanks

Offline ahmed

  • Members
  • *
Re: Dynamic object model
« Reply #1 on: 13 Mar 2007, 21:07:26 »
 :whistle:

Offline Planck

  • Honoured
  • Former Staff
  • ****
  • I'm never wrong ....I'm just not always right !
Re: Dynamic object model
« Reply #2 on: 13 Mar 2007, 21:21:48 »
I would say No.

Also AFAIK you cannot create classes via scripting.



Planck
I know a little about a lot, and a lot about a little.

Offline ahmed

  • Members
  • *
Re: Dynamic object model
« Reply #3 on: 13 Mar 2007, 21:34:15 »
thanks