2017 © Pedro Peláez
 

qcubed-library application

The common files used by many of the components of the QCubed framework

image

qcubed/application

The common files used by many of the components of the QCubed framework

  • Tuesday, January 30, 2018
  • by qcubed
  • Repository
  • 6 Watchers
  • 1 Stars
  • 61 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 2 Forks
  • 8 Open issues
  • 6 Versions
  • 7 % Grown

The README.md

Application Framework

This is the application part of the QCubed framework, and includes forms, controls, actions, events and code to tie them all together., (*1)

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:, (*2)

cd (vendor_dir)/qcubed/application/tools/v4_converter
./run_was.php -R all.regex.php (your source dir)

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., (*3)

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., (*4)

  • 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., (*5)

Install

See the qcubed4 branch of the qcubed/app-starter repository for information on how to install v4 of QCubed quickly using Composer., (*6)

The Versions

30/01 2018

dev-master

9999999-dev http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery

29/01 2018

dev-matthiaz-patch-3

dev-matthiaz-patch-3 http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery

19/01 2018

dev-matthiaz-patch-2

dev-matthiaz-patch-2 http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery

19/01 2018

dev-matthiaz-patch-1

dev-matthiaz-patch-1 http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery

15/12 2017

dev-bugfix_DESIGN_MODE

dev-bugfix_DESIGN_MODE http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery

07/07 2017

v4.0.1-alpha

4.0.1.0-alpha http://qcu.be/

The common files used by many of the components of the QCubed framework

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php jquery