I’m back with another chunk of code. This time, it’s my database class. I got sick of coming across classes that didn’t have everything I needed, or didn’t do it correctly. One of my biggest problems was an inability to nest query calls within another query result’s output.
I’ve worked hard to make tnyb.it‘s service valuable and easy to use. I continue to add features constantly and make existing features easier and easier to use. There are a number of ways you can call to the tnyb.it service to have your URLs shortened remotely. URL Shortening http://tnyb.it/s?u=http://example.com http://tnyb.it/s?u=example.com http://tnyb.it/s?u=example.com&i=123 (associates url to your [...]
UPDATED 08-10-2010: I’ve cleaned up a lot of code and organized the code a little better. One major improvement is the passing of element attributes. You can now pass an unlimited number of attributes. If there are any you want omitted from the actual element tag, you can add it to the $attributes_not_allowed array. I’ve [...]