blank stub of what the h4 vfs library might look like
authorChuck Hagenbuch <chuck@horde.org>
Fri, 20 Mar 2009 03:14:14 +0000 (23:14 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Fri, 20 Mar 2009 03:16:01 +0000 (23:16 -0400)
commit3947d18d394ab6550863547a3ebb073ee17052b3
tree54b6725ee4a1580a7681a55c3a4b792a5e80d7a4
parenta893b097f254f6f47d584085e12f2b71a5b366a0
blank stub of what the h4 vfs library might look like
15 files changed:
framework/Vfs/lib/Horde/Vfs.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Base.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Db/Base.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Db/Chunked.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Db/File.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Db/S3.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/File.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Ftp.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Adapter/Mogile.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Base.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/Directory.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/DirectoryIterator.php [new file with mode: 0644]
framework/Vfs/lib/Horde/Vfs/File.php [new file with mode: 0644]
framework/Vfs/test/Horde/Vfs/BaseTest.php [new file with mode: 0644]
framework/Vfs/test/Horde/Vfs/Db/BaseTest.php [new file with mode: 0644]