Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #15682
| From | Jerry Stuckle <jstucklex@attglobal.net> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Classifieds aggregator |
| Date | 2015-09-22 16:41 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <mtseam$d12$1@dont-email.me> (permalink) |
| References | <0832603a-6e14-40fe-ab97-32d4cc39b3bd@googlegroups.com> |
On 9/22/2015 3:08 PM, Brara morad35 wrote: > Hello, > I'm on a project to build an portal web of Classifieds aggregator that will contain two types of ads: > - local ads: added by our users > - Aspirated ads other sites of adds > > This is the 1st time that I attack a web project of this magnitude, I would like to know what path to take > For information I have adopted the method of Pascal Roques for my project, but to start development I paddled a bit. > Brara, it's really no different than any other project - just on a larger scale. You define the requirements, then design the blocks necessary to satisfy those requirements. Start with high level blocks, then take each block and break it down. With a larger project you need to take more time in the design phase and put things in writing - the details will soon become too numerous to keep straight in your head. And if you don't take the time up front to design the project, you'll take much more time at the end trying to make it work - not to mention rewriting a lot of code along the way. If you've never done it before, it will be a challenge. I don't know Pascal Roques' method, so I can't comment on it. But your method will vary depending on if you are using functional or object oriented programming methods. For a larger project like this I prefer OO; properly done, it's more work up front but more stable and easier to maintain in the long run. -- ================== Remove the "x" from my email address Jerry Stuckle jstucklex@attglobal.net ==================
Back to comp.lang.php | Previous | Next — Previous in thread | Find similar | Unroll thread
Classifieds aggregator Brara morad35 <bramorad35@gmail.com> - 2015-09-22 12:08 -0700 Re: Classifieds aggregator gordonb.g4f5v@burditt.org (Gordon Burditt) - 2015-09-22 15:34 -0500 Re: Classifieds aggregator Jerry Stuckle <jstucklex@attglobal.net> - 2015-09-22 16:41 -0400
csiph-web