[cvs] commit: framework/Rdo Rdo.php package.xml framework/Rdo/Rdo Base.php Inflector.php Iterator.php List.php Mapper.php framework/Rdo/docs/examples Clotho.php Task.php User.php framework/Rdo/scripts rdo-model.php incubator/Horde_Company ...

Chuck Hagenbuch chuck at horde.org
Wed Jun 6 19:11:21 UTC 2007


chuck       2007-06-06 15:11:20 EDT

  Modified files:
    Rdo                  Rdo.php package.xml 
    Rdo/Rdo              Inflector.php Iterator.php List.php 
                         Mapper.php 
    Rdo/docs/examples    Clotho.php Task.php User.php 
    Rdo/scripts          rdo-model.php 
    Horde_Company        Horde_Company.php 
    Horde_Currencies     Currencies.php 
    Horde_Rdo            crud.php 
    Horde_Taxes          Taxes.php 
    gulliver/lib         Allowance.php City.php Cost.php 
                         Country.php Distance.php Location.php 
                         Manufacturer.php Mileage.php Post.php 
                         Vehicle.php Worker.php 
    minerva/lib          Bank.php Company.php Email.php Status.php 
                         Tag.php Type.php 
    lib                  Company.php 
    nyphpcon-2006-06/final/lib Property.php 
    nyphpcon-2006-06/v1  index.php 
    nyphpcon-2006-06/v2  index.php 
    nyphpcon-2006-06/v3  index.php 
    nyphpcon-2006-06/v4  dumpTable.php index.php 
    nyphpcon-2006-06/v5/lib Property.php 
    nyphpcon-2006-06/v6/lib Property.php 
    nyphpcon-2006-06/v7/lib Property.php 
  Added files:
    Rdo/Rdo              Base.php 
  Log:
  Split Horde_Rdo into a namespace class (Horde_Rdo) for constants and eventually for global functions (like a global fallback db connection, and a global inflector, etc.) and Horde_Rdo_Base, for the actual entity object management.
  
  Revision  Changes    Path
  1.11      +5 -236    framework/Rdo/Rdo.php
  1.1       +251 -0    framework/Rdo/Rdo/Base.php (new)
  1.2       +1 -1      framework/Rdo/Rdo/Inflector.php
  1.5       +3 -3      framework/Rdo/Rdo/Iterator.php
  1.6       +3 -3      framework/Rdo/Rdo/List.php
  1.11      +6 -6      framework/Rdo/Rdo/Mapper.php
  1.2       +6 -6      framework/Rdo/docs/examples/Clotho.php
  1.2       +2 -2      framework/Rdo/docs/examples/Task.php
  1.2       +2 -2      framework/Rdo/docs/examples/User.php
  1.5       +1 -0      framework/Rdo/package.xml
  1.3       +2 -2      framework/Rdo/scripts/rdo-model.php
  1.2       +2 -2      incubator/Horde_Company/Horde_Company.php
  1.13      +2 -2      incubator/Horde_Currencies/Currencies.php
  1.2       +2 -2      incubator/Horde_Rdo/crud.php
  1.8       +2 -2      incubator/Horde_Taxes/Taxes.php
  1.2       +2 -2      incubator/gulliver/lib/Allowance.php
  1.2       +2 -2      incubator/gulliver/lib/City.php
  1.2       +2 -2      incubator/gulliver/lib/Cost.php
  1.2       +2 -2      incubator/gulliver/lib/Country.php
  1.4       +2 -2      incubator/gulliver/lib/Distance.php
  1.3       +2 -2      incubator/gulliver/lib/Location.php
  1.2       +2 -2      incubator/gulliver/lib/Manufacturer.php
  1.2       +2 -2      incubator/gulliver/lib/Mileage.php
  1.2       +2 -2      incubator/gulliver/lib/Post.php
  1.3       +2 -2      incubator/gulliver/lib/Vehicle.php
  1.3       +2 -2      incubator/gulliver/lib/Worker.php
  1.2       +2 -2      incubator/minerva/lib/Bank.php
  1.3       +2 -2      incubator/minerva/lib/Company.php
  1.2       +2 -2      incubator/minerva/lib/Email.php
  1.2       +2 -2      incubator/minerva/lib/Status.php
  1.2       +2 -2      incubator/minerva/lib/Tag.php
  1.2       +2 -2      incubator/minerva/lib/Type.php
  1.2       +2 -2      merk/lib/Company.php
  1.7       +1 -1      presentations/nyphpcon-2006-06/final/lib/Property.php
  1.10      +1 -1      presentations/nyphpcon-2006-06/v1/index.php
  1.12      +1 -1      presentations/nyphpcon-2006-06/v2/index.php
  1.13      +1 -1      presentations/nyphpcon-2006-06/v3/index.php
  1.10      +1 -1      presentations/nyphpcon-2006-06/v4/dumpTable.php
  1.13      +1 -1      presentations/nyphpcon-2006-06/v4/index.php
  1.7       +1 -1      presentations/nyphpcon-2006-06/v5/lib/Property.php
  1.7       +1 -1      presentations/nyphpcon-2006-06/v6/lib/Property.php
  1.7       +1 -1      presentations/nyphpcon-2006-06/v7/lib/Property.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/co.php/framework/Rdo/Rdo/Base.php?r=1.1
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo/Inflector.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo/Iterator.php?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo/List.php?r1=1.5&r2=1.6&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/Rdo/Mapper.php?r1=1.10&r2=1.11&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/docs/examples/Clotho.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/docs/examples/Task.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/docs/examples/User.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/package.xml?r1=1.4&r2=1.5&ty=u
  http://cvs.horde.org/diff.php/framework/Rdo/scripts/rdo-model.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Company/Horde_Company.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Currencies/Currencies.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Rdo/crud.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/Horde_Taxes/Taxes.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Allowance.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/City.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Cost.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Country.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Distance.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Location.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Manufacturer.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Mileage.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Post.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Vehicle.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/gulliver/lib/Worker.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Bank.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Company.php?r1=1.2&r2=1.3&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Email.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Status.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Tag.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/incubator/minerva/lib/Type.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/merk/lib/Company.php?r1=1.1&r2=1.2&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/final/lib/Property.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v1/index.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v2/index.php?r1=1.11&r2=1.12&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v3/index.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v4/dumpTable.php?r1=1.9&r2=1.10&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v4/index.php?r1=1.12&r2=1.13&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v5/lib/Property.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v6/lib/Property.php?r1=1.6&r2=1.7&ty=u
  http://cvs.horde.org/diff.php/presentations/nyphpcon-2006-06/v7/lib/Property.php?r1=1.6&r2=1.7&ty=u


More information about the cvs mailing list