close
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:
-
Jul 15, 2008, 10:32:15 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
25 | 25 | |
26 | 26 | This application proxy forwards all operations to the actual application class. The application class has a `ctxt` property that provides access to various thread-local objects, such as the current HTTP request. |
| 27 | |
| 28 | Note though that it's not necessary to actually subclass `Application`, you can just as well use the base class as-is if you don't need any special behavior. |
27 | 29 | |
28 | 30 | == Initialization with a Configuration File == |