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

Hits count

il y a 9 ans 1 mois #1057 par Juanjo vazquez real
Hits count a été créé par 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();


Connexion ou Créer un compte pour participer à la conversation.

Temps de génération de la page : 0.046 secondes
Propulsé par 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.