This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
App::uses('AppModel', 'Model'); | |
/** | |
* OfficeApply Model | |
* | |
* @property ProfileCategory $ProfileCategory | |
* @property Country $Country | |
*/ | |
class OfficeApply extends AppModel { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. | |
* For licensing, see LICENSE.html or http://ckeditor.com/license | |
*/ | |
CKEDITOR.editorConfig = function(config) { | |
// Define changes to default configuration here. | |
// For the complete reference: | |
// http://docs.ckeditor.com/#!/api/CKEDITOR.config |
OlderNewer