Category: programing
-
Simply linked list in PHP
When we program, we often don’t realize how important it is to be familiar with the concept of data structure. We use several classes that abstract numerous concepts from the art of programming, but a good software architect knows and understands these concepts. One is the simply linked list which is nothing more than a…
-
What is MVC? Simple example with PHP.
Do you know the first interaction layer within the MVC pattern? In this post I will explain how the MVC pattern works and why you should learn to use this pattern which is one of if not the most used in programming projects today.
-
PHP/MYSQL development environment with HTTPS in apache, easy.
If you are new to the world of programming and have chosen PHP as your gateway but don’t know where to start. In this post I show how to create a development environment for PHP with MYSQL and Apache working with SSL the famous HTTPS. This environment is not recommended for production for development only.