Tag: php
PHP vs Python #2: Variables
Danyal January 12, 2021
What is variables? Variables are used to store information to be referenced and manipulated in a…
Posted in Programming Tagged coding, php, python, variables
PHP vs Python #1: Syntax
Danyal January 10, 2021
Let’s take a look at the syntax of both languages PHP & Python.
Posted in Programming Tagged coding, php, python, syntax
PHP vs Python: Intro
Danyal January 10, 2021
PHP and Python both are really strong backend languages, in this article series we will compare PHP vs Python from scratch.
Posted in Programming Tagged coding, learn from scratch, opensource, php, python
PHP vs Python vs Ruby on Rails Comparison
Danyal January 1, 2021
What is the best choice for website / server side web development?
Posted in Development, PHP, Python, Ruby on Rails Tagged developemet, php, rails, ruby, webdeveloper, website
Laravel: update vs fill
Danyal December 7, 2020
Let’s take a look at the difference between update and fill of Eloquent methods.
PHP: How to convert stdclass to array
Danyal December 7, 2020
Let’s see how to convert single-dimension and Multi-dimension Object to Array.
Posted in Daily Tips, PHP Tagged array, conversion, objects, php, type-casting
Traits in PHP and Laravel?
Danyal August 6, 2020
This is a fact that in PHP you can only have single inheritance. That means a class can inherit from only one other class.
Posted in Laravel, PHP Tagged best practice, clean code, coding, OOP, php
Laravel: Usage of old() in form when editing
Danyal April 25, 2020
Best practice to show old value when editing a form in Laravel?






