Start(newbie) - GitHubResourceServer/calu GitHub Wiki

Start

Hello, project calu is an advanced node library for develnext, so that it is convenient to work with it.

First, we will try to write a simple code:

  1. $version = $this->cVer();
  2. $this->cPrint($version, true);

Conclusion:

  1. 0.1

+Console:

  1. Returned message: 0.1

But most often the console is looked through, and so that the logs are not displayed, you can use it instead of a true -> false, or just use cEcho();.