Nick Reed

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Nick Reed created a post, How can I force add a file to git which is on .gitignore list?
How can I force add a file to git which is on .gitignore list?In console this is simply done by git add -f <filename>.Thanks! -
Nick Reed commented, -
Nick Reed created a post, cakephp: autocomplete for models
I've been working on a cakephp project, and cakephp uses models assigned implicitly so they are used like this:class Foo extends Controller { // models to be used in the controller $uses = ar... -
Nick Reed created a post, Multiple projects in project view panel
Is it somehow possible to have several projects open in one and the same project panel, like it is done in NetBeans or PDT? -
-
-
Nick Reed created a post, Trying to report a bug, but get kicked off
Again, at the end of svn checkout it spit out an error. I tried to report it, but when I do it it goes: "Report posting failed: ITN returns wrong data. Do you want to try again?"Tried for a coupl o... -
-
-
Nick Reed created a post, Can't resolve target of expression 'Zend/Pdf/Exception.php'
I am using some Zend libs. In order to use them I add the path to the libs to the include_path:set_include_path(get_include_path() . PATH_SEPARATOR . KERNEL_DIR . 'common/libs/');require_once(KERNE...