Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
02/22/06 11:11:42 (12 years ago)
- Author:
-
ivolooser
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
1 | | == Bread Crumb Style Naviation using CherryPy Introspection == |
| 1 | == Bread Crumb Style Naviation using !CherryPy Introspection == |
2 | 2 | |
3 | 3 | This example shows how to implement bread crumb style navigation using introspection. I like this navigation style and I wanted to implement it using the structure I defined in my controllers. A hint on the mailing list (thanks Elvelind Grandin) showed me this can be done using cherrypy._cputil.get_object_trail(). |
4 | 4 | |
5 | | I wrote this with SVN revision 800. |
| 5 | I wrote this with SVN revision r800. |
6 | 6 | |
7 | 7 | {{{ |