Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

daeks-archive/CORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CORE

PHP, JQuery and Bootstrap based framework for web applications

Installation

  • Download Framework and place it into a subdirectory below your project
  • Integrate common.php into your project
  • Schedule cron job for <url>/?cron

Example

  • Create wrapper.php
<?php
  define('FRAMEWORK', 'cfx');
  require_once(dirname(realpath(__FILE__)).DIRECTORY_SEPARATOR.FRAMEWORK.DIRECTORY_SEPARATOR.'common.php');
?>
  • Create index.php
<?php

  require_once(dirname(realpath(__FILE__)).DIRECTORY_SEPARATOR.'wrapper.php');
 
  page::start();
  panel::dashboard();
  page::end();

?>

Contributions

Contributions to this project are welcome. Please follow the coding standard PSR2 before merging. Please note that the indent has to be 2 spaces instead of PSR2's default 4.

Distributed under the MIT-Style License. See LICENSE file for more information.

Build Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published