Michael,
Sorry, I've made an error in code. This is the code I write in my
AppController (var $model):
[code]
class AppController extends Controller {
/**
* @var Model
*/
var $model
}
[/code]
Otherwise, I've tested your solution for SVN, but it doesn't work.
Even I use "Import SVN" in an existing PHP project, no code completion
is available, even PHP built'in functions like "mysql_close" or
"str_replace" are unavailable!
Moreover, the Eclipse Outline View doesn't work too with a SVN
checkout project! It's impossible to take some Eclipse/PDT utilities
with that kind of project!
Currently I think create 2 projects in Eclipse: one for SVN checkout
and one for my real web project. And then I will merge all files
before making my SVN commits...
See you another solution?
BR,
Aurélien (avairet)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---