-
Create a Professional Desktop Application With PHP Desktop - Part 2
How to create a simple Hospital Patients Management Application?
-
Create a Professional Desktop Application With PHP And PHP Desktop
Create a clean and professional desktop software with PHP and PHP Desktop: a case of a Hospital management software.
-
How to create a pure css tabbed menu widget?
In most websites tabbed menus are used to help same space and improve user experience. Let's discover how we can make a handy one for ourselves.
-
How to feed your google chart with data from a database using ajax?
Google Chart is a JavaScript library which is used for data visualization in graphs. With it you will be able to interpret your data and see how it behaves.
-
Learn how to use PHP sessions
In this post I will take you through sessions. We'll see what sessions are, why and when do we need to use sessions, all with examples.
-
Start with PHP Exceptions
If you've been developing applications for a while you should've heard of Exceptions or at least Errors. Two phenomenon that are common to all programming language and to which all programmers are used to.
-
PHP Objects with wrong Traits
What are traits in PHP? Have you ever wondered why and when you should use them? In this post I have tried to answer to these question.
-
Composer - your first class
Composer is great tool that has been around for few years now and there are still millions of people who don't know what it's used for and why it should be used.
-
Workouts with Slim 3:Database with PDO and Eloquent
Databases become a must for your applications every time you need to persist some data. People build most modern applications in this architecture.
-
Workouts with Slim 3 - part 5- Action controllers
Hi, welcome to the fifth part of this series on Slim 3 micro framework. In this part we will see how it's possible to use Slim's **Callable Resolver Class(CRC)** to handle our routing.