Re: What is the best way to debug/test a PHP code ?
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 10:59:38 +0100
sudeerao@xxxxxxxxx wrote:
Please let me know how do we effectively and quickly test a php code ?
Short question.
Difficult to answer.
It completely depends on your requirements.
You can judge the code by:
- security (header/email-injection, sql-injection, loginlogic)
- functionality: Does the code produce what you want, also if you feed it
information designed to confuse it.
- Codingstyle: Can a PHP programmer easily read through the code? Does it
have some comments to explain what is going on? If you use a database, is
it designed neat and smart?
- stresstesting: Do you expect a lot a concurent hits, and is the setup on
your machine capable of handling that? (Of course it is up to you to set
the minimum)
etc.
So what is it you want?
I think it is safe to say you need an experienced PHP programmer to judge
any of the above (except the stresstesting maybe).
Regards,
Erwin Moller
.
- Follow-Ups:
- Re: What is the best way to debug/test a PHP code ?
- From: Peter Fox
- Re: What is the best way to debug/test a PHP code ?
- References:
- What is the best way to debug/test a PHP code ?
- From: sudeerao@xxxxxxxxx
- What is the best way to debug/test a PHP code ?
- Prev by Date: Re: the script wont work and i cant find anything wrong please help
- Next by Date: Re: is lisp better than php?
- Previous by thread: What is the best way to debug/test a PHP code ?
- Next by thread: Re: What is the best way to debug/test a PHP code ?
- Index(es):