Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spekary committed Jul 7, 2017
1 parent 8a9a447 commit 9b556c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This is the application part of the QCubed framework, and includes forms, controls,
actions, events and code to tie them all together.

##Upgrade Notes
## 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:
Expand All @@ -16,7 +16,7 @@ cd (vendor_dir)/qcubed/application/tools
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 plugin.
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.
Expand Down Expand Up @@ -49,6 +49,10 @@ have been developed either built-in to PHP or in libraries available in github.
* QWriteBox.class.php

Also, the JQuery UI framework has been put in its own directory to prepare
for moving it to a plugin in a later version.
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.



0 comments on commit 9b556c1

Please sign in to comment.