> This is still done. But (sorry for that but ;-) i am parsing the
> js-files and create a PHP-Array out of it.
> The second uses this array to build the MINIMAL JavaScript-File possible.
> I am creating a PHP-Array, because i
> think this is even faster than parsing a xml-file.
Ok. That will be f
Hi Olli,
I think this will definetely be needed. The application should only load
what it needs to speed loading.
May I suggest that you split your class into two parts.
1) Will parse JS files to generate XML info about what is needed
2) Will take the XML info and generate a combined JS file in
Ben,
This sounds very interesting. Any chance you can share the code?
Something like this will be an essential part of a comprehensive PHP/qooxdoo
framework longterm.
Christoph
--
View this message in context:
http://www.nabble.com/PHP-Framework-t1366771.html#a3716395
Sent from the qooxdoo-deve
Oliver Vogel wrote:
@Christoph
i am actually working at a php class to send only the qooxdoo classes
to the client, the client needs.
this ist not any kind of Frameworks. My file only detects, what
Qx-Objects a Js-Programm needs, what Qx-Objects they depends on and
then compiling then to one m