Mark’s Site

Pensieve for coding and golf :-)

Archives for the ‘2.1.3. Classes’ Category

Example Database Classes

By admin • Apr 22nd, 2008 • Category: 2.1.3. Classes

Time to share some serious code :-) I’ve developed my classes with flexibility and ease of use in mind. What follows are actual classes used in my application to handle requests to and from the database.



Using Your Classes

By admin • Apr 16th, 2008 • Category: 2.1.3. Classes

You’ve got your classes in place that talk to your database, now what?



From Schema to Classes

By admin • Apr 16th, 2008 • Category: 2.1.3. Classes

You’ve got you database schema all done and are ready to proceed. What do you do now?