I am wanting to show a set of results based on what it's privacy type is.
I am using lavavel 4.2, php, blade and sqlite.
I have public, friends, and private. Public anyone can read, friends only author and friends can read and private only the author can read it.
The site has a log in/ out functionality.
Can this be done with one sqlite query?
Any help is greatly appreciated.