Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 460 → Rev 461

/trunk/framework/Bdd.php
390,7 → 390,7
/**
* @deprecated changement de nom. Deviendra "private" dans la version 0.5. Utiliser à la place : @see proteger
*/
public function protegerTableau($tableau) {
public function protegerTableau(Array $tableau) {
foreach ($tableau as $id => $val) {
if (is_array($val)) {
$tableau[$id] = $this->protegerTableau($val);