Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gambitph/titan-framework-embedding-demo
A demo plugin that has Titan Framework embedded in it. No need to require the framework plugin
https://github.com/gambitph/titan-framework-embedding-demo
Last synced: about 1 month ago
JSON representation
A demo plugin that has Titan Framework embedded in it. No need to require the framework plugin
- Host: GitHub
- URL: https://github.com/gambitph/titan-framework-embedding-demo
- Owner: gambitph
- License: gpl-2.0
- Created: 2014-02-21T18:32:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T06:30:46.000Z (almost 11 years ago)
- Last Synced: 2024-03-27T01:05:54.906Z (9 months ago)
- Language: PHP
- Size: 176 KB
- Stars: 6
- Watchers: 6
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Titan-Framework-Embedding-Demo
==============================A demo plugin that has Titan Framework embedded in it. No need to require the framework plugin.
Download the zip package, unzip it into your plugins directory then activate the **Titan - EMBED TEST** plugin.
This plugin creates an admin menu and page named **EMBED TEST**
How does this work?
=======The plugin has an embedded copy of Titan Framework in a folder named `titan-framework`
This plugin can be activated independently without requiring the framework plugin. When the framework plugin is activated, that is used instead of the embedded one. This is to ensure that the framework being used is the most updated one. We're assuming that the plugin copy is always the most updated.
Check the first lines of `titan-framework-embed-test.php` for the implementation and inclusion of the embedded framework.