Viewing entries posted in 2011

silverstripe

Adding a database index to a SilverStripe DataObject

Posted by Gav on 26 December 2011 | 1 Comments

Tags: , ,

If you have large amounts of data, you should be using database indexes. This is how you add a database index to a DataObject in Silverstripe.

Read the full post

joomla

Loading the contents of a module into a component using Joomla

Posted by Gav on 8 December 2011 | 0 Comments

Tags:

One of the best methods of loading the contents of a module into a component in Joomla is to have another editable content area. You could build this into the component but why bother when there is already a custom HTML module out there.

Read the full post