• support[@]kurinchilion.com
  • +1 (888) 666-4252

How to integrate Zend Framework with WordPress blog or Joomla website?

Sep 01, 2012 - by kurinchilamp / / Post Comment
Follow the simple steps given below to integrate Zend framework with other applications like Wordpress, Joomla and other such open source or custom web applications. i) Setup your Zend framework application as usual. ii) Set the document root of the Zend application to the public folder within Zend install iii) Now setup a folder for your wordpress or joomla or custom application. Let us assume that we want to create a custom blog application. Create a folder "blog" within "public" folder. Inside blog folder, create two files - .htaccess and index.php. Code for the two files are given below (more…)
Continue Reading

How to configure Zend Framework on an Apache server in a PLESK environment?

Aug 15, 2012 - by kurinchilamp / Linux Server / Post Comment
First, download the Zend framework and unzip the file contents to a location. At the time of the writing ZendFramework-1.11.12 was in use and we have used that version in this example. Key content of the download is the /library folder which has Zend libraries in it. Then, go to the "conf" folder that was created when the site was created. Inside the conf folder, create a new file and name it vhost.conf Add the below contents to vhost.conf and save it. (more…)
Continue Reading

Zend Framework: Simple steps to create Action Helper

Mar 06, 2011 - by kurinchilamp / / Post Comment
Action helpers in Zend controller helps in abstracting concepts that are in common use for the project without cluttering the code base. Zend's official website and Zend casts gives detailed easy to use examples. Step 1: Decide where you want the helper class for the controllers to reside inside the application folder. For this example, let us create a folder hierarchy under "application" folder » application/controllers/Helper (more…)
Continue Reading

Setting up Zend Framework – for Beginners

Mar 25, 2010 - by kurinchilamp / / Post Comment
Download the latest version of Zend framework from http://framework.zend.com/download/latest At the time of writing it was 1.10.2 available at Zend 1.10.2 $ pwd /tmp $ wget http://framework.zend.com/releases/ZendFramework-1.10.2/ZendFramework-1.10.2.tar.gz (more…)
Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.