Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.
jaoudestudios wrote:How efficient is method chaining...
Is there a greater overhead using method chaining because the object is returned in each method?
The overhead would be minimal, or possibly non-existent. The parser shouldn't have to do much work to make method chaining work, it's just evaluating a set of expressions (method calls) from left to right in the normal scanning routine a scanner makes. I don't know about the internals of PHP specifically though.
I was wonder if any one could help me. I am creating a page that allows user to insert date into mysql via check boxes. The code allow the information be inserted but does not return check values from the data on the refresh. Does any have any methods that may work?
klee wrote:I was wonder if any one could help me. I am creating a page that allows user to insert date into mysql via check boxes. The code allow the information be inserted but does not return check values from the data on the refresh. Does any have any methods that may work?
We will be glad to help you. However, de-railing a thread is not the way to ask for help. Kindly create your own thread and ask your question(s) there.