Archive: 17/08/2015

Howto send emails to more recipients

Silverstripe's Email class uses the standard php mail() function for sending emails. Sending an email to one recipient is clear, put the mail adress in the "to" parameter.
Read more about 'Howto send emails to more recipients'...

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'...
RSS feed for this blog