Sidebar
Global Loops with WebYep
These pages demonstrate the usage of global loops in WebYep. Check out the source code to see how it is done.
There are 2 loop containers in this example:
Pages 1.x use a <div> container to hold the loop items (globalLoop1.php), while pages 2.x use a <table>. The important difference is that with tables you must place the controls for the loop manually (see globalLoop2.php) and since you probably don't want the <table> tag repeated, you must place it outside the actual loop (see globalLoop2.php).
Important: This example needs to be run on a web server with a working WebYep installation!
For a detailed explanation please visit www.obdev.at.