Friday, November 29, 2013

Open source CMS software: Concrete 5

Concrete5 is an open source Content Management System written in PHP.

Official website: http://www.concrete5.org

Save and retrieve arrays of data

In a block controller, concrete5 takes care of storing and retrieving simple data items like numbers or strings automatically. But what can you do with arrays?
1 Like

Separating environment specific configurations

In some situations you might wonder how you can separate your configurations files for different environments. This might come handy e.g. in projects where you store the configs files in your version control.
2 Likes

Concrete 5 in an AWS load balanced cluster - 2

This HowTo is meant to be read as part of the AWS sequence under the same title. This article is mainly about costs -- skip and wait for the next one if you are not concerned with that
1 Like

nginx (with fastcgi_cache) + php5-fpm

Simple configuration of nginx with fastcgi_cache enabled and php5-fpm
4 Likes

Concrete 5 in an AWS load balanced cluster

This is the begining of a series of notes on what we have discovered around how to run C5 on a load balanced cluster on the Amazon Web Services AWS platform See http://aws.amazon.com for the long version
4 Likes

Integrate Concrete Wall with Magic Data using Universal Content Puller

Ever wish there was an easy way to integrate magic data with some other blocks from the front end of your site? There is!
1 Like

Style a file input field

A quirk of html is that file input fields used to select a file for uploading are annoyingly resistant to styling. However, you can get round this with a few tricks.
2 Likes

Write a Queuable Job in concrete5 5.6.2+

Learn about writing Queuable Jobs with concrete5's new queue engine
5 Likes


"We use jQuery for almost all our JavaScript needs. We use Zend libraries for complicated stuff like internationalization and caching. We use MySQL, but we use it through the ADOdb Database Abstraction Layer. Sure our in-context editing is easy, but concrete5 has a really powerful advanced permissions system, a flexible data objects model and built-in helper classes as well. We've built concrete5 to be easy to understand at a glance, but super powerful once you open the hood."

No comments:

Post a Comment