All the sources codespage 79
PHP
May 15, 2013 pm31 23:10
#11
<?
if($test == true) {
return true;
} else if($test == false) {
return false;
}
?>
PHP
May 07, 2013 am31 11:48
#7
<?php
Class Aire {
function Aire(){
$this->_validation = new ValidationManager(
new Aire,
new Aire
);
}
}
?>