Log message #4018922

# At Username Text
# Apr 21st 2017, 09:57 hmic i still encourage you to use Muffin/Footprint and dont roll your own solution
# Apr 21st 2017, 09:57 hmic if you wanna do it yourself, check Ceeram/Blame on github to get the idea of how it would work
# Apr 21st 2017, 09:56 dereuromark why not? its super easy, I used it to make version behavior having a user inside the models: https://github.com/josegonzalez/cakephp-version#storing-user_id-as-meta-data
# Apr 21st 2017, 09:56 rudy1976s I tried Muffin/Footprint but i was not able to make it work
# Apr 21st 2017, 09:55 dereuromark see the logs
# Apr 21st 2017, 09:55 dereuromark I think every day the topic footprint was the main one discussed
# Apr 21st 2017, 09:55 hmic rudy1976s: use Muffin/Footprint
# Apr 21st 2017, 09:55 dereuromark you havent been much around here I guess :slightly_smiling_face:
# Apr 21st 2017, 09:54 rudy1976s I would need to have the logged user data on every beforeSaver
# Apr 21st 2017, 09:54 rudy1976s behaviors
# Apr 21st 2017, 09:54 dereuromark components?
# Apr 21st 2017, 09:53 dereuromark behaviors?
# Apr 21st 2017, 09:53 rudy1976s Hello is there a way to inject variables into events like beforeSave, available for all models ?
# Apr 21st 2017, 09:51 Neon1024 Morning everyone
# Apr 21st 2017, 09:49 hmic i need to stop answering these questions. at least to these kind of guys without any reference to cakephp :-/
# Apr 21st 2017, 09:48 roshan hmic, Ok thanks :-)
# Apr 21st 2017, 09:48 dereuromark as hmic said: you usually create a rule xsd and then from there you start your xml files, reverse engineering is a bit error prone.
# Apr 21st 2017, 09:47 dereuromark "have need to conversion xml to xsd" then you do sth wrong, the question is why you need that, and what you should need instead.
# Apr 21st 2017, 09:43 hmic you can get some definition that fits these files, but you have no idea if it would fit other files too, that are generated from the original definition, and if it would reject incorrect markup of course too. so it's of absolutely no real use!
# Apr 21st 2017, 09:42 hmic so the answer is, still: it is impossible to (recreate) a *correct* xsd from an (or many) [example] xml files.
# Apr 21st 2017, 09:41 hmic lets say you have a tag that can have different children, but is limited to some valid ones - in xhtml: <ul> can have <li> children *only*, but <div> can have like anything as children - your xsd "generator" cannot know this from just looking at the xml input you provide
# Apr 21st 2017, 09:39 hmic e.g. you do have an xml tag that can take some attributes, these attributes are optional, your example xml does not include them - how would the xsd "generator" know they could be there?
# Apr 21st 2017, 09:39 roshan hmic, it means we can't convert xml to xsd ?
# Apr 21st 2017, 09:38 hmic you can come up with something that matches what you see (with a rainbow table in case of hashes likely), but there is no way to tell if this is the actual correct input data, and it very very likely isnt!
# Apr 21st 2017, 09:37 hmic it's comparable to wanting to get the data back from a hash (md5) e.g.
# Apr 21st 2017, 09:37 hmic so the answer is just: no!
# Apr 21st 2017, 09:37 hmic but you dont know if thats all to it
# Apr 21st 2017, 09:36 roshan hmic, eg : http://www.freeformatter.com/xsd-generator.html
# Apr 21st 2017, 09:36 hmic its like i said: they can just create *a* XSD for the *current* data you have provided
# Apr 21st 2017, 09:35 hmic it is not!
# Apr 21st 2017, 09:35 roshan hmic, but there a lot of tools online which convert the xml to xsd, then how its possible ?
# Apr 21st 2017, 09:35 hmic you can get *a* definition back, your example XLM input would fit in, sure. but that is quite pointless
# Apr 21st 2017, 09:34 hmic XSD is a *definition* to how your XML needs to look like. you cannot just get that definition back
# Apr 21st 2017, 09:34 roshan hmic, why ?
# Apr 21st 2017, 09:33 hmic roshan: you cannot?
# Apr 21st 2017, 09:30 roshan ?
# Apr 21st 2017, 09:30 roshan Actually have need to conversion xml to xsd, can anyone suggest me regarding this
# Apr 21st 2017, 09:29 roshan hi
# Apr 21st 2017, 09:28 crazycoder guys can i use CONCAT In an addCase ?
# Apr 21st 2017, 09:07 rs-liam So i've found my issue above in regards to emails not being sent when visiting pages, it was because the debug kit was loaded twice - i wonder why thats only just started being an issue in latest version and cake isn't doing anything to prevent it being an issue
# Apr 21st 2017, 09:04 metoyoko ProductTable BrandTable OwnerTable how to relate that using belongsTo