how to create a joomla hit counter

9 lata 1 tydzień temu - 9 lata 1 tydzień temu #1087 przez Juanjo vazquez real
how to create a joomla hit counter was created by Juanjo vazquez real
Hello
I finally managed to go well field hits, I will explain as e echo if anyone serves.

We must create a field hits, type TINYINT (11) in our table
Once we have our component in part site / models in our archive item.php add:
within the model class
public function hit($id = null)
        {
                if (empty($id)) {
                        $id = $this->getState('item.id');// item is the name of our item
                }

                $item = $this->getTable();
                return $item->hit($id);
        }

then in site / item / view file view.html.php
we add this code within the function display
$model = $this->getModel();
   $model->hit();

I hope this helps someone
Ostatnia9 lata 1 tydzień temu edycja: Juanjo vazquez real od.
Za tę wiadomość podziękował(a): Виталий

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

9 lata 1 tydzień temu #1088 przez Andres Maeso
Replied by Andres Maeso on topic Hits
Thanks Juanjo. Do you mind if I rename it like "how to create a joomla hit counter"? :)

Andrés Maeso
Customer relations manager at Joomla Component Creator.

Ten adres pocztowy jest chroniony przed spamowaniem. Aby go zobaczyć, konieczne jest włączenie w przeglądarce obsługi JavaScript.

Proszę Zaloguj lub Zarejestruj się, aby dołączyć do konwersacji.

Czas generowania strony: 0.052 s.
Zasilane przez Forum Kunena

We use cookies so that you can place orders and we can provide a better service. You can control the use of cookies at the individual browser level. If you reject cookies, you may still use our website, but your ability to use some features or areas of our website may be limited.