1 Character

Aug 22, 2007 20:51

The output from my SQL database, extracted by PHP.
Everything's talking, and I'm ready to start coding.
Success!

project

Leave a comment

Comments 9

ethanthescribe August 22 2007, 13:16:11 UTC
Yay! I like PHP.

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


curufea August 23 2007, 00:01:59 UTC
I just have one question - what kind of characters?

Reply

lethe_addict August 23 2007, 21:12:28 UTC
from what i understand - all and any type of rpg system characters. Harakani is aiming for maximum flexibility.

Reply

curufea August 23 2007, 23:57:33 UTC
Dang - sounds just like a project I was going to do before I got distracted.

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

lethe_addict August 24 2007, 05:18:16 UTC
sounds like a project a lot of us were going to do or partially completed, at one stage or another.

Reply


daemonsorceress August 23 2007, 06:27:57 UTC
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.

Reply

harakani August 24 2007, 07:17:11 UTC
I've never used PHP 'in anger' either.
This project is mostly so I can learn various systems, at the moment.

Reply


architecture aameridian September 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.

http://www.tezuka-arch.com/english/index.html
http://www.tezuka-arch.com/japanese/works/roof/01.html

Reply


Leave a comment

Up