Zend Framework 1.8 tutorial 1 MVC basics


Here I show differences between code in Model, Controller and View and where they are located in the MVC tree. Code you are looking at is borrowed from Rob Allen's Getting Started with Zend Framework akrabat.com


Zend Framework mvc php integral 30

Why choose the Zend Framework over other PHP Frameworks?


www.killersites.com - In this video I go over the reasons why I choose the Zend framework over the other PHP frameworks that are out there. We've only made part of our content available for free. For the rest, check out our Killer Video Store or our Video Tutorial Library at Killersites.com! http www.killersites.com www.killersites.com www.killerphp.com


php zend framework killersites stefan mischook web programming killerphp

Zend Framework Installation: WAMP (1)


This tutorial teaches you how to Install Zend Framework on Windows WAMP. It has a few steps that may scare you at first if you've never messed with these files, but once it's done - it's done. Enjoy Zend Framework and the installation should get you up and running to do one of their actual Zen Tutorials.


zend zend framework install zend framework zend framework installation zend framework wamp zend framework windows jreamdesign

Rapid Application Development with Zend Framework


In this demo, we're going to see how Zend Studio 7 enables Zend Framework users to get things done faster, be more productive, and utilize the latest Zend Framework components.


zend studio framework components rapid application development productivity faster object oriented PHP nilizend

Zend Framework Tutorial: Quickstart (2)


Im using version 1.11. After installing Zend Framework, follow this tutorial to see how we do some basic things like makes controllers and layouts. jream.com


zf zend framework tutorial quick start help quickstart jreamdesign

Zend Framework Tutorial: Forms (3)


In this Zend Framework Tutorial we take a look at generating forms as a separate module, which is then plugged into your controller and view. jream.com


zend framework zf tutorial zf forms zend framework forms jreamdesign

Mobile development using Zend Framework and Zend Studio


You can get more information about Zend Framework and other Zend stuff at our Facebook page www.facebook.com or our website at www.zend.com


zend zend-framework zend-studio zf mobile php kschrade 76

Zend Framework Google data PHP Client Update


A new PHP client has been updated for the Zend Framework, and the team discusses the release and shows examples at work.


google gdata zendframework php client gcvprodapps plid110eec13d5815594 Developers

Zend Framework 1.8 tutorial 2 Controller and Viewer interaction part 1


Part 1 of tutorial #2 - Interaction between Controller and Viewer of Zend Framework. Here, i create the project using ZF command line tools and see what the default installation looks like. Part 2 www.youtube.com --------- Edit: As noted by one of the viewers, its better to symlink than copy ZF folder into library. Symlinking eliminates the problems of having independent ZF libraries all over the place out of control and the facility for seamless upgrades.


Zend Framework php controller viewer integral 30

Zend Framework 1.8 tutorial 5 zend_acl with zend_auth and controller plugin part 1


Learn to use Zend_Acl to create application resources and allocate permissions. Then use instance of Zend_Auth to get the user's role and check it against the resource permissions. Finally, learn the basics of MVC plugins as we make sure that the security checks are run just before the controller is called in a preDispatch method. Part 2: www.youtube.com


Zend Framework zend_acl zend_auth controller plugin predispatch php integral 30

Zend Framework 1.8 tutorial 3 zend_application part 1


ZF 1.8 with new Zend_Application provides an easy way to get your models loaded automatically and resources to be shared across the whole application. Just need to know the naming convention. As I am using a simple database connection to illustrate the example, you also get a sneak peak at Zend_Db. Sorry for ramble and typos. In case the topic is still confusion, stay tuned for my next set of tutorials on Zend_Auth and Zend_Acl that make use of all concepts shown so far so you can see how it all comes together. Part 2 www.youtube.com


Zend Framework zend_application model resources mvc integral 30

Zend Framework 1.8 tutorial 7 zend_navigation part 1


Create a web site navigation menu using zend_navigation. --------------- Resources: zendframework.com framework.zend.com --------------- Part 2: www.youtube.com --------------- Full quality video: www.viddler.com


Zend Framework zend_navigation navigation menu integral 30

Zend Framework 1.8 tutorial 6 zend_layout and view helpers part 1.


Learn how to deal with the problem of repetitive HTML code by creating a template and distributing it across your application using zend_layout. Learn to use existing, and create your own, view helpers to solve more complex HTML problems such as consistency and compliance with standards. -------------------------- Resources: framework.zend.com framework.zend.com vancouver-webpages.com ------------------ Part2: www.youtube.com ----------------- For better quality visit www.viddler.com where you can download the original video file.


Zend Framework layout template view helper zend_layout integral 30

Zend Framework 1.8 tutorial 6 zend_layout and view helpers part 2


Learn how to deal with the problem of repetitive HTML code by creating a template and distributing it across your application using zend_layout. Learn to use existing, and create your own, view helpers to solve more complex HTML problems such as consistency and compliance with standards. Resources: framework.zend.com framework.zend.com vancouver-webpages.com Part3: www.youtube.com ----------------- For better quality visit www.viddler.com where you can download the original video file.


Zend Framework layout template view helper zend_layout integral 30

Zend Framework 1.8 tutorial 3 zend_application part 2


ZF 1.8 with new Zend_Application provides an easy way to get your models loaded automatically and resources to be shared across the whole application. Just need to know the naming convention. As I am using a simple database connection to illustrate the example, you also get a sneak peak at Zend_Db. Sorry for ramble and typos. In case the topic is still confusion, stay tuned for my next set of tutorials on Zend_Auth and Zend_Acl that make use of all concepts shown so far so you can see how it all comes together. Part 1 www.youtube.com


Zend Framework zend_application model resources mvc integral 30

Zend Framework Tutorial: Database (4)


We will configure the Database in this Zend Framework Tutorial. We'll also create a DbTable object to use within the models. Download SQL JSample @ jream.com


zf zend framework zend zend tutorial jreamdesign

Zend Framework 1.9 tutorial 15: ZF and jQuery mix part 1


Ideas on how to mix front-end jQuery interface with back-end Zend Framework. May be boring for advanced users. For full quality and source visit: alex-tech-adventures.com


Zend Framework jquery ajax javascript php integral 30

Zend Framework 1.9 tutorial 10 modular application part 1


Full quality and source alex-tech-adventures.com ------------------------------ When your site has multiple functionality, like user services and administration, you may want to break them into separate modules. This way you can have library/books/list and admin/book/edit or generally speaking module/controller/action. Addition of "module" to the URI can be a challenge as modules are outside of general MVC. Instead, each module has its own independent MVC. In this video I show how to set up such modular structure as well as applying familiar concepts, such as layout and ACL, to this new paradigm ---------------- Part 2: www.youtube.com


Zend Framework modules acl layout integral 30

Zend Framework 1.9 tutorial 10 modular application part 2


Full quality and source alex-tech-adventures.com ------------------------------ When your site has multiple functionality, like user services and administration, you may want to break them into separate modules. This way you can have library/books/list and admin/book/edit or generally speaking module/controller/action. Addition of "module" to the URI can be a challenge as modules are outside of general MVC. Instead, each module has its own independent MVC. In this video I show how to set up such modular structure as well as applying familiar concepts, such as layout and ACL, to this new paradigm ---------------- Part 3: www.youtube.com


Zend Framework modules acl layout integral 30

Zend Framework 1.9 tutorial 19: ACL dynamic assertions part 1


Use dynamic assertions in zend_acl to control per-user permissions, such as blog comment or forum thread author. For full quality and source visit: alex-tech-adventures.com


zend framework acl dynamic assertions integral 30

Zend Framework 1.8 tutorial 4 zend_auth and zend_form part 1


Learn to have zend_auth authenticate against user information located in a database and then store the aquired user data in a percistent storage (session) to be available to the rest of the application. Also learn the basics of creating a form using zend_form. Part 2: www.youtube.com =================== This is the missing 9 minutes of the original part 1. Thank you codefighta for noting. =================== Please excuse the video quality as I am trying to find out how to screencap and encode in the way that youtube publishes all my videos in HD.


Zend Framework zend_auth zend_form authentication integral 30

Building an Ajax Interface with Zend Framework


Presented by Wil Sinclair and Matthew Weier O'Phinney


PHP Zend Framework Ajax Development Web 2.0 nilizend

Zend Framework - Lucene


Zend Framework Webinar. For more Zend Framework Webinars go to www.zend.com


Zend Framework Lucene nilizend

Zend Framework 1.9 tutorial 10 modular application part 3


Full quality and source alex-tech-adventures.com ------------------------------ When your site has multiple functionality, like user services and administration, you may want to break them into separate modules. This way you can have library/books/list and admin/book/edit or generally speaking module/controller/action. Addition of "module" to the URI can be a challenge as modules are outside of general MVC. Instead, each module has its own independent MVC. In this video I show how to set up such modular structure as well as applying familiar concepts, such as layout and ACL, to this new paradigm ---------------- Part 4: www.youtube.com


Zend Framework modules acl layout integral 30

Zend Framework 1.8 tutorial 7 zend_navigation part 2


Create a web site navigation menu using zend_navigation. --------------- Resources: zendframework.com framework.zend.com --------------- Full quality video:www.viddler.com


Zend Framework zend_navigation navigation menu integral 30

Zend Framework 1.8 tutorial 8 zend_navigation and zend_acl


Combine zend_navigation with zend_acl to generate menu based on current user role. --------------- Resources: zendframework.com framework.zend.com


Zend Framework zend_navigation navigation menu zend_acl role integral 30

Zend Framework 1.8 tutorial 5 and 6 acl bug fix


In tutorial 5 I missed out an important ACL resource which carried forward into tutorial 6 and caused the output to be doubled up on the page when going to authentication/login. Here I fix my mistake. Sorry about that. Hope you can still trust me in the future ^_^.


5 6 bugfix integral 30

Zend Framework Model, View & Controller


With the use of zf command we are creating Model , View and Controller to display Hello World.


Zend Model View & Controller. shiuday

Zend Framework: Zend_Auth


Presented by Darby Felton, Zend Technologies


Zend PHP Framework nilizend

Zend Framework 1.8 tutorial series welcome note


Welcome to my Zend Framework 1.8 tutorial series.


Zend Framework php tutorial integral 30

Using Doctrine2 ODM with Zend Framework (webinar extracts)


The full webinar can be found at bit.ly


php zend zf zend framework ODM Doctrine mongodb nilizend

Zend Framework 1.9 tutorial 17: Zend Translate Language Auto-detection with Zend Locale part 1


Have zend_translate automatically pick language to translate based on browser's language settings or user's selection. Also apply language settings to zend_locale so that users can comfortably view data in their native format. For full quality and source: alex-tech-adventures.com


zend framework php zend_translate zend_locale localization internationlization integral 30

Zend Framework 1.8 tutorial 4 zend_auth and zend_form part 4


Learn to have zend_auth authenticate against user information located in a database and then store the aquired user data in a percistent storage (session) to be available to the rest of the application. Also learn the basics of creating a form using zend_form. =================== Please excuse the video quality as I am trying to find out how to screencap and encode in the way that youtube publishes all my videos in HD.


Zend Framework php zend_auth zend_form integral 30

Zend Framework 1.9 tutorial 19: ACL dynamic assertions part 2


Use dynamic assertions in zend_acl to control per-user permissions, such as blog comment or forum thread author. For full quality and source visit: alex-tech-adventures.com


zend framework acl dynamic assertions integral 30

Zend Framework 1.9 tutorial 19: ACL dynamic assertions part 3


Use dynamic assertions in zend_acl to control per-user permissions, such as blog comment or forum thread author. For full quality and source visit: alex-tech-adventures.com


zend framework acl dynamic assertions integral 30

Zend Framework Modular Application [PART 1]


How to create modular application using Zend Framework. Here I'am using Zend Studio but you can use your preferred editor, I'am using Notepad++ on My PC and I love it updel.com


Zend Framework Modular Application zend studio php framework zend tool siliconews

Zend Framework 1.9 tutorial 10 modular application part 4


Full quality and source alex-tech-adventures.com ------------------------------ When your site has multiple functionality, like user services and administration, you may want to break them into separate modules. This way you can have library/books/list and admin/book/edit or generally speaking module/controller/action. Addition of "module" to the URI can be a challenge as modules are outside of general MVC. Instead, each module has its own independent MVC. In this video I show how to set up such modular structure as well as applying familiar concepts, such as layout and ACL, to this new paradigm ---------------- Part 5: www.youtube.com


Zend Framework modules acl layout integral 30

Zend Framework 1.8 tutorial 5 zend_acl with zend_auth and controller plugin part 4


Learn to use Zend_Acl to create application resources and allocate permissions. Then use instance of Zend_Auth to get the user's role and check it against the resource permissions. Finally, learn the basics of MVC plugins as we make sure that the security checks are run just before the controller is called in a preDispatch method.


Zend Framework zend_acl zend_auth controller plugin predispatch php integral 30

Zend Framework 1.9 tutorial 14: ajax requests part 1


Prepare controller to accept AJAX request using action context switcher action helper. Will generate JSON object which is picked up by jQuery front-end and applied to the page. For full quality, source and discussions visit:alex-tech-adventures.com


Zend Framework ajax jquery zendx_jquery json integral 30

Simple PHP Zend Framework Code Sample


This is a short overview of a simple code sample that uses the PHP Zend Framework. This code sample can be an excellent jump start for any developer that wants to start using the PHP Zend Framework. You can download the code at www.abelski.com. This is the first video clip produced as part of the 'Zend Framework' fundamental course, available for free personal and academic usage at www.abelski.com.


PHP Zend Framework sample lifemichael

Zend Framework 1.9 tutorial 14: ajax requests part 2


Prepare controller to accept AJAX request using action context switcher action helper. Will generate JSON object which is picked up by jQuery front-end and applied to the page. For full quality, source and discussions visit: alex-tech-adventures.com


Zend Framework ajax jquery zendx_jquery json integral 30

Zend Framework 1.9 tutorial 17: Zend Translate Language Auto-detection with Zend Locale part 2


Have zend_translate automatically pick language to translate based on browser's language settings or user's selection. Also apply language settings to zend_locale so that users can comfortably view data in their native format. For full quality and source: alex-tech-adventures.com


zend framework php zend_translate zend_locale localization internationlization integral 30