Podcasts about zend db

  • 2PODCASTS
  • 5EPISODES
  • 2mAVG DURATION
  • ?INFREQUENT EPISODES
  • Aug 22, 2016LATEST

POPULARITY

20172018201920202021202220232024


Latest podcast episodes about zend db

Zend Framework Quick Bites
Episode 11 - How To Use Laravel’s Eloquent ORM with Zend Expressive

Zend Framework Quick Bites

Play Episode Listen Later Aug 22, 2016 2:59


Ever thought Eloquent and Expressive would go together like Ebony and Ivory? I’m guessing the answer’s likely no. But, they can - if that’s your cup of tea, and you’re looking for a change from Zend\Db or Doctrine. In this episode, I share why I decided to see if they’d fit in the recent tutorial (http://www.masterzendframework.com/using-eloquent-with-expressive/). For more information, check out the following links: https://laravel.com/docs/5.2/eloquent http://www.masterzendframework.com/using-eloquent-with-expressive/ Questions/Comments/Suggestions @zfmastery (https://twitter.com/@zfmastery)

Zend Screencasts: Video Tutorials about the Zend PHP Framework  (iphone)

This is part 2 in a series on many to many with Zend_Form and Zend_Db. I suggest starting with last week’s video on Zend_Db and many-to-many in order to follow the configuration of our models. Grab the code and follow along! This concludes this series on Zend_Db. I’ve also uploaded a zipped version of the…

Zend Screencasts: Video Tutorials about the Zend PHP Framework  (iphone)

Exposing many-to-many in a practical application took a little more time and effort than I had anticipated. With that in mind, I to use this opportunity to explore how Zend_Form, Zend_Controller and Zend_Db could be integrated. This is the first in a two part set looking at our data model. By the end of the…

Zend Screencasts: Video Tutorials about the Zend PHP Framework  (iphone)

This is part 3 in the Zend_Db series. I’m only scratching the surface with what you can do with Zend_Db_Table classes, however starting is often the hardest part. I’ve posted the code once again on the Google code for this episode, so please don’t be shy and grab a copy. There’s a lot of discussion…

Zend Screencasts: Video Tutorials about the Zend PHP Framework  (iphone)

This video is the first in a series on Zend_Db. I start with a looking at insert and read using the Zend_Db_Table classes with a bit of Zend_Db_Select thrown in at the end. Next week will be a followup with update and delete with the help of a custom route, some view partials and a…