Top "Silverstripe" questions

Silverstripe is a free and open source PHP web development framework and Content Management System (CMS) based on the eponymous Silverstripe Framework.

Twitter bootstrap collapse: change display of toggle button

I am using Twitter Bootstrap to create collapsible sections of text. The sections are expanded when a + button is pressed. …

javascript html css twitter-bootstrap silverstripe
mysqldump and restore with special characters. øæåØÆÅ

Locally I do this to dump and move a database, upgrading silverstripe 2.3 to 2.4: mysqldump --opt --default-character-set=latin1 --skip-set-charset --user=$root …

mysql mysqldump silverstripe
Silverstripe - Looping over non-associative array in template

How can this be done inside of a template? I have done it with ArrayData using the key in the …

php silverstripe
PHP session times out after only a few minutes

We have a PHP app (SilverStripe) on a cPanel LAMP shared hosting server. The CMS user is losing their session …

php cpanel session-timeout silverstripe whm