How would you save text messages? For example users can write messages like on fb's news feed. So there are a lot of messages and maybe comments related to a message.
Now what is the best practice to realize this?
Save text...
into a database,
into a file and just the url to the file in the db,
further suggestions are welcome ;-)
how would you realize comments?
extra table?
or all into "one" message file?