WordPress database error: [Table './ajgillet_wor1/goi_commentmeta' is marked as crashed and last (automatic?) repair failed]SELECT comment_id, meta_key, meta_value FROM goi_commentmeta WHERE comment_id IN (359862,359864,359884,359969,359970) ORDER BY meta_id ASC
Tag Archives: design patterns
More design patterns
Last week I had a post where I briefly described the history and basis for design patterns and then went on to look at Singletons and Factories. Today lets consider the last two of the Creational patterns, the builder and the … Continue reading
What are design patterns?
Design patterns are elements of re-usable object oriented code that were first defined by Gamma, Helm, Johnson and Vlissides in 1995. These four authors are sometimes referred to as “the gang of four”. If you have looked at any recently … Continue reading