Skip to content

Instantly share code, notes, and snippets.

@tribulant
Created October 23, 2014 18:16
Show Gist options
  • Save tribulant/678aa2de3dc6e36c8efe to your computer and use it in GitHub Desktop.
Save tribulant/678aa2de3dc6e36c8efe to your computer and use it in GitHub Desktop.
CurrencyConvert CakePHP Component
<?php
class AppController extends Controller {
var $components = array('CurrencyConvert');
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment