addshore / addframe

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

Page list should be able to be constructed with an existing page list #96

Closed addshore closed 10 years ago

addshore commented 10 years ago

Currently pagelists accept pages and arrays as values

This should be expanded to also accept a pagelist object

Potentially create a private function fillFromValue( $value ) and pass the value the constructor gets to this to sort out, this could also have some recursion in it it is is passed an array of pages lists etc...