× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Hits count

9 jaren 1 maand geleden #1057 door Juanjo vazquez real
Hits count werd gestart door Juanjo vazquez real
I am trying to create a counter for my items, I'm copying the system joomla articles but can not get a result, some I can lend a hand or guide me in what I'm doing mals, thanks
this in the file model.php
public function hit($pk = 0)
{
        $hitcount = JRequest::getInt('hitcount', 1);
        if ($hitcount)
        {
            // Initialise variables.
            $pk = (!empty($pk)) ? $pk : (int) $this->getState('Pelicula.id');
            $db = $this->getDbo();
            $db->setQuery(
                    'UPDATE #__todoelcine_peliculas' .
                    ' SET hits = hits + 1' .
                    ' WHERE id = '.(int) $pk
            );
            if (!$db->query()) {
                    $this->setError($db->getErrorMsg());
                    return false;
            }
        }
        return true;
}
this in the file view.html.php
$model = $this->getModel();
         $model->hit();


Gelieve Inloggen of een account aanmaken om deel te nemen aan het gesprek.

Tijd voor maken pagina: 0.061 seconden
Gemaakt door 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.