livesugar/framework

Live Sugar Framework

Installs: 209

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

0.0.7 2018-09-10 21:04 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:14:35 UTC


README

Install

With create directory to latest stability version

composer create-project livesugar/framework

Current directory

composer create-project livesugar/framework .

Version of develop to current directory

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

Examples

Call apps to HTTP GET query

http://example.com?apps=uuid

Call view to HTTP GET query

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

Call apps to PHP file

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

Call apps to PHTML file

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

Call view to PHTML file

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

History

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