Vuong
Vuong
@junedchhipa Can you clarify your previous comment. Are you saying that ApexCharts doesn't support bundlers such as webpack atm? Because that seems to be my understanding based on this issue...
"Propel3 is an open-source Object-Relational Mapping (ORM) for modern PHP 7.1+" Does/will it work on PHP 5.*?
Thanks for your response. I will look more into.
I'm no longer working on MSSQL DBs so I can't verify whether this is still an issue. For that reason, maybe it can be closed.
I believe I tried this already and the DependencyInjector detects that the array is empty and goes ahead and adds the children. Let me confirm.
Can confirm that setting an empty array does not help.
Instead of the two proposed functions, I've consolidated the two proposed functions into one function: `exportTo()`. Mainly to reduce ambiguity between `array()` and `toArray()`. The usage has changed slightly. Given...
Or perhaps I should use PEAR::XML_Serializer ?
@alepeino As far as I can tell, there's no special notation for namespaces. So maybe we can reuse the attribute notation: Array ( 'animal' => Array ( '@operation' => 'create',...
Sorry I didn't see your namespaces in the child nodes. For simplicity, I suggest the following: Array ( 'animal' => Array ( '@operation' => 'create', 'type' => 'Herbivore', 'attribute' =>...