Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Ajai Khattri
On Mon, 20 Jul 2009, Jake McGraw wrote: > Zend Framework already does this with Dojo: > > http://woo.ly/zfdojo > > and jQuery (though not as extensively as Dojo): > > http://woo.ly/zfjquery symfony has a jQuery plugin that replaces the existing JS helpers which sounds similar. In addition, th

Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Jake McGraw
On Mon, Jul 20, 2009 at 12:38 PM, Ajai Khattri wrote: > On Mon, 20 Jul 2009, Hans Zaunere wrote: > >> I think this really begs some questions on current server-side frameworks >> and the MVC methodology.  Changes like this have already begun, namely in >> RoR and other platforms. >> >> Time for ano

Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Ajai Khattri
On Mon, 20 Jul 2009, Eddie Drapkin wrote: > ... I've > always thought something like the "view-first" PAC model makes much > more sense for web development and MVC was/is a fad brought on by > another fad, RoR. Mind you, RoR has been good in the sense that it encouraged developers to look more

Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Ajai Khattri
On Mon, 20 Jul 2009, Hans Zaunere wrote: > I think this really begs some questions on current server-side frameworks > and the MVC methodology. Changes like this have already begun, namely in > RoR and other platforms. > > Time for another framework folks :) Time for dual framework applications

Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Eddie Drapkin
> I think this really begs some questions on current server-side frameworks > and the MVC methodology.  Changes like this have already begun, namely in > RoR and other platforms. > > Time for another framework folks :) > > H > I think there are plenty of pre-existing questions about current MVC im

Re: [nyphp-talk] JSON and MVC

2009-07-20 Thread Hans Zaunere
> In a prior engagement, we were using XUL as the view and JSON as the > communication protocol. This was nice, since the entire user interface > resided on the user's desktop (as a Firefox Add-on), all we needed to > transmit was the data. Of course, you need to be using HTML, so > transpose the

Re: [nyphp-talk] best way to run script?

2009-07-20 Thread Mitch Pirtle
You can take a look at phing, a php buildtool inspired by apache's ant: http://phing.info/trac/ You can use phing with the ssh2 extension and do what I think you are trying to do. -- Mitch On Mon, Jul 20, 2009 at 12:13 AM, Konstantin Rozinov wrote: > Hey guys, > > I'm trying to run the same

Re: [nyphp-talk] best way to run script?

2009-07-20 Thread Chris Snyder
On Mon, Jul 20, 2009 at 12:13 AM, Konstantin Rozinov wrote: > Hey guys, > > I'm trying to run the same php script via the command line interface > on several remote servers. > I'd like to do it securely preferably over ssh. Right now, I'm using > the ssh2 class from php, but getting very inconsist