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
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
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
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
> 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
> 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
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
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