2017 © Pedro Peláez
 

project framework

Live Sugar Framework

image

livesugar/framework

Live Sugar Framework

  • Tuesday, June 12, 2018
  • by xezzus
  • Repository
  • 0 Watchers
  • 0 Stars
  • 183 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 6 % Grown

The README.md

Documentation

Install

With create directory to latest stability version, (*1)

composer create-project livesugar/framework

Current directory, (*2)

composer create-project livesugar/framework .

Version of develop to current directory, (*3)

composer create-project --prefer-dist  livesugar/framework . dev-master@dev

Examples

Call apps to HTTP GET query, (*4)

http://example.com?apps=uuid

Call view to HTTP GET query, (*5)

http://example.com?view=page/index

Call apps to PHP file, (*6)

$this->nameapps();
# or 
$this->namespace->nameapps();
# or
$this->categoryapps->nameapps();

Call apps to PHTML file, (*7)

<div><?php echo self::$apps->nameapps() ?></div>
<div><?php echo self::$apps->nameclass->namemethod() ?></div>

Call view to PHTML file, (*8)

<div><?php echo self::$view->nameview(); ?></div>

History

  1. WebCMF
  2. WebCMF2
  3. WebCMF3
  4. Humanity
  5. LiveSugar (current)

The Versions

12/06 2018

dev-master

9999999-dev https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php livegura pvf livesugar

12/06 2018

0.0.6

0.0.6.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

12/06 2018

0.0.5

0.0.5.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

09/06 2018

0.0.4

0.0.4.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

08/06 2018

0.0.3

0.0.3.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

07/06 2018

0.0.2

0.0.2.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

07/06 2018

0.0.1

0.0.1.0 https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar

19/06 2017

dev-archive

dev-archive https://github.com/LiveSugar/framework

Live Sugar Framework

  Sources   Download

MIT

The Requires

 

framework php pvf livesugar