Barry Swaisland

Posts by Barry Swaisland for Blog:

Hooking into Dev/Build

If you would like to hook code before / after the dev/build ...
Read more about 'Hooking into Dev/Build'...

Admin Login Styling

Often people ask if they can style the admin, yes and there is a module for that...
Read more about 'Admin Login Styling'...

Include raw HTML in gridfield

If you need to show data within a gridfield including raw HTML... <?php class ObjectA extends DataObject { static $db = array( "Name" => "Varchar", ); static $has_many = array(...
Read more about 'Include raw HTML in gridfield '...

Multiple Line Enumerations

When adding Enums to you db array sometimes there are many items and/or with a long length, you can split the lines of the values as follows...
Read more about 'Multiple Line Enumerations'...

1 2 3