Well Ext Javascript library is great. No doubt about it. And because I am still using PHP for some of my projects, I wanted some abstraction over Ext for PHP. There was no such project for PHP at that time. So I decided to start-up with some small prototype (yes I am XP fan
). All worked quite well, and code base started to expand. But one day I realized that I am doing noting than rewriting Ext to PHP… That strange feeling did not came away and I decided to do something with it. Back to the trees….
So after some time spent by thinking about design and generally whole purpose and motivation to writing PHP helper for Ext library… And my conclusion was that I will write some helper framework for handling communication (JSON and XML) and to help generally with all but Javascript itself. Ext syntax is simple and nicely designed so why not use Ext syntax itself… So that was how ExtPHPUI was born…
With ExtPHPUI I am focusing on following features:
- simplicity
- security
- performance
- flexibility
These more server oriented features are not in the scope of Ext JS, so I decided to provide helpers to simplify Ext JS sever side development…
If anyone is interested in PHP development with Ext JS library or even ExtPHPUI and want to share some knowledge and experiences feel free to contact me. I will write some more information about this project later.
AJAX ExtJS Javascript PHP