Cakephp Blog Tutorial Part 1 - Installation
Loading...
55,875
Loading...
Uploader Comments (andrewperk)
see all
Video Responses
see all
All Comments (45)
-
Thanks again Andrew. Your one of the best cakePHP instructors on YT... Keep em coming man...
-
hey, the editor that you use seem pretty nice. what is it called?
-
Thank you!
-
Thank you a lot for all your video tutorials ! It really helped me to start learning this framework !
Good job !
-
i love this tutorial.
-
Andrew thank you so much for this video. It is very helpful. You are right. CakePHP is very intimidating and the documented tutorial was out of date. You're the man!
-
This video blog deserves 5 stars - good articulation, quick explanation and illustration
-
@adrianchen19888 try NetBeans, its my favorite
-
-
Very helpful. Thank you, sir.
Loading...
whats a good text editor for cakephp? Im on a window pc
adrianchen19888 10 months ago
@adrianchen19888 Window's has a lot of choices for text editors. jEdit, Komodo Edit, Sublime Text, E-text editor, notepad++. I like using Komodo Edit now with texter to make my own tab trigger text expanders for code snippets similar to textmate on a mac. I also like aptana 3 (IDE) as well because of how you can just hit tab and it moves outside of curly brackets, parenthesis, you dont have to use arrows to move through your code. Aptana 3 also has some really nice color themes as well.
andrewperk 10 months ago
is cakephp better than Codeigniter ? in a top list of the better php frameworks , i saw codeigniter bellow cakephp (cause it says that cakephp is better in authetication) is that true ?
dennis3380 1 year ago
@dennis3380 Codeigniter is an excellent framework. It's very easy to use and is simpler than Cakephp is. I wouldn't say Cake or Codeigniter is better than the other. I chose Cakephp because of its built in ORM (it handles all table relationships for you and pulls in related data on queries, this is the main reason I chose cake), ACL, and the Auth component.
andrewperk 1 year ago
is it the same process when using mac OSX???
prince143 1 year ago
@prince143 I don't use a mac everyday. I believe the majority of things should be the same. All of the cakephp specific file settings such as the database.php file, the core.php, security.salt, cipherseed should all be the same regardless of mac or pc. You'll probably have a different php/mysql/apache environment than WAMP most likely MAMP or something similar. Let me know if you have any problems and I'll see if I can help.
andrewperk 1 year ago