Jul 9, 2010

Data Access Success

After three days of research and experimentation, I have a solid, working data access layer. I'm using PDO, as it's basically considered a standard now, wrapped in a singleton class. Now I can finally get on with the programming!

The first feature I'll implement is one of the most complicated: new account signup. I have to create a new organization, group, and user, relating them all together, in one step. I have to conduce a number of complex validation steps before doing so. Setting up a new account might not sound like a terribly complicated task, but it is, trust me :)

No comments:

Post a Comment