junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

Support for Cake outside project directory #13

Closed rabkins closed 11 years ago

rabkins commented 11 years ago

Can You add support for Cake installation outside project e.g. PEAR installation? Currently with each project whole Cake dir is created.

junichi11 commented 11 years ago

I don't know exactly what you want to do... You can create multiple app directories into a CakePHP. And you can create NetBeans project for each app directories.(Please see #3 and https://github.com/junichi11/cakephp-netbeans#use-multiple-app-directories) Is this what you want to do?

rabkins commented 11 years ago

Hi,

I ment the situation when I create new project I'd like to show/use external directory with cakephp core instead of copying them to PROJ_DIR/lib/Cake. I'm using pear installation. But now I can see your soution is more flexible especcialy when it come to testing migration to newer version.

Thanks for the quick respone.

On Feb 19, 2013, at 4:28 PM, junichi11 notifications@github.com wrote:

I don't know exactly what you want to do... You can create multiple app directories into a CakePHP. And you can create NetBeans project for each app directories.(Please see #3 and https://github.com/junichi11/cakephp-netbeans#use-multiple-app-directories) Is this what you want to do?

— Reply to this email directly or view it on GitHub.

junichi11 commented 11 years ago

Perhaps, I see. Your project directory has not lib/Cake. But you would like to see it on project pane. Is this what you want to say? If it is so, you can add it to include path. Right-click project > properties > PHP Include Path Please add your lib/Cake Folder. Then it will be added to Include Path node of your project tree :)

junichi11 commented 11 years ago

Does "outside" mean the following? cakephp-netbeans-use-outside-directory

junichi11 commented 11 years ago

@rabkins If you have some problem yet, please reopen this issue.