Posts Tagged ‘ table ’

P'Sec: Database Table Creation Part I « David Seah / Code

September 14, 2011
By

I'm going to turn on PHP error handling (which is off by default on my server) so I can see error messages interactively. That didn't seem to work…hmm. So I'm going back to the LOGS now, following the instructions I wrote for ...

Read more »

ircmaxell's blog: Error Handling in PHP

August 4, 2011
By

Let's face it: error handling in PHP is crap. Actually it's worse than crap, it's craptastic. The core has almost no support at all for handling errors. Sure, PHP has a robust error reporting and logging system, ...

Read more »

Development Faction: Python Tip: Coordinate Clean Up

November 12, 2010
By

November (1). Python Tip: Coordinate Clean Up. ► September (1). Migrating Data from Trimble GPS Pathfinder Office ... ► August (2). Python Tip: Iterating through a feature class · 3 Quick Python Tips to Make Geoprocessing Easier ...

Read more »

Django tips: Tech Model: Re: Table in models.py not being created …

April 1, 2010
By

Django tips : Tech Model. Thursday, April 1, 2010. Re: Table in models.py not being created during syncdb. Hi, Thanks for the advice. I removed the sqlite db file, changed the table name to something more random and I still hit the same ...

Read more »