Social Media Login with Twitter, PHP and MySQL
Implementing user login with Twitter is a bit complicated because it requires a number of steps to authentication. In this article, you will learn one of the few available solutions that will definitely work. How to get a Twitter App, API Key and... Read more
Share this post:
Social Media Login with Facebook, PHP and MySQL
Facebook is undoubtedly the biggest social network in the world with more than 2.7 billion registered and active users. If your web application provides the option to authenticate users with their Facebook data, then your entire registration and login... Read more
Share this post:
Implementing Single Table Inheritance
There is often a debate with respect to when and how best to implement Single Table Inheritance. We will call it STI. There is also another argument between using Polymorphic Association and Single Table Inheritance. That is however beyond the scope... Read more
Share this post: