I've been trying to use namespaces more in some of my work recently. Not because it was necessarily required, but so I can get into the swing of using namespaces for when it may be required. A few recent projects have involved using Laravel, and that makes use of namespaces, so I went with it. Moving back to SilverStripe. With version 3.0, SilverStripe moved to requiring at least PHP 5.3 - yeah, that was a while ago and at the time of writing, the current stable version is 3.1.6. Anyway, ... read more
Web and application development
Categories
Tag Archives: silverstripe
September 29, 2014
Using namespaces with Silverstripe
Comments
Comments Off on Using namespaces with Silverstripe
June 4, 2011
Silverstripe and jQuery
This is just a quick post regarding non functioning jQuery plugins and Silverstripe. If, as a convenience to your admin users, you include the Silverstripe Navigator in your templates then just be aware that this could prevent any 3rd party jQuery plugins from working. If you are not aware of the Silverstripe Navigator, it is the little admin strip at the bottom of the page that provides immediate access to the admin area from the front end of your site. Whilst logged in you are ... read more
Comments
Comments Off on Silverstripe and jQuery