Thanks for the reply, mdomba.
I agree that the issue of fixing the standard and it should work without difficulty. And I have debugging does not work.
I found the answer! Found a reason for not fire my breakpoint in SiteController->actionCreate().
Tell the structure of my work environment.
The projects are located in:
/home/vladcode/www/
Apache is working with a folder:
/var/www/localhost/vlad
And before you start Apache I perform an operation
mount -B /home/vladcode/www/ /var/www/localhost/vlad
And the server is running, open the page.
Solution to my problem:
Project in NetBeans refers to the files through the first path. If you put a breakpoint in the file is located:
/home/vladcode/www/yii/testdrive/protected/controllers/SiteController.php
Then the breakpoint will not work!
And if you open a file in NetBeans on the road:
/var/www/localhost/vlad/yii/testdrive/protected/controllers/SiteController.php
and put a breakpoint, it will work!
Although both files (and the first and second) - the same in essence.
Why is NetBeans itself so I do not know.
But the question for me to allow debugging.
It remains only to recreate the project file in NetBeans with the new path.
Thank you all