MySQL tips and tricks
Tuesday, May 26th, 2009Update: This stuff has its own MySQL page now where we continue :)... Read More
Update: This stuff has its own MySQL page now where we continue :)... Read More
This piece is building on the prior tutorial, we now have Retrieve, Update and Delete in addition to the Create stuff. The prior tutorial has also been updated since the fromArrayExt method needed some adjustments to manage updating.... Read More
Update: See Alexey’s comment at the bottom, it seems like I missed reading some important info at the top of the bigdump file.... Read More
This tutorial is an example of a typical registration form with Datamapper and Merb, we have:
– Unique username and email.
– Password confirm check.
– Terms and conditions agreement.
– And some more custom stuff implemented such as birthdate from year, month and day dropdowns.... Read More
Setting up default installations of Apache, PHP and PostgreSQL is really easy, I’m using a Gutsy setup and writing this in a terminal:... Read More
I recently had to setup a new database user in Webmin for a project using Joomla 1.0.13. ... Read More