[Webtek-devel] Package hierarchies for Pages and Models
Status: Alpha
Brought to you by:
prozessor13
|
From: Adrian S. <adr...@gm...> - 2008-05-22 10:34:30
|
The project I am intending to construct with WebTek has quite a few screens. Is it possible to have some kind of hierarchy such as: MyApp::Page::Foo::Bar or must all pages be directly under the Page directory, i.e. MyApp::Page::Bar What about model classes? (Although in my app I only have 3-4 database tables, so it's not really an issue.) |