Search found 4 matches

by gymsmoke
Fri Dec 23, 2005 12:52 pm
Forum: General Discussion
Topic: BrowseEdit Class
Replies: 0
Views: 387

BrowseEdit Class

Has anyone tried the BrowseEdit class written by Peter Rosomoff ? I'm having a couple of minor problems with it and would appreciate some input. Specifically, the images for ascending/descending sort order don't show up, and the error dialog for email validation will not close unless the browser is ...
by gymsmoke
Tue Mar 08, 2005 10:13 am
Forum: PHP - Code
Topic: need help. please
Replies: 3
Views: 230

Read tutorial

If I search for that author (within PHPDev), I get over 1,100 returns. If I search Google for that author, I get over 7,000 hits. Could you please be a little more detailed with a reply like this? (A link would be most helpful). I'm sure that the 'regulars' here know all about exactly which tutorial...
by gymsmoke
Mon Mar 07, 2005 1:11 pm
Forum: PHP - Code
Topic: need help. please
Replies: 3
Views: 230

need help. please

i'm trying to setup a page which has multiple dropdown lists populated from a mysql db... the listboxes are based on a hierarchy of tables (i.e.) list1 shows table A make a selection list2 shows table B (where somecolumn = selection made from list1) make a selection list3 shows table C (where someco...
by gymsmoke
Wed May 19, 2004 12:20 pm
Forum: PHP - Theory and Design
Topic: Class Coding Style -- Curiosity
Replies: 10
Views: 4251

Design

Coming from a data architects background, I agree with Sauron. I would start with an object model, and, by division, functionally decompose to it's lowest common denominators. That usually gives you a visual of both top and bottom. Beyond that, I try to implement a form of normalization into the mix...