|
This is a demo of a model for
This is a simple script for
It's a simple directory
phpMyMenu is a great PHP file
pagination that differs from
people who want drop down
listing script which lets
that makes a menu out of a
others. It has many features
menu on their website but
you to browse for folder
XML file. Everything is 100%
that distinguish it from
don't have any programming
contents. Integrated file
custimizeable
other methodologies, not the
knowledge.
and folder icons are in one
least of which is multiple
PHP file.
selection of items in the
pages. Another feature is
that it does not suffer the
limitations of html requests
lengths, since it uses
sessions. Also, it does not
go to the database 'well'
for each page. Typically,
for a given set of access
parameters, it only accesses
the database once, caching
away the results in a
session variable. Paging is
thus more fluid. It also
uses HTML form submit
buttons, in conjunction with
a select for page 'jumps',
to page through the document
as opposed to hyperlinks.
This makes for cleaner code
in general.
Date: Nov, 14 2006 Date: Oct, 26 2006 Date: Sep, 16 2006 Date: Sep, 11 2006 |
|
This file illustrates the way
Navigate through a website
A simple, yet powerful method
Include the PHP TreeView
to include navigation
can be most irritating if
to help show your visitor
classes and you can make
dynamically to streamline
the user is not well
their location within your
your own REAL-TIME tree
your efficiency when
informed where he is and
site's structure
menus. Build a whole site
updating your website. The
where he comes from. To
WITHOUT PAGE RELOADS.
code shows how to include
prevent users from being
Retrieve selected node(s) as
navigation both with a
lost the breadcrumbs method
php objects. The script is
text-based navigation and an
is one of the most suitable.
very dynamic with
image-based navigation. The
SimpleXML, XPath and PHP 5
interchangeable design. It
code also includes a focus
are perfect tools to create
behaves like an ordinary
on XHTML and CSS compliance
serious breadcrumbs
JavaScript TreeView with
to W3C standards.
positioning. This class is
real-time update but itīs
taking care of the
developed with PHP/Ajax
breadcrumbs handling. The
(xajax). Features: Use
XML file contains all the
your own image on every
necessary data to control
node.
Link to
standard and breadcrumbs
internal/external
navigation. The script
urls.
Each node can have
controls seven parameters
itīs own http string
you deliver according to
data.
Cross browser
your environment and XML
compability.
Optional
file by adapting the PHP
checkboxes.
Optional
code in the HTML file. The
radiobuttons.
Easy to add
class is made of two parts:
and remove nodes.
Use your
In the first part it loops
own Style Sheet.
Hide root
through the XML file and
node.
Add endless number of
sets text, Url and Id (which
nodes.
Really useful when
has to start with 1 and
showing Site Maps.
needs to be unique and
incremental). In the second
part we use a different
technique to present the XML
data (thanks to HTML table):
First we read the id and set
the corresponding elements
(for example if id is 2 we
show only the homepage, plus
the first and the second
link).
Date: Sep, 08 2006 Date: Sep, 01 2006 Date: Aug, 30 2006 Date: Aug, 22 2006 |