Re: [Phpslash-devel] How many page scripts do we need?
Brought to you by:
joestewart,
nhruby
From: Aric C. <php...@pe...> - 2003-04-26 00:31:36
|
Just wanted to chime in that I think this is A Good Idea. Take it all the way to index.php. I'd also like to see it work without the ? and &. For example: index.php/story/admin index.php/backend/rss The first part ('story') could be always interpreted as the module name, the second part the page. After that can be interpreted any way the module chooses. This makes search engines happier. Looks purty too. ----- Original Message ----- From: "Joe Stewart" <joe...@us...> To: "PHPSlash Developers List" <php...@li...> Sent: Wednesday, April 23, 2003 9:22 AM Subject: [Phpslash-devel] How many page scripts do we need? > > With the -dev modules, you really don't need all the different > scripts. GET variables can trigger the module and page to use. > > For instance they could be called something like: > > index.php?module=Story&page=admin > > How far should this go? All the way to only index.php? and > backend.php? > > The entire admin/ directory can go. > > I'd like to eventually replace the about page with either a block or > story. It's pretty bad now that it can't be modified through the admin > interface. > > Joe > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Phpslash-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpslash-devel > |