A question from PHP self-learner.
My question is how can one dynamically build an array.
I have an array of some class values
$tags;
a class tag has a field called Text;
I need to build an array of strings populated from that field
NOTE for downvoters. I am not PHP developer. I just need to do one simple task. I just do not know how to dynamically build an array of strings. That is my question. Hope this question will help other people who are learning PHP.