RegistrationRequestsTablePeer.php 517 B

1234567891011121314151617181920
  1. <?php
  2. /**
  3. * Skeleton subclass for performing query and update operations on the 'registrationRequests' table.
  4. *
  5. *
  6. *
  7. * This class was autogenerated by Propel 1.3.0-dev on:
  8. *
  9. * Sat Sep 26 07:07:41 2009
  10. *
  11. * You should add additional methods to this class to meet the
  12. * application requirements. This class will only be generated as
  13. * long as it does not already exist in the output directory.
  14. *
  15. * @package lib.model
  16. */
  17. class RegistrationRequestsTablePeer extends BaseRegistrationRequestsTablePeer
  18. {
  19. }