Getting list of all objects with their properties
-
Hello.
First of all – thank you for this great plugin. It helps me a lot!I’ve got a question as I would like to have simple list of my objects.
My PHP knowledge doesn’t satisfy me and it isn’t so advanced to do it all by myself.Is there any possible to get properties of all objects in my database (for example it would be properties: _job_title and _job_type any other aren’t necessary for me at the moment).
I mean I would like obtain it in array or another collection and iterate through it. I will be using JS. Is there any way to do it? Maybe through plugin AJAX API (I think there’s some kind of this in your project)?I know how to obtain parameters of single object but now I would like have it all in array (and then simply iterate in loop and getting parameters like this in ideal: myJobs[iterator].title)
Thanks a lot!
- The topic ‘Getting list of all objects with their properties’ is closed to new replies.