ISNARD,BENJAMIN (HP-France,ex1) wrote:

>Hi!
>
>Would you have some hints about how to develop comfortably the php code of
>midgard pages?
>I'm currently only using an editor and copy/paste but with several
>developers this manual process is a bit dangerous...
>
that was the reason for developing phpmole.

>
>Is it possible to use CVS with Midgard?
>
nadmin uses it as a backend wrapper - but not as a storage mechanism.

 - it is one of the flaws of the current system, in that contributing or 
managing a large project really needs the ability to develop locally, 
checkout, and commit and merge changes etc.

one way to do this would be to avoid the snippet stuff and just use a 
flat file system for storing the code.. and use standard CVS stuff on that.

obviously the benifits diff/merge/commit  features of CVS are a bit 
difficult to do in any way using the database backend storage.

doing some form of CVS/RCS navigation is a plan for phpmole, but since 
most of phpmole is my 'unemployed' time, features that I 'need' tend to 
be the main focus..

>
>Is there a way to use the Zend PHP debugger?
>
In theory yes - this should work as AFAIK it just hooks into the 
zend_function callback stuff. - I started looking at the apd debugger - 
and added socket support to that - this is a little cheaper, but getting 
useful information out of it at present is difficult. - its more like a 
extensive php logger.

I was thinking of adding xmlrpc to apd when i get in the mood for that ;)

regards
alan

>
>
>Tks a lot,
>Benjamin isnard
>
>[EMAIL PROTECTED]
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to