<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/silverstripe</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 07:39:37 GMT</pubDate>
<item>
<title>(PHP) Country Selector DropDown Silverstripe - furehead</title>
<link>http://snipplr.com/view/53747/country-selector-dropdown-silverstripe/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 May 2011 19:37:03 GMT</pubDate>
<guid>http://snipplr.com/view/53747/country-selector-dropdown-silverstripe/</guid>
</item>
<item>
<title>(PHP) datefield - furehead</title>
<link>http://snipplr.com/view/53746/datefield/</link>
<description><![CDATA[ <p>German Date Field Selector Silverstripe</p> ]]></description>
<pubDate>Wed, 18 May 2011 19:30:41 GMT</pubDate>
<guid>http://snipplr.com/view/53746/datefield/</guid>
</item>
<item>
<title>(PHP) Turn on recording of login attempts in Silverstripe - jamiec</title>
<link>http://snipplr.com/view/49189/turn-on-recording-of-login-attempts-in-silverstripe/</link>
<description><![CDATA[ <p>Turn on login recording in the config. Pretty simple but might save a bit of mucking around.</p> ]]></description>
<pubDate>Fri, 18 Feb 2011 10:05:17 GMT</pubDate>
<guid>http://snipplr.com/view/49189/turn-on-recording-of-login-attempts-in-silverstripe/</guid>
</item>
<item>
<title>(PHP) silverstripe debug - dmistriotis</title>
<link>http://snipplr.com/view/45826/silverstripe-debug/</link>
<description><![CDATA[ <p>just copied-pasted it so that it can also reside on Sniplr</p> ]]></description>
<pubDate>Fri, 17 Dec 2010 00:01:52 GMT</pubDate>
<guid>http://snipplr.com/view/45826/silverstripe-debug/</guid>
</item>
<item>
<title>(PHP) Automatically fix lower case table names in SilverStripe - roblynch</title>
<link>http://snipplr.com/view/41342/automatically-fix-lower-case-table-names-in-silverstripe/</link>
<description><![CDATA[ <p>This code should be inserted into /sapphire/core/model/MySQLDatabase.php at line 399 (after the if statment ends and before the user_error call)

Be sure to replace 'database_name' with, well you know...

When I used this I first loaded the home page.  This fixed a large number of the tables, then ran /dev/build and that fixed the rest.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 10:29:30 GMT</pubDate>
<guid>http://snipplr.com/view/41342/automatically-fix-lower-case-table-names-in-silverstripe/</guid>
</item>
<item>
<title>(PHP) SilverStripe SSL switching by statics - dalethedeveloper</title>
<link>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</link>
<description><![CDATA[ <p>A little function I add to the base Page_Controller class that allows you to define what actions are explicitly SSL.  It will put users in SSL when they access it and take them out of it when they navigate somewhere else.  It is available in any controllers that extend Page_Controller.

Be sure to add `$this->_checkSSL();` to the Page_Controller's `init()` function.</p> ]]></description>
<pubDate>Wed, 27 Jan 2010 15:35:11 GMT</pubDate>
<guid>http://snipplr.com/view/27191/silverstripe-ssl-switching-by-statics/</guid>
</item>
</channel>
</rss>