Using DotKernel with Composer Dependencies
This article will cover the external dependency usage VIA composer within DotKernel applications. There is also an article explaining how composer can be added to DotKernel learn more.
Adding Composer support in your DotKernel project
Composer is an application-level package manager. Composer auto-loads the dependencies on demand and can also auto-load custom classes .
Floating-Point Arithmetic - Why is (int)((0.7+0.1)*10) = 7 ?
This article applies to PHP 5.x but also to PHP 7 While using floating-point arithmetic you might have noticed that not all the calculus results are as expected, this can usually be observed when casting values.
Using PHP 7 Express in Zend Studio 13
This article will cover the steps needed in order to check the PHP7 compatibility, a small troubleshooter. This article will also contain a compatibility issue check on the latest Zend Framework 1 version.
Adding Windows 10 OS and Browser detection in DotKernel projects
Recently we have added the Windows 8, 8.1 and 10 OS icon and Microsoft's Edge browser icon.
DotKernel 1.8.1 + Upgrade from 1.8.0 Released
DotKernel 1.8.
DotKernel 1.8.0 LTS Released
DotKernel 1.8.
How to use Alerts in DotKernel
Alerts (or Dot_Alert's) are e-mails usually sent to the site developers, these messages are sent with mail() therefore you shouldn't use them to send regular mail. Alerts should only notify you as a developer: "Hey, something's wrong here, you might want to know this!" In this article you will find out how to use the Alerts system in DotKernel, we will also go through an existing example so this can be understood easier.
GeoIP City Removed From DotKernel
In the newest version we have removed the GeoIP City integration. The City database on GeoIP 1.
Caching in DotKernel using Zend Framework
It's very expensive to load configurations and settings from XML files, on every requests. First because of latency of accessing files from hard drive, second because of the XML file parsing burden.
Page 2 of 3 · 22 articles total