I'm creating a plugin and it will be for typical CRUD. I do know there are many plugins out there, but take it as a given I have to do my own.
I’m starting to create include files that would consist of forms and fields. What it the best way this is done? I’m a dot.net type and new to php.
Psudo code
Function() {
Read file and output as a string?
Or just put the html directly? If so how?
}