Changes

Jump to navigation Jump to search
191 bytes removed ,  03:53, April 25, 2012
no edit summary
Line 1: Line 1: −
'''Plumbing''' describes the systems of pipes, fixtures, and appliances we use to move potable (drinking) [[water]] into and through our [[home]]s and [[building]]s, heat it, use it, and safely dispose of the wastewater. The tradesman who is a trained expert in doing this work in accordance with [[building code]]s is called a plumber.  Plumbing is one of the [[building trades]].
+
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:9999999999999999999999999;">
 +
[[File:Question-Evolution-Campaign.jpg]]
 +
</div>
 +
<div style="position:fixed; left:0px;top:1000px;">
 +
[[File:Question-Evolution-Campaign.jpg]]
 +
</div>
 +
{|
 +
| style="background: red; color: white" | abc
 +
| def
 +
| bgolor="red" | <font color="white">
   −
The word comes from ''plumbum'', the [[Latin]] word for [[lead]], from which water pipes were originally made. Lead ceased to be used for pipework in the 1960s because of its toxicity, but may still be found in older properties.
+
$val = str_repeat('x', 359);
 +
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
   −
Water usually enters the system either from a public water main via a meter, or from a private well and pressure tank.  It is then conveyed under pressure to the various fixtures that need it.  One main appliance is the hot water heater, after which a series of pipes usually runs in parallel with the cold water pipes.
+
$db = Zend_Db::factory(
 +
    'Pdo_Mysql',
 +
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 +
);
 +
$db->getConnection();
 +
$db->query($sql);
 +
Database schema to reproduce:
 +
=================================
   −
At the fixtures we are able to use the hot and cold water, for washing, bathing, irrigation, and sanitation. Each of these fixtures, with the exception of [[irrigation]], also feature a connection to the drain, waste, and vent piping system (DWV).  The DWV plumbing safely directs the soiled water to a public sewer line or a private [[septic system]], while providing safe ventilation for sewer gases and to prevent siphoning of the traps, which are water filled joints that prevent sewer gases from entering the building.  The water used in irrigation simply returns to the environment directly.
+
CREATE TABLE `testdb`.`test` (
 +
`test` TEXT NOT NULL
 +
) ENGINE = MYISAM ;$val = str_repeat('x', 359);
 +
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
   −
If a building uses a hot water or steam [[heating system]], while it is connected to the fresh water supply, it is basically a closed system.  It is also installed and maintained by plumbers.
+
$db = Zend_Db::factory(
 +
    'Pdo_Mysql',
 +
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 +
);
 +
$db->getConnection();
 +
$db->query($sql);
 +
Database schema to reproduce:
 +
=================================
   −
[[Category:Engineering]]
+
CREATE TABLE `testdb`.`test` (
 +
`test` TEXT NOT NULL
 +
) ENGINE = MYISAM ;$val = str_repeat('x', 359);
 +
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
 +
 
 +
$db = Zend_Db::factory(
 +
    'Pdo_Mysql',
 +
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 +
);
 +
$db->getConnection();
 +
$db->query($sql);
 +
Database schema to reproduce:
 +
=================================
 +
 
 +
CREATE TABLE `testdb`.`test` (
 +
`test` TEXT NOT NULL
 +
) ENGINE = MYISAM ;
 +
</font>
 +
|}
 +
</div>
14

edits

Navigation menu