Zend framework Flickr class on Codeignier with jquery

zend_flickr1
This file does not contain CI core and Zend framework.
You can download the previous files and add to it.

This is an extension of using Zend_Service_Flickr from this post.

Continue reading Zend framework Flickr class on Codeignier with jquery

Zend Framework on Codeigniter: Youtube

youtube3
This post is about how to use Zend Framework on Codeigniter to show Youtube videos.
Continue reading Zend Framework on Codeigniter: Youtube

How to implement Zend Framework with Codeigniter

Download Files

There are quite few posts how to use Zend framework in Codeigniter.

  1. Beyond Coding
  2. Freakauth
  3. Phil’s post

However none of them worked on my XAMPP. I thought there might be some who are struggling to use Zend frame work on Windows. Here is how I did.

Here you can read why they don’t work with Windows.

Adding Zend Framework

Here you can read how to add Zend Framework. And I use this structure for this post.

You need to create a folder ../system/contrib/ and add Zend folders in this folder.

../system/ contrib/ Zend/ Acl/ Acl.php Amf/ Amf.php ...

Create a file system/application/helpers/zend_framework_helper.php and add the following.
Continue reading How to implement Zend Framework with Codeigniter

Zend framework Youtube class on Codeigniter with jquery

Download

This does not contain Codeigniter or Zend framework. If you need them please download it from here.

Introduction

The previous post “Zend Framework on Codeigniter: Youtube” involved three steps to see a video. And it did not have any style.

Goals

I will reduce it to two steps, add a minimum styling and use jquery tools scrollable.
zend_youtube_2_1

Continue reading Zend framework Youtube class on Codeigniter with jquery

How to start Zend Framework in Xampp

I am using XAMPP and I just downloaded Zend Framework 1.9.2. I moved that folder under htdocs. I also created a folder called zendpractice in htdocs. Then Start> Start search, type cmd. You should have a cmd.exe pop up.

Type the following in cmd.

cd c:\xampp\htdocs\zendpractice

Hit enter. Then you will see c:\xampp\htdocs\zendpractice>. [...]