Adding new single pages without reinstalling package?

Permalink
Does anyone know if this is possible? It seems that if I want to add a new single page programmatically, I need to then reinstall the package for it to be "registered".

Can't seem to find anything online to help me.

 
Gondwana replied on at Permalink Reply
Gondwana
I your packacge Controller class, you can include a function 'upgrade()' that might do the trick.
srenert1981 replied on at Permalink Reply
I did run across that in my "searching". I'll try it.
parent::upgrade();

Right?

You don't happen to have any examples, references on how to add pages programmatically?

Thanks in advance.
Gondwana replied on at Permalink Reply
Gondwana
Yes to parent::upgrade.

No to examples.
srenert1981 replied on at Permalink Reply
Ok, thanks. Back to google :)