Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guicheffer/appolo

:telescope: Content management system named "Appolo" where you can log into it with: (chave: guiatech | login: test | pw: test123)
https://github.com/guicheffer/appolo

cms php tcc

Last synced: about 1 month ago
JSON representation

:telescope: Content management system named "Appolo" where you can log into it with: (chave: guiatech | login: test | pw: test123)

Awesome Lists containing this project

README

        

Appolo (prototype) - CMS

Known as CMS, Appolo came to make its users comfortable to post, create, approve and edit: pages & news in a website as portal of 'something', e-commerce, blogs, videologs, etc. Among those else, it's also possible to create some templates and forms which are possible to describe exactly what the final user is going to fill and see how it's going on the website. /using pure php w frameworks and so much html, js and css, and this is also totally responsive for the final user (: ;

root (instructions only on this page):
|
-> scripts/init.inc.php
|
-> scripts/config.inc.php
|
-> scripts/context.inc.php ( dev / prod / test )
-> scripts/urls.inc.php ( URL'S )
-> scripts/includes.inc.php ( TEMPLATES )
-> scripts/classes.inc.php ( CLASSES )
|
-> classes/config.inc.php ( CONFIG STATIC CLASSES )
-> classes/appolo.class.php [ APPOLO FUNCTIONS (BASIC) ]
-> classes/util.class.php ( UTILITY FUNCTIONS )
-> classes/appolo_gui.class.php ( APPOLO GUI )
-> classes/appolo_dispatcher.class.php ( APPOLO DISPATCHER )
|
classes/dispatch.inc.php
-> classes/appolo_twig.class.php ( APPOLO (INTEGRATION W/ TWIG) )
<-
<-

-> includes/init.inc.php ( CREATE OBJECTS )
<-
<-