by H.Thirukkumaran | Aug 8, 2017 | tip of the day
whereis command will show the location of the command in the disk. Eg: whereis man will show you where the man command is stored on the disk.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
use clone keyword to implement copy constructor for classes in PHP.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Make a class as final class or methods as final methods to prevent the child class from overriding it or inheriting the class.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Use trait feature when you want to share code across multiple classes.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
You can use aggregate classes in PHP using magic methods __call and __callStatic..
Recent Comments