Planet

Panels standard renderer has very flexible undocumented feature of controlling the sequence of panels being rendered.

Panels standard renderer has very flexible undocumented feature of controlling the sequence of panels being rendered.

By Michael Ross

'Twas the night before Christmas, here at the North Pole,
and I feared our big deadline was a hopeless goal.

I was not posting to the blog for a long time, and finally it’s time to share my experience with new project. This post will also cover some badly structured thoughts about PHP frameworks :)

I was not posting to the blog for a long time, and finally it’s time to share my experience with new project. This post will also cover some badly structured thoughts about PHP frameworks :)

At the bottom of settings.php, add the following code:

$local_settings = __DIR__ . '/settings.local.php';if (file_exists($local_settings)) {  include $local_settings;}

The editor used to edit posts at medium.com is a real slick, and I find it interesting and intuitive. Davi Ferreira have made an open source clone of it, so it could easily be used in other places.

This week we held our last board meeting of the year, and we covered a lot a of ground. Unlike November, where we had a relatively short public meeting, this session took the full two hours to get through.

This post is part of an ongoing series detailing the ne

Pages