OOP in PHP · 4 min read
Abstract Classes in PHP
Abstract classes are those classes which can not be directly initialised. Or in other word we can say that you can not…
WritingNotes on artificial intelligence, PHP, Laravel and the craft — 48 articles, mostly written to make myself understand something properly. OOP in PHP · 4 min read Abstract Classes in PHPAbstract classes are those classes which can not be directly initialised. Or in other word we can say that you can not… OOP in PHP · 4 min read Interface in PHPInterface Interface in oop enforce definition of some set of method in the class. By implementing interface you are forcing any class… OOP in PHP · 7 min read PHP cURLcURL cURL stand for Client URL. cURL is a library to transfer data via various protocol like http, ftp, tftp etc. By… OOP in PHP · 7 min read PHP CacheIf your website receives a good amount of traffic everyday and your webpages are loading slow, you might want to consider implementing… MySQL · 3 min read MySQL Table Types, or Storage EnginesIt is essential to understand the features of each table type in MySQL so that you can use them effectively to maximise… MySQL · 2 min read Clustered and Secondary IndexesInnoDB table has a special index called the clustered index where the data for the rows is stored. Typically, the clustered index… MySQL · 4 min read MySQL INDEXESDatabase index is a data structure that improves the speed of operations in a table. Indexes can be created using one or… OOP in PHP · 9 min read Design Patterns in PHPThere are number of ways to structure your code and project for your applications. Use of design patterns is usually a good… WordPress · 2 min read kfc.i.illuminationes.com Malware attack on WordPressHow this malware affect to your website? This malware added a infected JS to your website pages and because of that whenever… |