developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
#452 closed bug (fixed)
jZone : _cacheParams is not used. deprecated or not implemented ?
Reported by: | laurentj | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | Jelix 1.0.2 |
Component: | jelix:utils | Version: | 1.0.1 |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | ||
Hosting Provider: | Php version: |
Description
The property _cacheParams has been never used in jZone. I don't remember if it is an non implemented feature or if this is something I forgot to remove.
So it should be removed or implemented.
Change History (3)
comment:1 Changed 13 years ago by laurentj
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 13 years ago by estee
Concernant la suppression de _cacheParams, j'ai vu que tu n'avais pas suprimer dans la doc zone la partie "Paramètres automatiques"
protected $_cacheParams = array('id_article', 'lang');
Je ne l'ai pas fait car je ne savais pas si c'était voulu ou un oublie. ;-)
comment:3 Changed 13 years ago by laurentj
C'est juste un oublie, je te remercie. J'ai corrigé la doc.
Note: See
TracTickets for help on using
tickets.
Since this property isn't usefull, it has been removed in the trunk and 1.0.x branch.