I wrote the code to handle TSV and CSV.
Continue reading PHP: Read TSV and CSVTag Archives: PHP
Rails: Realize nl2br in PHP
Here’s the code to realise nl2br
of PHP in Rails.
Environment
(Unless Rails changes considerably), it can be used in most versions.
- Rails 4.2.5
- Ruby 2.0.0
CakePHP 3 read built-in server code
I read what the CakePHP 3 built-in server is, which is start with php bin/cake.php server
.
CakePHP 3 migration command
CakePHP3 How to use partial template like in Rails
Now I will explain how to use partial template in CakePHP 3, which is created like Rails. The Japanese document of CakePHP 3 is not up to date, but English document is.
Continue reading CakePHP3 How to use partial template like in Rails