Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

* | |

  Show Posts
Pages: [1]
1  PureMVC Manifold / Standard Version / Re: writing to xml config files in a proxy on: August 30, 2011, 06:51:39
I'm confused. You are setting XML, type regular string, as Proxy data? Why not set DOMDocument instance or SimpleXMLElement instance as Proxy data?
2  PureMVC Manifold / Standard Version / Re: Closing tags in PureMVC files? on: July 26, 2011, 10:53:55
You are correct, there is no reason to keep them if there is no output. I always omit them myself, but there's a lot of people who got used to the old way. I guess PHP's still got a lot of baggage...
3  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Employee Admin for PHP on: February 21, 2011, 05:53:47
Sweet!

Btw. this new thread is wrongly titled: http://forums.puremvc.org/index.php?topic=1882.0

It should be PHP/PHP-GTK and not Python/wxPython, obviously. ;)
4  Announcements and General Discussion / General Discussion / Re: Update on the Open Source License? on: January 28, 2011, 03:52:37
What free software licenses could I use for my PureMVC-based software? I'm guessing GPL, LGPL and the like are out of the picture? ???
5  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Employee Admin for PHP on: January 15, 2011, 03:56:11
Looking at the PureMVC PHP project, I see why. We need a library file. Is there a utility similar to what the JavaScriptians use to put all the classes in a file, and remove extraneous spaces and returns (minify)?

So, clearly we will either need to figure out how to create a library file for inclusion in PHP projects, it's a great hinderance to have to handle it this way. That's not your fault of course, it's just the project owner hasn't gotten around to it. If you know of a good tool for doing this, please let me know.

Oh, I thought I wasn't supposed to include dependencies. Now I see what libs directory is for. PHP CLI has a built in whitespace/comment stripper. You concatenate the files by hand or with a tool and run: php -w source.php

I've repackaged the demo, now it includes minified PureMVC sources.

New package
6  Announcements and General Discussion / Public Demos, Tools and Applications / Re: Employee Admin for PHP on: January 15, 2011, 04:40:59
It isn't possible to bundle the application, GTK and PHP without to have to install anything? No packager have been made in this goal? To be honest I not had time to install/configure GTK/PHP to let it run, I surrender, but I'm sure everyone interested in will appreciate your work.

Well, I'm not a Windows regular but I got the bundle working immediately. No install, no dependencies, just unzip & run. Btw. I've seen your ports, they've been helpful to me. :)
7  Announcements and General Discussion / Public Demos, Tools and Applications / Employee Admin for PHP on: January 15, 2011, 03:53:40
I've ported the Employee Admin Demo over to PHP using PHP-GTK for user interface. Not what most would expect from a PHP app, but it wouldn't be the same on the server side and I wanted the code to be as close to AS3 implementation as possible. If you want to try it and you're running Windows, the easiest way to get it working is to download a bundle from the PHP-GTK website simply unzip and run.

Source

Screenshot (running on Ubuntu)
Screenshot (running on Windows XP)
Pages: [1]