Forums / Developer / fetch function

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

fetch function

Author Message

jb bianchi

Thursday 18 August 2005 5:23:43 am

Hi,

It's possible to do a fecth function which seeks attributes according to other attributes. I have a class which is People(name, nickname, email) and an another class Text(nameoftext, People(with an object relation), description(XML text)).
I use the advanced search which I have customize it.
I write a nameoftext, clik OK and I want to see an array with the name of People, the nicknameof People and the description of text.
It's easy to have the name and the descripton but I don't have the nickname.

Could you help me please.