]> git.llucax.com Git - software/bife/base.git/commit
- Added a new feature to Link. Now if the URL is a directory (finishes with 1.0.0beta2
authorLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:02:26 +0000 (04:02 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jul 2003 04:02:26 +0000 (04:02 +0000)
commit21b0e8ce890d9617c9c3073d3cc3988e135f3d0c
tree111d8eeb8c012a5a208c7533bf7bc25ff20f1f51
parent4edc10c21084dd3ae3c7a24f0d4b1ba1996a6dc8
- Added a new feature to Link. Now if the URL is a directory (finishes with
  '/'), index.xbf is automaticly appended.
- Added two new functions to deal with subdirectories and Apaches 'PATH_INFO':
  getWebPath() and getFsPath(). Both returns a string to prepend to a path to
  fix it, one for URL paths and the other for Filesystem paths.
- Added subdirectory support examples.
- Updated UML diagram and version numbers.
Doxyfile
base.xmi
examples/dir/index.xbf [new file with mode: 0644]
examples/dir/subdir/index.xbf [new file with mode: 0644]
examples/index.xbf
examples/otherdir/index.xbf [new file with mode: 0644]
package.xml
src/BIFE/Link.php