Adding additional page path programmatically

Permalink
Hi, I'm adding some pages programmatically. Does anyone now if there is an attribute to add additional page paths, to the page.

 
nebuleu replied on at Permalink Best Answer Reply
nebuleu
Looks like you can use $data['ppURL'] to add additional path with the $page->update($data) function

https://github.com/concrete5/concrete5/blob/master/web/concrete/core...
LaZion replied on at Permalink Reply
Thanks your post pointed me in the right direction and I was able to fine these posts about adding additional page paths.
http://blog.ideaday.de/max/2010/04/adding-aliases-to-concrete5-page...
http://www.concrete5.org/community/forums/customizing_c5/add-page-p...