Jump to content

Recommended Posts

Posted

Hi, i try to add multiple page on pagereference field via php script.

I have a cycle with this code inside

$p->services_field->add(ProcessWire\wire('pages')->get('/servizi'.$servizi[$service].'/'));

 

Page instance has services_field populated like below (it seems correct):
 

[services_field] => ProcessWire\PageArray Object
                (
                    [count] => 7
                    [items] => Array
                        (
                            [Page:0] => Array
                                (
                                    [id] => 1091
                                    [name] => dtv
                                    [parent] =>

When save page, all information are saved but not services_field.

How can i do ?

 

Thanks

Francesco

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...