It seems like you are using an ad blocker. To enhance your experience and support our website, please consider:
- Signing in to disable ads on our site.
- Sign up if you don't have an account yet.
-
Or, disable your ad blocker by doing this:
- Click on the ad blocker icon in your browser's toolbar.
- Select "Pause on this site" or a similar option for lancecourse.com.
-
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.
-
A takeover of PHP Closure and anonymous functions
An anonymous function is a nameless function. A closure is a variable containing an anonymous function: Closures and anonymous are something I found hard to learn in the whole PHP ecosystem...
-
Workouts with Slim 3: create a simple website
This is to show you how you can easily create a full static website with Slim 3.
-
Workouts with Slim 3 - part 4: DIC and Views
Learn how to use Slim 3 Dependency Injection Container(DIC or simply DI)