User Generated Tutorials
CakePHP Blog Tutorial Part 5 - Using the Save Method: Creating New PostsIn 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.
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 PostsIn this CakePHP tutorial we learn how to edit posts. This video builds upon the methods learned in the Part 5.
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 upIn 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
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 - ValidationIn this CakePHP tutorial we use CakePHPs' model validations to validate our data before it's saved to the database.
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 - LayoutsIn 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.
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 BitePHP 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...
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? ...






