addshore / addframe

OLD addwiki framework (See the newer https://github.com/addwiki libraries)
7 stars 2 forks source link

Create a simple 'hello world' script to print a list of category members #91

Closed addshore closed 11 years ago

addshore commented 11 years ago

Create a simple script to show how the category class can be used to get a categories members

Instructions

Look at one of the other hello world scripts.. Create a family Create a site (let's go for enwiki) Pick a category (the function is recursive so try to pick a smallish one) $site->new category from title($title) $category->get category members

For each category member Print it on a new line :)

addshore commented 11 years ago

This is a bug from the last framework version.... (no longer relevant) We may address this when the framework gets to such a point again