[cvs] commit: framework/Rdo/Rdo Base.php

Chuck Hagenbuch chuck at horde.org
Tue Jan 15 07:27:28 UTC 2008


chuck       2008-01-15 02:27:27 EST

  Modified files:
    Rdo/Rdo              Base.php 
  Log:
  Make sure that getting and setting go through __get and __set so that
  domain logic can be enforced. Also check for and call explicit
  getFoo() and setFoo() methods so that programmers have a nicer way to
  add domain logic than big __get/__set switch() statements, while
  allowing users to always us $obj->foo syntax.
  
  Revision  Changes    Path
  1.4       +73 -39    framework/Rdo/Rdo/Base.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo/Base.php?r1=1.3&r2=1.4&ty=u


More information about the cvs mailing list