Skip to content
EscapeQuotes

EscapeQuotes

Blink your leds!

Menu

  • ESP8266
  • Micro:bit
  • Raspberry PI
  • Arduino
  • CodeIgniter

php

PHP short tags: if/else

Alternative syntax for control structures. PHP offers an alternative syntax for some of its control structures; namely, if, while, for, foreach, and switch. In each case, the basic form of the alternate syntax is to change the opening brace to

escapequotes January 21, 2014January 21, 2014 bash, php No Comments Read more

MVC: model – view – controller

Model–View–Controller (MVC) is an architecture that separates the representation of information from the user’s interaction with it. The model consists of application data and business rules, and the controller mediates input, converting it to commands for the model or view.

escapequotes December 13, 2012December 13, 2012 CodeIgniter, php No Comments Read more

Getting Started With CodeIgniter

If you are familiar with php, a good practice is to use a php framework to build your applications. One choice is CodeIgniter. CodeIgniter is based on the Model-View-Controller development pattern. MVC is a software approach that separates application logic

escapequotes December 13, 2012December 13, 2012 CodeIgniter, mysql, php No Comments Read more

Hello world!

First article! Definitely must be a “Hello World” examples article. A “Hello World” program is a computer program which prints out “Hello, world!” on a display device. It is used in many introductory tutorials for teaching a programming language. It

escapequotes December 11, 2012December 13, 2012 bash, javascript, linux, mysql, php No Comments Read more
Copyright © 2022 EscapeQuotes. Powered by WordPress. Theme: Spacious by ThemeGrill.