Metodo HtmlHelper :: tableheader non esiste [core \ torta \ libs \ vista \ helper.php, linea 154] [chiusa]

StackOverflow https://stackoverflow.com/questions/7820976

Domanda

sto usando php torta e ho bisogno che l'uso tableheader ma faccia io con questo errore

Method HtmlHelper::tableheader does not exist [CORE\cake\libs\view\helper.php, line 154]

codice è:

$th = array ('sggs','ba','aa');
echo $this->Html->tableheader($th);

Grazie.

È stato utile?

Soluzione

Ortografia mystake di "tableHeaders"

$th = array ('sggs','ba','aa');

echo $this->Html->tableHeaders($th);
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top