Skip to content

Instantly share code, notes, and snippets.

View tmsnvd's full-sized avatar
🎯
Focusing

Tomas Nev. tmsnvd

🎯
Focusing
  • devbridge
  • Kaunas, Lithuania
View GitHub Profile
@tmsnvd
tmsnvd / gist:254b64cb547ec6dfd899
Last active August 29, 2015 14:01
Cordova installation on Windows
Download Apache Ant
Download Android SDK
Set Enviroment Vars:
ANDROID_HOME with the c:\sdk\android value
ANT_HOME with the c:\tools\apache-ant
Add to PATH:
;%PATH%\tools;%ANT_HOME%\bin;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
<?php
class EmployeeController extends Controller
{
/**
* @var string the default layout for the views. Defaults to '//layouts/column2', meaning
* using two-column layout. See 'protected/views/layouts/column2.php'.
*/
public $layout = '//layouts/column2';