Giter Site home page Giter Site logo

cockpit's Introduction

Cockpit

The CMS for developers. Add content management functionality to any site - plug & play CMS. Manage content like collections, regions, forms and galleries which you can reuse anywhere on your website.

Requirements

  • PHP >= 5.4
  • PDO + SQLite
  • GD extension

make also sure that

$_SERVER['DOCUMENT_ROOT'] + $_SERVER["PATH_INFO"]

exists and is set correctly

Installation

  1. Download Cockpit and put the cockpit folder in the root of your web project
  2. Make sure that the /cockpit/storage folder and all its subfolders are writable
  3. Go to /cockpit/install via Browser
  4. You're ready to use Cockpit :-)

Usage

Embed Cockpit

Embedding Cockpit is really easy. Just include the following snippet anywhere you want to use Cockpit:

<?php

    // make cockpit api available
    require('path2cockpit/bootstrap.php');

Regions

Render regions api:

<div><?php region("address") ?></div>
<div><?=get_region("address") ?></div>

Collections

Loop over collection data:

<?php foreach(collection("posts")->find(["active"=>1]) as $post): ?>
    <div class="post">
        <h3><?=$post["title"];?></h3>
        <p>
            <?=$post["content"];?>
        </p>
    </div>
<?php endforeach; ?>

Documentation

Please visit http://getcockpit.com/docs - any contributions are welcome: https://github.com/aheinze/cockpit-docs

Language files

Please visit and contribute to https://github.com/aheinze/cockpit-i18n

Support

Google group: CockpitCMS

Copyright and license

Copyright 2013 Agentejo under the MIT license.

cockpit's People

Contributors

aheinze avatar davidmaneuver avatar dospuntocero avatar exkazuu avatar gbonanome avatar crealx avatar gridsystem avatar yktyshr avatar

Watchers

James Cloos avatar Sasha Beg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.