Thanks so much, Andrewperk, These all tutorials are really helpful. And you save my lot of time to watch videos instead of reading documents. Thanks so much.
@uchm4n_tmp14 жыл бұрын
You are realy good teacher.You give as all the particularity, that's why I like you ...Keep up the good job.
@amitavadg12 жыл бұрын
This video series is the best I've come across. A great improvement on the Cakephp Documentation, which is at best a joke. Very useful even though the the downloadable version is 2.x. Please keep up the good work. Thanks
@jackmccourt618012 жыл бұрын
Heya bud, Just want to say thank you very much for making these videos, I now have a good grasp of cakePhp and im going to start applying this to projects to get it drilled in my head, as has been said before you should definitely make more videos because you are very good at what you do and your better than 90% of other youtubers out there doing the same thing.
@thepianist12313 жыл бұрын
You made me grateful forever. Thanks. Please please part 15
@hdnail606614 жыл бұрын
Great tutorial! Saludos desde Argentina!
@AaminKhan-fb2ow11 жыл бұрын
Thanx buddy...... these vdo really helping me...
@imdabeef14 жыл бұрын
Great job teaching the components of cakephp! Any plans to add additional tutorials?
@reanitkhmer33259 жыл бұрын
Yes these video very nice! Thank for your video
@vinzanity6814 жыл бұрын
Thanks for your reply. I have a follow-up question, if I run the cake schema on a different application, like a zen cart shopping cart, will it give me the schema of the shopping cart? Does it work outside the cakephp framework, in other words?
@oldno7uk12 жыл бұрын
wow - that is quite scary.. if you pass the "cake schema create -s X" command a value of X that refers to a schema file that doesn't exist, for me at least, it brings up your "posts" table - I didn't read the console output properly and assumed it was creating a new table when in fact it was overwriting my posts table.
@vinzanity6814 жыл бұрын
Does cake schema take care of the affected code when we make a change on the tables? For example, if we drop the 'body' column, how will cake handle the code in view.ctp which makes a reference to 'body'? echo $post['Post']['title'] echo $post['Post']['body'] //what will happen to this line?