This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

evrendemir1043
evrendemir1043

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

http://1.1m.yt/3RNn6Pje4.jpg

My backend Forecast List

http://1.1m.yt/g5IqHOBJm.jpg

My backend Forecast create forecast

http://1.1m.yt/01-8Cthr.jpg

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.