Re: [protobuf] Generate .pb with pb4php library?

2014-02-13 Thread Joel Zimmerli
Hi, I misunderstood this point in the doc, it works fine, thanks. Hope I can generate the .pb required by Google using this library Joel On Tuesday, February 11, 2014 8:51:56 PM UTC+1, Ilia Mirkin wrote: > > A quick search for pb4php turns up > > https://code.google.com/p/pb4php/ > > which in t

Re: [protobuf] Generate .pb with pb4php library?

2014-02-11 Thread Ilia Mirkin
A quick search for pb4php turns up https://code.google.com/p/pb4php/ which in turn has a link to http://coderpeek.com/2008-07-17-protocol-buffer-for-php And the example on there is """ $book = new AddressBook(); $person = $book->add_person(); $person->set_name('Kordulla'); $person->set_surname