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: 27 days ago
JSON representation
:telescope: Content management system named "Appolo" where you can log into it with: (chave: guiatech | login: test | pw: test123)
- Host: GitHub
- URL: https://github.com/guicheffer/appolo
- Owner: guicheffer
- Created: 2013-08-22T03:49:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-12-18T02:14:40.000Z (over 11 years ago)
- Last Synced: 2025-02-25T23:52:32.817Z (over 1 year ago)
- Topics: cms, php, tcc
- Language: JavaScript
- Homepage: http://dev.appolo.guiatech.com.br/
- Size: 4 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 )
<-
<-