]> git.andy128k.dev Git - ipf-legacy-orm.git/commit
Initial repo 0.2 alpha
authoravl <alex.litovchenko@gmail.com>
Sun, 17 Aug 2008 02:27:03 +0000 (05:27 +0300)
committeravl <alex.litovchenko@gmail.com>
Sun, 17 Aug 2008 02:27:03 +0000 (05:27 +0300)
commit6897234a907d09a7f7609cda83a3c113d13c28ea
tree7783a756b1eb0fc9d257b94e53710a486a225cad
Initial repo 0.2 alpha
113 files changed:
ipf/orm.php [new file with mode: 0644]
ipf/orm/access.php [new file with mode: 0644]
ipf/orm/adapter.php [new file with mode: 0644]
ipf/orm/adapter/statement/interface.php [new file with mode: 0644]
ipf/orm/builder.php [new file with mode: 0644]
ipf/orm/cache/interface.php [new file with mode: 0644]
ipf/orm/collection.php [new file with mode: 0644]
ipf/orm/configurable.php [new file with mode: 0644]
ipf/orm/connection.php [new file with mode: 0644]
ipf/orm/connection/module.php [new file with mode: 0644]
ipf/orm/connection/mysql.php [new file with mode: 0644]
ipf/orm/connection/statement.php [new file with mode: 0644]
ipf/orm/connection/unitofwork.php [new file with mode: 0644]
ipf/orm/datadict.php [new file with mode: 0644]
ipf/orm/datadict/mysql.php [new file with mode: 0644]
ipf/orm/event.php [new file with mode: 0644]
ipf/orm/eventlistener.php [new file with mode: 0644]
ipf/orm/eventlistener/interface.php [new file with mode: 0644]
ipf/orm/exception.php [new file with mode: 0644]
ipf/orm/exception/adapter.php [new file with mode: 0644]
ipf/orm/exception/connection.php [new file with mode: 0644]
ipf/orm/exception/locator.php [new file with mode: 0644]
ipf/orm/exception/mysql.php [new file with mode: 0644]
ipf/orm/exception/orm.php [new file with mode: 0644]
ipf/orm/exception/validator.php [new file with mode: 0644]
ipf/orm/export.php [new file with mode: 0644]
ipf/orm/export/mysql.php [new file with mode: 0644]
ipf/orm/formatter.php [new file with mode: 0644]
ipf/orm/hydrator.php [new file with mode: 0644]
ipf/orm/hydrator/abstract.php [new file with mode: 0644]
ipf/orm/hydrator/arraydriver.php [new file with mode: 0644]
ipf/orm/hydrator/recorddriver.php [new file with mode: 0644]
ipf/orm/import/builder.php [new file with mode: 0644]
ipf/orm/import/schema.php [new file with mode: 0644]
ipf/orm/inflector.php [new file with mode: 0644]
ipf/orm/locator.php [new file with mode: 0644]
ipf/orm/locator/injectable.php [new file with mode: 0644]
ipf/orm/manager.php [new file with mode: 0644]
ipf/orm/null.php [new file with mode: 0644]
ipf/orm/overloadable.php [new file with mode: 0644]
ipf/orm/parser.php [new file with mode: 0644]
ipf/orm/parser/spyc.php [new file with mode: 0644]
ipf/orm/parser/yml.php [new file with mode: 0644]
ipf/orm/query.php [new file with mode: 0644]
ipf/orm/query/abstract.php [new file with mode: 0644]
ipf/orm/query/check.php [new file with mode: 0644]
ipf/orm/query/condition.php [new file with mode: 0644]
ipf/orm/query/filter.php [new file with mode: 0644]
ipf/orm/query/filter/chain.php [new file with mode: 0644]
ipf/orm/query/filter/interface.php [new file with mode: 0644]
ipf/orm/query/from.php [new file with mode: 0644]
ipf/orm/query/groupby.php [new file with mode: 0644]
ipf/orm/query/having.php [new file with mode: 0644]
ipf/orm/query/joincondition.php [new file with mode: 0644]
ipf/orm/query/limit.php [new file with mode: 0644]
ipf/orm/query/offset.php [new file with mode: 0644]
ipf/orm/query/orderby.php [new file with mode: 0644]
ipf/orm/query/parser.php [new file with mode: 0644]
ipf/orm/query/part.php [new file with mode: 0644]
ipf/orm/query/registry.php [new file with mode: 0644]
ipf/orm/query/select.php [new file with mode: 0644]
ipf/orm/query/set.php [new file with mode: 0644]
ipf/orm/query/tokenizer.php [new file with mode: 0644]
ipf/orm/query/where.php [new file with mode: 0644]
ipf/orm/rawsql.php [new file with mode: 0644]
ipf/orm/record.php [new file with mode: 0644]
ipf/orm/record/abstract.php [new file with mode: 0644]
ipf/orm/record/filter.php [new file with mode: 0644]
ipf/orm/record/filter/compound.php [new file with mode: 0644]
ipf/orm/record/filter/standard.php [new file with mode: 0644]
ipf/orm/record/iterator.php [new file with mode: 0644]
ipf/orm/record/listener.php [new file with mode: 0644]
ipf/orm/record/listener/chain.php [new file with mode: 0644]
ipf/orm/record/listener/interface.php [new file with mode: 0644]
ipf/orm/relation.php [new file with mode: 0644]
ipf/orm/relation/association.php [new file with mode: 0644]
ipf/orm/relation/foreignkey.php [new file with mode: 0644]
ipf/orm/relation/localkey.php [new file with mode: 0644]
ipf/orm/relation/nest.php [new file with mode: 0644]
ipf/orm/relation/parser.php [new file with mode: 0644]
ipf/orm/sequence.php [new file with mode: 0644]
ipf/orm/sequence/mysql.php [new file with mode: 0644]
ipf/orm/table.php [new file with mode: 0644]
ipf/orm/table/repository.php [new file with mode: 0644]
ipf/orm/template.php [new file with mode: 0644]
ipf/orm/template/listener/timestampable.php [new file with mode: 0644]
ipf/orm/template/timestampable.php [new file with mode: 0644]
ipf/orm/transaction.php [new file with mode: 0644]
ipf/orm/transaction/mysql.php [new file with mode: 0644]
ipf/orm/utils.php [new file with mode: 0644]
ipf/orm/validator.php [new file with mode: 0644]
ipf/orm/validator/country.php [new file with mode: 0644]
ipf/orm/validator/creditcard.php [new file with mode: 0644]
ipf/orm/validator/date.php [new file with mode: 0644]
ipf/orm/validator/driver.php [new file with mode: 0644]
ipf/orm/validator/email.php [new file with mode: 0644]
ipf/orm/validator/errorstack.php [new file with mode: 0644]
ipf/orm/validator/future.php [new file with mode: 0644]
ipf/orm/validator/htmlcolor.php [new file with mode: 0644]
ipf/orm/validator/ip.php [new file with mode: 0644]
ipf/orm/validator/minlength.php [new file with mode: 0644]
ipf/orm/validator/nospace.php [new file with mode: 0644]
ipf/orm/validator/notblank.php [new file with mode: 0644]
ipf/orm/validator/notnull.php [new file with mode: 0644]
ipf/orm/validator/past.php [new file with mode: 0644]
ipf/orm/validator/range.php [new file with mode: 0644]
ipf/orm/validator/readonly.php [new file with mode: 0644]
ipf/orm/validator/regexp.php [new file with mode: 0644]
ipf/orm/validator/time.php [new file with mode: 0644]
ipf/orm/validator/timestamp.php [new file with mode: 0644]
ipf/orm/validator/unique.php [new file with mode: 0644]
ipf/orm/validator/unsigned.php [new file with mode: 0644]
ipf/orm/validator/usstate.php [new file with mode: 0644]