Download the PHP package qcubed/application without Composer
On this page you can find all versions of the php package qcubed/application. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download qcubed/application
More information about qcubed/application
Files in qcubed/application
Package application
Short Description The common files used by many of the components of the QCubed framework
License MIT
Homepage http://qcu.be/
Informations about the package application
Application Framework
This is the application part of the QCubed framework, and includes forms, controls, actions, events and code to tie them all together.
Upgrade Notes
This version now uses namespacing. See the tools directory for tools to help you convert your current code base to the new names. Specifically, run the following command line script on your codebase, and it will convert about 99% of your code:
The application framework moving forward will focus on supporting html5 tags in its control library only. There may be some other items in there to provide a way to support common data relationships (like radio and checkbox lists), but for the most part, we would like anything that isn't directly drawing a tag to be in a separate library.
As such, the following files are no longer supported in the core, and are currently dead code. You will find them in the "dead" directory. However, if these old files are important to you, feel free to resurrect them as a plugin. Much of the code is no longer applicable, as better ways to solve the problems have been developed either built-in to PHP or in libraries available in github.
- QDialogBox.class.php (We currently use the JQuery UI dialog, but this may change)
- FileAssetDialog.php
- QArchive.class.php
- QEmailServer.class.php
- QFileAsset.class.php
- QFileAssetBase.class.php
- QImageBase.class.php
- QImageBrowser.class.php
- QImageControl.class.php
- QImageControlBase.class.php
- QImageFileAsset.class.php
- QImageLabel.class.php
- QImageLabelBase.class.php
- QImageRollover.class.php
- QLexer.class.php
- QMimeType.class.php
- QRegex.class.php
- QRssFeed.class.php
- QSoapService.class.php
- QStack.class.php
- QTreeNav.class.php
- QTreeNavItem.class.php
- QWriteBox.class.php
Also, the JQuery UI framework has been put in its own directory to prepare for moving it to a separate library in a later version.
Install
See the qcubed4 branch of the qcubed/app-starter repository for information on how to install v4 of QCubed quickly using Composer.
All versions of application with dependencies
qcubed/i18n Version dev-master
qcubed/common Version dev-master
qcubed/orm Version dev-master
qcubed/composer Version dev-qcubed4
qcubed/cache Version dev-master