Jump to content

Pagereference field add via API


Cesco
 Share

Recommended Posts

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

 

 

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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