Lines Matching defs:posts
422 * - list of posts in that thread
431 private $posts;
449 $this->posts = array();
460 $this->posts[$id] = array("url" => $url, "prev" => $prev, "next" => $next);
541 if ($this->posts) {
542 foreach ($this->posts as $id => $data) {
564 // Export d'un forum avec une liste de posts -variable (next with seeAlso)
571 * - list of posts within a forum [partial, paged]
581 private $posts;
608 $this->posts = array();
622 $this->posts[$id] = $url;
677 if ($this->posts) {
678 foreach ($this->posts as $id => $url) {