]> git.llucax.com Git - software/bife/bife-all.git/commit
HTML_Template_HIT:
authorLeandro Lucarella <llucax@gmail.com>
Fri, 20 Jun 2003 04:18:50 +0000 (04:18 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Fri, 20 Jun 2003 04:18:50 +0000 (04:18 +0000)
commit715ddc41f45dcf4d64348fef69844618ad1abb3d
tree2b1811e933f108b5bcc134a78805d073e740fa67
parentd2c79885c79f02502a531c00d0d437c96e7c3a4d
HTML_Template_HIT:
    - Added "buffering". You can add parsed templates to a biffer and then
      get all the results.
    - Added "group stacking" to keep the previos group in nested callings.
    - Updated BIFE classes to use new features.
    - Updated example.
BIFE_Link:
    - Added getURL() static method to construct an URL based on BIFE_Link
      attributes.
BIFE_Album:
    - Updated to use BIFE_Link::getURL().
General:
    - Updated ROADMAP.
    - Updated UML diagram.
16 files changed:
doc/ROADMAP
doc/bife.xmi
examples/hit.php
examples/hooks/body.tpl.html [moved from examples/hooks/body.html with 100% similarity]
examples/hooks/cell.tpl.html [moved from examples/hooks/cell.html with 100% similarity]
examples/hooks/row.tpl.html [moved from examples/hooks/row.html with 100% similarity]
src/BIFE/Album.php
src/BIFE/AlbumPhoto.php
src/BIFE/Container.php
src/BIFE/Copy.php
src/BIFE/Generic.php
src/BIFE/Link.php
src/BIFE/Menu.php
src/BIFE/Page.php
src/BIFE/Widget.php
src/HTML/Template/HIT.php