Fatal error: Call to undefined method cromsoftcontrolo::cromsoftcontrolo() in C:\wamp\www\CromSoft\cromsoft.php on line 14
Boa Tarde pessoal
esta em a dar este erro Fatal error: Call to undefined method cromsoftcontrolo::cromsoftcontrolo() in C:\wamp\www\CromSoft\cromsoft.php on line 14
cromsoft page:
<?php
require 'controlos/cromsoftcontrolo.php';
$CromSoftcontrolo = new cromsoftcontrolo();
if(isset($_POST['codCategoria']))
{
//Fill page with coffees of the selected type
$coffeeTables = $CromSoftcontrolo->cromsoftcontrolo($_POST['codCategoria']);
}
else
{
//Page is loaded for the first time, no type selected -> Fetch all types
$coffeeTables = $CromSoftcontrolo->cromsoftcontrolo('%');
}
//Output page data
$title = 'Coffee overview';
$content = $CromSoftcontrolo->CreateCromSoftDropdownList(). $cromsoftTables;
include 'Template.php';
?>Discussão (1)
Carregando comentários...