Page 2 of 2
Re: PHPx framework
Posted: Fri Mar 13, 2009 2:47 pm
by crazycoders
For those interested, i have made a package off the alpha 0.1 release i have now... It is under the LGPLv3 licenses, in short, you can use it inside your own software and distribute it with your software but can't sell it even if modified. (Correct me if i'm wrong about that license thing)
Look for a file attached to this post to donwload the framework...
Re: PHPx framework
Posted: Fri Mar 13, 2009 3:28 pm
by Christopher
crazycoders wrote:For those interested, i have made a package off the alpha 0.1 release i have now... It is under the LGPLv3 licenses, in short, you can use it inside your own software and distribute it with your software but can't sell it even if modified. (Correct me if i'm wrong about that license thing)
You are wrong about the LGPLv3. They need to distribute it with the license and if they distribute a modified version then they need to license those modifications back to you. Other than that, people can do with it what they like with the code.
Re: PHPx framework
Posted: Fri Mar 13, 2009 3:30 pm
by crazycoders
Ah ok, as long as no one starts a concurent project, it's what matters to me. If i understand right they could fork and make a project of their own right? It would just not be logical nor right to do i guess...
Re: PHPx framework
Posted: Sun Mar 15, 2009 6:11 pm
by crazycoders
PHPx framework 0.2.a released, you may download it from my web site at:
http://www.allianceunisport.com/phpx/ph ... .0.2.a.rar
Features several improvements to the engine, added textbox control, merge all style objects into one big objects, added support for disabled items, added support for input element labels and much more.
PHPx framework 0.3 a released
Posted: Sat Mar 21, 2009 3:00 pm
by crazycoders
After several days of hard work, i was finaly able to land a 0.3.a version. This version has MAJOR changes to the engine, notably the ability to be used on very standard HTML files. The engine now uses a completly different parsing engine and instead of parsing each tag into an object (Lots of memory bloat for nothing) instead, it parses only the tags marked with the 'runat="server"' attribute.
As usual an online preview is available, i'm working on the docs and PHPX framework section that will actually use this framework as an example. It will be up within the next version and so people will be able to have a good glimpse of what properties are available and how to use the framework in a real day to day programming example.
Online preview:
http://www.allianceunisport.com/phpx/framework/0.3.a/
Changelog:
http://www.allianceunisport.com/phpx/fr ... HANGES.txt
Download:
http://www.allianceunisport.com/phpx/fr ... .0.3.a.zip
This version is now officially frozen and won't change