Blog

Sharing digital experiences

Cuppa, a powerful, adaptive content manager for all projects
By

Create and personalize the administration of all your contents.  The principal features is the easy and fast form that the developer can create all a complex, complete system to manage all content, quickly without write code.

Why use it.

Don't worry and waste days developing component to manager the specific tables in your application or web page, learning new platforms to migrate all the development and reach a decent administration, or searching third developments that solve your problem and conform with it functionality or fall in a battle to try to adapt it at the project requirements.

Save a lot time and use it to improve you project, to get a better application, a web page more complex and finally a front-end more useful to your clients and users.

Cuppa is the platform that help you to create the back-end of all your projects, is easy to use, and have advanced features, all it in seconds.

With Cuppa you can: administrate all tables, manager users, permissions, menus, language files, create configuration sections, integrate with Google Analytics and more.

Basic operation.

Use Table manager to configure and administrate the tables in your database.

Add a menu item to bring a quickly access to manage the table.

It is all, with 2 steps you can create the administration of all content in your project...

Cuppa CMS page

WWW.CUPPACMS.COM

Download Cuppa CMS and play with it.

DOWNLOAD

Or check out a demo online.

URL demo.cuppacms.com
User admin
Contraseña admin

The demo have a pre-configurated tables Demo tables, you can check the configuration on setting menu Table manager.

TablaDescripción
ex_categories Show a nested table, very useful to create, menus, categories sections, virtual folder systems, etc.
ex_articles This table is used to show the functionality of some fields.
alias Field type: Text, auto generate the alias in relation to another field.
categories Field type: Select List, This field load the table info ex_categories and show the content like a nested list.
content Field type: Textarea, editor TinyMCE.
date Field type: Date, created to manager dates.
ex_products This table was created to show how to send values between tables, on the right side you can see a button that send table values to another table ex_product_images.
ex_product_images This table save all product images, these are automatically linked with the product.
ex_all_fields Show general configuration of all fields. Cuppa CMS allow create new fields, and personalize his functionality.

Personalized components.

If your require create some personalized administration, you can create components and extends the default functionality, is easy and quickly, isn't necessary learn new paradigms, nor apply a definite structure.


Advantage to use the Cuppa framework on your front-end.

Is possible integrate the framework on your developments and access to specific methods to take a easy integration with the administrator.

To include Cuppa inside your front-end only need include the file Cuppa.php and initialize it.

include_once('administrator/classes/Cuppa.php');
$cuppa = Cuppa::getInstance();

Only 2 code line you have all the framework ready to play. In next articles we will see on deep the classes and methods, bellow you can see the classes and some example that how use the most common examples.

ClasesDescription
Cuppa.php Root class, instance all another classes and give access to all methods.

DataBase.php

This class give a quickly and easy access to the database.

Some examples.

Read data

$cuppa->dataBase->getList("table");
// Return all data inside the table

-----

$condition = "enabled = 1";

$cuppa->dataBase->getRow("table", "condition");
// Retorna el o los datos según la condición

Insert

$data = new stdClass();
$data->name = "'Tufik Chediak'";
$data->age = 18;
$data->date_registered = 'NOW()';

$cuppa->dataBase->insert("table", $data);
// Insert the info inside the table

Update

$data = new stdClass();
$data->name = "'Tufik Chediak'";
$data->age = 20;

$condition = "id = 1";
$cuppa->dataBase->update("table", $data, $condition);
// Update all info if the conditions is true.

MenuManager.php

This class have different methods to manager the menu.

Some examples.

$cuppa->menu->getMenu('menu_name');
// Return the specific menu like list ul,li

$cuppa->menu->getArrayData('menu_name');
// Return the specific menu like a array

LanguageManager.php

Give access to the language files.

Some examples.

$cuppa->language->load('file_name');
// Return a object with the file, on the current language.

$cuppa->language->current();

// Return the current language reference: en, fr, es

$cuppa->language->languages();
// Return an array with all available languages [en, fr, es]

UserManager.php
Permissions.php
Security.php
DataHelp.php
SendMail.php
FileManager.php
ImageHelp.php
Paginator.php
Cuppa, a powerful, adaptive content manager for all projects
comments powered by Disqus
Loading

Cuppa, a powerful, adaptive content manager for all projects

Create and personalize the administration of all your contents.  The principal features is...

cloudbit, digital agency, web sites, interactive agency, web pages, web design, digital marketing, cloudbit interactive, mobile apps, facebook apps, facebook tabs, content management system, cuppa cms, web development, mobile development, ios development, android development, ios app, android app, ios applications, android applications, interactive, agency, digital, advertising, technology, marketing, website, social media, seo, cuppa