I have never before used a CMS or framework. PW is just to get my feet wet. I think I like it.
I am used to create databases manualy according to cutomer needs and operate on them using plain PHP and sql.
This is my backend driving a frontend and driven by events from a frontend (AJAX,websockets) where the UI/pages are constructed
serverside by PHP and dynamicaly altered by Jacascript, no twig, no smarty, no framewroks . All vanilla.
Sounds complicated but it is not because over the years you have your own libs, so all is fine.
Mind you I wrote my first program in 1975, Fortran IV and my first PHP in 1994
So with regards to the CKE field and PW, how would you build a protocol app where users of one shift have to pass information to
next shift being able to edit this info via just one CKE-field and being able to access the history, past entries. I have seen that
the content of such a CKE field is always stored in the same data field of a table dedicated to this field. I would store this content
as a new entry in my own DB table called info along with the date and time. Or is there a place for this in PW ?
Don't get me wrong I don't insist on doing it this way or that way I am just curious, retired and a bit bored ?