Where are pages stored?

Permalink
Hiya,
I am about to start a new website in which will have around 200pages... think concrete5 will be OK with that?

But...

Doing this via the front end will take a hell of a lot of time.

Where are the pages stored so I can enter the page info in the back end making it quicker, taking the database I have and reworking it to either inport into the c5 database or convert to flat file...

I tried to find the pages but had NO luck :(

Any ideas would be great :D

akp982
 
Remo replied on at Permalink Reply
Remo
200 pages is not a lot.. The page you're looking at contains a few thousand pages..

Doing that kind of things using db calls is probably a bad idea since the db model is not the easiest.

But check this:
http://www.concrete5.org/help/building_with_concrete5/developers/mv...

It shows you how you can use the API to create pages and blocks (you need blocks too since a page doesn't have any content)
akp982 replied on at Permalink Reply
akp982
Thanks :D