This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi Everybody,
I'm writing a module on the score estimates. How can I give below the image and dynamisation on system table?
My front-end Table
My backend Forecast List
My backend Forecast create forecast
My Component "default.htm"
Trident
<td class=" ">Trident</td>
<td class=" ">Internet
Explorer 4.0</td>
<td class=" ">Win 95+</td>
<td class="center "> 4</td>
<td class="center ">X</td>
My Component "Forecast.php"
<?php namespace Kanyonbrands\Forecast\Components;
use App; use Kanyonbrands\Forecast\Models\Forecast as forecastModel; use Cms\Classes\ComponentBase; use DB; use Lang; use Request;
class Forecast extends ComponentBase {
public function componentDetails()
{
return [
'name' => 'Tahmin Listesi',
'description' => 'Tahminleri Göster'
];
}
}
Last updated
1-1 of 1