Use Eloquent ORM in Slim framework

1

Slim is a micro web framework like Flask or Sinatra but for PHP. Eloquent ORMis a powerful database toolkit and it serves as a database layer of the Lravel PHP framework. Now, this time i will install Elequent ORM in Slime framework and build some Restful API with it. Let’s get started!

Here is the part of composer.json in my project:

Read More

域名解析时TTL是个什么东西?

在设置DNS解析的时候,都会出现一个TTL,那这个是干什么的呢?

要说这个TTL,我们先来简单解释下DNS域名解析的整个过程吧。

一开始域名这个概念还没出来的时候,都只是通过IP来访问,但IP根本不方便记忆,这是聪明的我们就想到给每一台服务器起一个别名,然后维护一个别名到IP地址的映射,转换过程全部由计算机自动完成,这就是我们经常说的hosts文件。

Read More