Notes of a geek on SPIP

define(SPIP): A powerfull CMS that rocks !

Howto declare an empty array in SPIP ?

, ,

The only solution is to use
#SET{rubriques, #ARRAY}

If the array is initialised, there is always a default element inside :
#SET{liste_membres,#ARRAY{0}}
creates a PHP array(0=>'0')

private area : object pages in templates cache overflow is still a reality

Write a comment

New comments have been disabled for this post.