Gallery3 Scaffold
This is
a scaffold:
a temporary structure built to support the developers as
they create the real product. As we flesh out Gallery 3,
we'll make it possible for you to peer inside and see the
application taking shape. Eventually, this page will go
away and you'll start in the application itself. In the
meantime, here are some useful links to get you started.
= $syscheck ?>
= html::anchor("album/1", "Browse Gallery") ?>
(= $album_count ?> albums, = $photo_count ?> photos)
- add: [
foreach (array(1, 10, 50, 100, 500, 1000) as $count): ?>
- = html::anchor("welcome/add/$count", "$count") ?>
endforeach ?>
- ] photos and albums
- = html::anchor("welcome/mptt&type=text", "MPTT tree (text)") ?>
-
= html::anchor("welcome/mptt", "MPTT tree (graph)") ?>
(requires /usr/bin/dot from the graphviz package)
if ($deepest_photo): ?>
-
= html::anchor("photo/{$deepest_photo->id}", "Deepest photo") ?>
(= $deepest_photo->level ?> levels deep)
endif ?>
- Profiling:
if (Session::instance()->get("use_profiler", false)): ?>
on = html::anchor("welcome/profiler?use_profiler=0", "off") ?>
else: ?>
= html::anchor("welcome/profiler?use_profiler=1", "on") ?> off
endif ?>