Questions tagged [zend-framework]

Zend Framework (ZF) is an open source, object-oriented web application framework implemented in PHP 5.

Zend Framework features include:

  • All components are fully object-oriented PHP 5 and are E_STRICT compliant
  • Use-at-will architecture with loosely coupled components and minimal interdependencies
  • Extensible MVC implementation supporting layouts and PHP-based templates by default
  • Support for multiple database systems and vendors, including MariaDB, MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, SQLite, and Informix Dynamic Server
  • Email composition and delivery, retrieval via mbox, Maildir, POP3 and IMAP4
  • Flexible caching sub-system with support for many types of backends, such as memory or a file system.

Source: wikipedia

72 questions
0
votes
2 answers

How to make Zend 2 and Nginx work?

I'm trying to make my Zend2 Application to work with Nginx instead of Apache. I googled the WWW for a solution but haven't found a thing regarding Zend 2 and Nginx, all I found were some old old post on how to make the older zend (1) framework work…
Evils
  • 117
  • 2
  • 9
0
votes
1 answer

Anyone successfully installed zend server CE on amazon Linux AMI?

Trying to install zend server CE (5.3) on the new release of amazon Linux AMI (2012.09). Had no problem with the previous release (2012.03), but cannot get it to work this time around: Apache won't start. I get the following error message: Starting…
S D
  • 1
  • 2
0
votes
1 answer

Setting up virtual host by editing apache httpd.conf (for Zend framework) opens XAMPP page, not Zend's

Setting up a virtual host apache (for Zend framework application) opens XAMPP homepage, but I need Zend default project home page instead. Am I doing something wrong? I made a virtual host as follows : NameVirtualHost 127.0.0.1
0
votes
1 answer

Setting Up Zend Framework on CentOS - Unsure where to place Zend folder

I have a CentOS server and am attempting to setup Zend Framework on it. The command which php outputs /usr/bin/php and php -i | grep include_path outputs include_path => .:/usr/share/pear:/usr/share/php=> .:/usr/share/pear:/usr/share/php So, I…
SidC
  • 369
  • 3
  • 9
  • 23
0
votes
1 answer

PHP Fatal error Zend Uncaught Exception

I'm using Zend framework 1.11 to develop a site hosted on a centos server. Apache is running and documentroot is set to "var/www/html/public". When I copy my index.php file from my Zend Framework project to this directory and browse to…
SidC
  • 369
  • 3
  • 9
  • 23
0
votes
2 answers

PHP, Apache depends on what in terms of hardware? CPU? RAM? or DISK? or SPIN speed of DISK?

When Apache/PHP is running they need to use system resources such as hardware based CPU, RAM, DISK, because of those availability they run and process the inputs. What gives Apache/PHP very special room of space/comfort/flexibility in terms of…
YumYumYum
  • 255
  • 3
  • 11
0
votes
1 answer

apache server stop working

My zend application stop apache server. It was working fine on Xampp 1.7.4 but for some reason i have to shift my all projects on xampp 1.7.0. So whenever i tried to open my application in browser i got "Apache server stop working" window only for…
user493376
  • 101
  • 2
0
votes
2 answers

Problem accesing my zend framework app through lan connection to my ubuntu server hosting

What I Want to do: access my zend framework app from other computer in my private lan e.g: //192.168.x.x/my_app 192.168.x.x is my ubuntu server ip (from ifconfig) my_app is a virtualhost that I set in the server (/etc/hosts and apache2). In my…
Andrés C.
0
votes
1 answer

Config problem with Apache 2 on Win 7

The real problem is that I'm not terribly good with infrastructure, but you probably can't help me there. My issues today is that I'm trying to configure a virtual server on Win 7. I'm using Zend Server, and I'm following the Zend framework…
DatsunBing
  • 459
  • 4
  • 7
  • 17
0
votes
1 answer

Which version of Zend FrameWork Should I learn 1.11.3 OR 1.8?

I want to learn the Zend Framework(ZFW). The latest version of ZFW is 1.11.3 . The problem is that I have some books(Zend Framework in Action , Zend Framework Techniques Build a Full CMS.Project ,Zend Framework 1.8 Web Application Development) which…
enam
  • 101
  • 1
0
votes
2 answers

Zend Framework Installation

I get this error after finishing the Zend Installation. Server error! The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script. If you think this…
theband
0
votes
1 answer

How do I fix the Apache error "client denied by server configuration"?

I am using cPanel and Apache, and I am seeing the following error in my error_log: [Wed Feb 02 09:06:04 2011] [error] [client 110.34.4.242] client denied by server configuration: /home/websmart/public_html/.htaccess My project is based on PHP…
Santosh Linkha
  • 105
  • 1
  • 1
  • 6
0
votes
1 answer

configuration of zend frame work in ubuntu

I have created a project zfapi by zf command in ubuntu. Now http://mysite.com/path/to/zfapi/ gives me listing of folder public application and others. http://mysite.com/path/to/zfapi/public give me the index page index.php. and i have made the…
Rahul Mehta
  • 919
  • 3
  • 11
  • 13
0
votes
1 answer

Why Zend Framework doesn't render layouts after migration?

I'm not sure if this question belongs here or StackOverflow... Some time ago I wrote a web app using Zend Framework and since then it ran flawlessly on a standard shared hosting (lampp stack). I bought a VPS and set up a few sites without a problem…
pinkeen
  • 219
  • 1
  • 9
0
votes
1 answer

.htaccess conditional application of rules and error redirection

I'm looking to put a web application in production and I was wondering a few things about htaccess. Here is my htaccess (the default htaccess provided by Zend Framework) : SetEnv APPLICATION_ENV production RewriteEngine On RewriteCond…
JF Dion
  • 103
  • 2