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: 12 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T06:30:46.000Z (over 12 years ago)
- Last Synced: 2025-05-04T19:39:53.983Z (about 1 year ago)
- Language: PHP
- Size: 176 KB
- Stars: 6
- Watchers: 5
- 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.