User Profile
Collapse
-
I realize it's policy, but in the spirit of free software, I don't think it's necessary or prudent to remove "competing" links. In fact, I don't think the concept of "competing" even makes sense in a free software world. -
Software testing really is
The answer to this depends on who's asking the question. I'll answer it as if my audience is an engineer.
I am flip, but sincere - my practical experience has proven to me that the theory of software development never takes place in reality.
Theoretically, software testing is:
- verifying and documenting that software performs the functions it's supposed to.
...Leave a comment:
-
A silly reply
1) Your manager asks you "Is it possible to do ill-defined process X?"
2) You answer it is possible generally to do X, assuming a bunch of details are given.
3) Your manager asks when it can be finished
4) You say you can have a prototype within a week or two as soon as you can get the details.
5) The manager gives you one page of notes to work from.
6) The next day, the manager's...Leave a comment:
-
Writing first mysql abstraction layer, would like suggestions
Hi, I'm learning PHP and want to try writing a beginner's library to do all my mysql stuff. I want to be able to connect to a server, use a database and open a table (maybe later a generalized query, but not now) and basically abstract the pieces of mysql into a set of objects in php.
One of the things I tried to do before (and posted a question in this forum about) is a function that takes a SQL query, runs it, and hands me back... -
Thank you all for your help. I guess I need to hit the books a little more.
JPLeave a comment:
-
mysql_num_rows Error. Suplied argument is not a valid MySQL resource.
Hi,
I gotta dum kweschin.
Here's muh code:
[code=php]
class dbServer{
...
public function &executeDBCOMMA ND($SQL=";"){
$result = mysql_query($SQ L);
}
public function connect(){
echo 'Connecting to server ' . $this->servername . '<br>';
$this->dbconnection = mysql_connect($ this->servername,$th is->username,$th is->password);...
No activity results to display
Show More
Leave a comment: