Cakephp Blog Tutorial Part 2 - Naming Conventions
Loading...
34,997
Loading...
Uploader Comments (andrewperk)
see all
All Comments (89)
-
@andrewperk Use geany its n awesome light-weight IDE
-
i am developed example application whatever in the video.i got the error like this the requested resource is not available.
-
hi
-
Buen video amigo, me sirvio.
-
And uncomment the App.baseUrl below: */ /Configure::write('App.baseUrl
', env('SCRIPT_NAME')); in core.php file your application will work fine according to your desire
-
"localhost/tut_blog/index.php/
posts/hello_world use this link to access hello_world page
Loading...
Great video ! You help me clear the error messages on my cake index page. Only one remains and seems to block me from doing this real url thing with posts and hello world. Here is the error : "URL rewriting is not properly configured on your server."
Thanks! Keep posting great videos like this!
doum5792 1 month ago
@doum5792 It sounds like you need to enable mod_rewrite for apache in your h ttpd.conf file.
andrewperk 1 month ago
Does anyone know what is the IDE that is used?
vatrulz 6 months ago
@vatrulz I was using the Phpstorm IDE by Jetbrains in this video.
andrewperk 6 months ago
@andrewperk Have you ever used NetBeans and if so, was paying for Phpstorm worth the expense?
lookbehindtheveil 3 months ago
@lookbehindtheveil Yes, I have used Netbeans. When I recorded this video Phpstorm was in beta and was free to use. I currently use Gedit and it's just a simple text editor for Linux now which is similar to Textmate. On windows I use Aptana 3. I don't feel the need to pay for Phpstorm when other editors/IDE's perform just as well and are free. Phpstorm was nice though and I have no complaints about it.
andrewperk 3 months ago