in reply to MVC Catalyst Architecture - City, State Zip locator
Some other ideas:
You might test the database by giving the SQL commands probably used in a search directly to postgres.
You might try to call your program from the command line using the build-in perl debugger. Do single step until you arrive at the places in the model where SQL commands are executed. Check these SQL statements. See http://search.cpan.org/~zarquon/Catalyst-Manual-5.7013/lib/Catalyst/Manual/Tutorial/Debugging.pod
Check the documentation of Catalyst for build-in debug logging. See http://www.perl.com/lpt/a/930
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: MVC Catalyst Architecture - City, State Zip locator
by Anonymous Monk on Jul 21, 2008 at 19:05 UTC |