CakePHP Blog Tutorial Part 5 - Using the Save Method: Creating New Posts

CakePHP Blog Tutorial Part 5 - Using the Save Method: Creating New Posts
In this CakePHP tutorial we cover how to create new posts for our blog. We use the models save method as well as a few other methods for sending flash messages and redirecting and we use the form helper for creating forms.

by andrewperk in
In this CakePHP tutorial we cover how to create new posts for our blog. We use the models save method as well as a few other methods for sending flash messages and redirecting and we use the form helper for creating forms.
CakePHP Blog Tutorial Part 6 - Editing Posts

CakePHP Blog Tutorial Part 6 - Editing Posts
In this CakePHP tutorial we learn how to edit posts. This video builds upon the methods learned in the Part 5.

by andrewperk in
In this CakePHP tutorial we learn how to edit posts. This video builds upon the methods learned in the Part 5.
CakePHP Blog Tutorial Part 7 - Using the Delete Method and Clean up

CakePHP Blog Tutorial Part 7 - Using the Delete Method and Clean up
In this CakePHP tutorial we'll be using the models delete method to delete posts. We also clean up our blog interface by adding some additional links throughout our views

by andrewperk in
In this CakePHP tutorial we'll be using the models delete method to delete posts. We also clean up our blog interface by adding some additional links throughout our views
CakePHP Blog Tutorial Part 8 - Validation

CakePHP Blog Tutorial Part 8 - Validation
In this CakePHP tutorial we use CakePHPs' model validations to validate our data before it's saved to the database.

by andrewperk in
In this CakePHP tutorial we use CakePHPs' model validations to validate our data before it's saved to the database.
Cakephp Blog Tutorial Part 9 - Layouts

Cakephp Blog Tutorial Part 9 - Layouts
In this CakePHP tutorial we learn how to create our layouts, attach our own stylesheet, style some of the CakePHP generated html, and apply our own titles to our pages.

by andrewperk in
In this CakePHP tutorial we learn how to create our layouts, attach our own stylesheet, style some of the CakePHP generated html, and apply our own titles to our pages.
CakePHP: Your First Bite

CakePHP: Your First Bite
PHP gets a bad rap among software craftsmen because so many legacy PHP apps are poorly written and poorly maintained. What if there was a way to emphasize the positives of PHP (quick ramp-up, popularity, ubiquity) while restraining the negatives? With CakePHP, a popular MVC framework for PHP, now you can! Write apps with separation of concerns, testability, and SOLID principles in mind. In this...

by mgroves in
PHP gets a bad rap among software craftsmen because so many legacy PHP apps are poorly written and poorly maintained. What if there was a way to emphasize the positives of PHP (quick ramp-up, popularity, ubiquity) while restraining the negatives? ...
1 2 3 4 5 6