Home

If you wonder what's going on here... well, some guys hanging around on IRC all the time blog about their favourite topic, SilverStripe PHP Framework, and everything related.

The main goal is to save those little snippets and "a-ha" moments while developing and helping out others on IRC.

If you are interested in sharing your SilverStripe or web programming related knowledge you are invited to post there. Send us an email to info<at>silverstrip.es and we can give you access to the blog or we can post a guest article for you.

Cheers,

Barry and Werner

Latest Blog Posts:

How to debug a website over ngrok

Payment gateways like Stripe or PayPal often send asynchronous notifications directly to an endpoint on your server. This won't work on a local development that is not accessible from the outside.
Read more about 'How to debug a website over ngrok'...

Basic Site Search in SilverStripe 4

Sometimes when implementing search functionality on a SilverStripe website, you may find youself just needing a very basic site search without wanting to implement a full-scale search platform like Solr.
Read more about 'Basic Site Search in SilverStripe 4'...

Why don't Silverstripe CMS queries run in MySQL?

When debugging an ORM call, you may find yourself collecting the SQL that will be exectued via the DataList::sql() function - this is great, but when copied and pasted into e.g.
Read more about 'Why don't Silverstripe CMS queries run in MySQL?'...

SilverStripe 4 behind HAProxy - absolute URL has wrong protocol

Today I installed my latest project on the provided server and had some "mixed content" issues due to SilverStripe generating a "http" basetag on a https site.
Read more about 'SilverStripe 4 behind HAProxy - absolute URL has wrong protocol'...

Connect SilverStripe with another Database on the fly

Imagine you need to grab data from a legacy database, e.g. while migrating stuff to a new setup. How can you easily do that easily and elegantly?
Read more about 'Connect SilverStripe with another Database on the fly'...

Popular Tags:

many_many (10) | silverstripe-4 (10) | ORM (9) | cms (7) | database (7)