I've never used PHP in anything other than setting up Drupal. For presenting SQL to the outside world I'm torn between using grails or Hibernate/Spring. What does that say I wonder.
architectureaameridianSeptember 17 2007, 22:37:02 UTC
On a totally unrelated note. I found a website of the crazy Japanese architects I was talking to you about on Sunday. 'The Roof House' is the one I was talking about, the picture is pretty ugly but the idea is still sound. Alice.
Comments 9
NB, PHP's main flaw is that it can be tricky to debug. Turning your warnings up to max for development can be handy:
error_reporting(E_ALL);
ini_set('display_errors',1);
Also, debug_backtrace() and print_r() are your friends.
Reply
Reply
Reply
I thought it was important to also include layout in the database - store various templates for various systems.
I started a thread over on rpg.net but got sidetracked - http://forum.rpg.net/showthread.php?referrerid=&t=325797
Reply
Reply
Reply
This project is mostly so I can learn various systems, at the moment.
Reply
Alice.
http://www.tezuka-arch.com/english/index.html
http://www.tezuka-arch.com/japanese/works/roof/01.html
Reply
Leave a comment