this one is language-independent and therefore quite offtopic, but I hope to get some input though ...
I am starting my first CGI project and want to build an application using LAMP. I've read a lot in books and The Monastery and learned how to get things working. Of course I will use strict, CGI and DBI and I plan to write the whole thing the literate programming style.
What I am wondering about is how to get the different functions, web-forms etc. organized. It's no big application at all, but I'd like it to be well done ... after thinking and sleeping over it, I would start building these files:
Would this be a good start or are these too much files for a relatively small thingy?
Is building a module with standard functions the right way (app_func.pm)??
I appreciate any wisdom, comments, hints - thank you!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to organize a CGI project?
by boo_radley (Parson) on Jul 15, 2002 at 13:51 UTC | |
Re: How to organize a CGI project?
by Aristotle (Chancellor) on Jul 15, 2002 at 13:38 UTC | |
Re: How to organize a CGI project?
by rattusillegitimus (Friar) on Jul 15, 2002 at 13:44 UTC | |
Re: How to organize a CGI project?
by Fastolfe (Vicar) on Jul 15, 2002 at 18:19 UTC | |
Re: How to organize a CGI project?
by thraxil (Prior) on Jul 15, 2002 at 13:47 UTC | |
Re: How to organize a CGI project?
by Abstraction (Friar) on Jul 15, 2002 at 13:55 UTC | |
Re: How to organize a CGI project?
by weini (Friar) on Jul 18, 2002 at 05:34 UTC |