Zend Framework Video Tutorials

March 9, 2008

zend framework logo

I just launched a new section on Killerphp.com on the Zend Framework.

I figured it only made sense, given that we’ve built two live web applications based on it:

Video sharing site: www.idea22.com
Web template sharing site: www.webshapes.org

For those of you who are not familar with the Zend Framework:

The Zend Framework is a web application framework designed to make building complex PHP based web applications easier.

The Zend Framework contains a series of components (built using PHP 5) that manages many common task in web application development:

* Zend_Form: to make form handling/processing easier.
* Zend_Mail: makes email functionality trivial to create in PHP.
* Zend_Db_Adapter: to connect to databases.
* Zend_Pdf: allows you to easily create and edit PDF documents.

… And this is just a small sampling.

There is a lot more in the works in terms of our videos and articles.

Thanks,

Stefan Mischook

www.killerphp.com
www.killersites.com

12 Responses

  1. Pingback: PHPDeveloper.org

  2. Ryan McAllen Author March 10, 2008 at 11:31 am

    Right on! Thanks for sharing your time and energy, it’s a great help for someone trying to learn.

  3. Stefan Mischook Author March 10, 2008 at 11:52 am

    Glad we could help.

    If you have any questions, if anything is unclear, please feel free to ask.

    We have several new videos being made.

    Stefan

  4. Pingback: Stefan Mischook’s Blog: Zend Framework Video Tutorials | PHP Coding Practices - Become an expert PHP Programmer

  5. Turist Author March 11, 2008 at 4:49 pm

    Stefan – I wait for more complex tutorials… How use correctly the routes, helpers…
    Thanks.

  6. Javed Author November 29, 2008 at 3:36 am
  7. Javed Author November 29, 2008 at 3:37 am

    Please tell me where do i get the exercise files of this tutorials..
    http://www.killerphp.com/zend-framework/videos/

    http://www.idea22.com/video/details/id/200803091205100213
    http://www.idea22.com/video/details/id/200803096025507035

    this my email address pls send it to me if some one have it
    javed_kgardezi@yahoo.com

  8. Stefan Mischook Author December 1, 2008 at 11:39 am

    I don’t know if we still have those files, I will have to check.

    Stefan

  9. Javed Author December 8, 2008 at 12:05 pm

    please check them.. if u have it email me or post the link

    i am using wamp server in windows xp and uses the same methodology for setting up zend framework
    i have created virtual server in wamp but it did not worked if some one guide me or send me the link i will be very thankful..

  10. Stefan Mischook Author December 8, 2008 at 12:35 pm

    We are working on new Zend videos as we speak.

  11. suBi Author January 13, 2009 at 5:06 pm

    Hello Stefan… what you have here is awesome…

    I’m a newbie to the PHP world and I’ve been trying to follow “setting up zend framework project”, similarly to the tunes that you have, using vi and config files first.

    I am using MAMP as well… but after i create a config file inside conf/apache/subi.conf, and restart the webservers, the redirect don’t seem to be working. Is there something else that has to be done or am I missing something? Anyway, you could mail the conf file?

  12. suBi Author January 13, 2009 at 5:07 pm

    and thankx to Jon as well… i hope to see much more in this site ….

To Top