Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

February 8, 2018

TODO - xoreos Wiki

xoreos is an open source implementation of Bioware's Aurora engine and its derivatives, licensed under the terms of the GNU General Public License version 3 (or later).

In order to accurately reimplement these games, we need to research how all of the mechanics work. If you feel like crawling deep into the bowels of the Aurora engine, or have already done so, please feel free to document your newly gained understandings here.

dBug

PHP version of ColdFusion’s cfdump.
Outputs colored and structured tabular variable information.
Variable types supported are: Arrays, Classes/Objects, Database and XML Resources.
Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable.
Stylesheet can be easily edited.
Table cells can be expanded and collapsed.

It’s FREE!!!

ou le télécharger ?
j'aime bien ce fork :
https://github.com/CodyErekson/dBug

Comment l'utiliser :

  • include_once("dBug.php");
  • new dBug($myVariable);
Upgrade and migration - Shaarli Documentation

Mise à jour de shaarli ?

  • garder le répertoire data
  • décompresser le zip à la place du reste
  • remettre le répertoire data
  • hop c'est fini

pour les releases : https://github.com/shaarli/Shaarli/releases

Kint, a debugging tool for PHP

Kint - a modern and powerful PHP debugging helper
What is it?

Kint for PHP is a tool designed to present your debugging data in the absolutely best way possible.

In other words, it’s var_dump() and debug_backtrace() on steroids. Easy to use, but powerful and customizable. An essential addition to your development toolbox.

Still lost? You use it to see what’s inside variables.