View Single Post
Old 01-04-2008, 05:20 PM   #4 (permalink)
jayjay
The Visitor
 
Join Date: Jan 2008
Posts: 1
Thanks: 0
jayjay is on a distinguished road
Default

If you're using a database backend, it's easy to work with two seperate tables: articles(id, title, date) and article_pages(id, articleid, body).

Using flat files: use a page breaker like [nextpage]. Then parse the page with a regex or use explode to get an array.
jayjay is offline  
Reply With Quote