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 | |
class CakePHPControllerSuite extends PHPUnit_Framework_TestSuite { | |
public static function suite() { | |
$suite = new CakeTestSuite('Cake Controller Test Sute'); | |
$suite->addTestDirectory(TESTS . 'Case' . DS . 'Controller'); | |
return $suite; | |
} |
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
<phpunit> | |
<filter> | |
<blacklist> | |
<directory suffix=".php">path\to\NetBeansProjects\cakephp\lib</directory> | |
</blacklist> | |
</filter> | |
</phpunit> |
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
{ | |
"name": "vendor/plugin_name", | |
"type": "cakephp-plugin", | |
"description": "Moge Plugin for CakePHP", | |
"keywords": ["cakephp","moge"], | |
"homepage": "https://github.com/yousername/your_plugin", | |
"license": "MIT", | |
"authors": [ | |
{ | |
"name": "hoge moge", |
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
{ | |
"repositories": [ | |
{ | |
"type":"package", | |
"package": { | |
"type" : "cakephp-plugin", | |
"name" : "junichi11/Plupload", | |
"version" : "1.0", | |
"dist": { | |
"url": "https://github.com/junichi11/CakePHP-Plupload-Plugin/zipball/master", |
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
/* | |
* cakephp-netbeans | |
* | |
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org) | |
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org) | |
* | |
* Licensed under Dual License consisting of the Common Development and Distribution | |
* License (CDDL) v1.0 and GNU General Public License (GPL) v2 | |
* Redistributions of files must retain the above copyright notice. | |
* |
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
pear upgrade PEAR | |
pear install PHP_CodeSniffer | |
pear channel-discover pear.cakephp.org | |
pear install cakephp/CakePHP_CodeSniffer |
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 | |
/** | |
* For CakePHP Component & Model Code Completion | |
* ================================================== | |
* Model | |
* ================================================== | |
* @property Member $Member | |
* @property TreeBehavior $Member | |
* @property AclBehavior $Member | |
* @property TranslateBehavior $Member |
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
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 | |
1. Definitions. | |
1.1. Contributor means each individual or entity that creates or | |
contributes to the creation of Modifications. | |
1.2. Contributor Version means the combination of the Original | |
Software, prior Modifications used by a Contributor (if any), | |
and the Modifications made by that particular Contributor. |
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
sudo apt-get install pdf2svg | |
sudo apt-get install pstoedit | |
sudo apt-get install texlive |
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
#下記を最後に追記 | |
# UI font | |
gtk-font-name = "sans 10" |