Quantcast
Channel: Concise Developer » ZendConcise Developer
Browsing latest articles
Browse All 6 View Live

Configure Eclipse for Phpcloud

Here’s how you can setup your Eclipse so that you can work on your code on Zend Phpcloud.  

View Article



Front Controller Pattern

With the Zend Front Controller pattern, index.php (Zend’s bootstrap file) is the only public file. Setting up Zend Framework’s controller system, then running the application itself. The front...

View Article

Page Controller vs Front Controller

Zend Framework uses a Front Controller pattern coupled to the Model-View-Controller pattern to respond to a request from the browser What is Front Controller pattern? You can route web requests (URLs)...

View Article

Article 2

Issue: You installed Zend Server CE. On admin panel you get the following error: Failed to access Web server. Please make sure that the Web server is running and listening to the correct port Solution:...

View Article

Install PHPUnit on Zend Server on Ubuntu

sudo -i export PATH="$PATH:/usr/local/zend/bin" pear channel-discover pear.phpunit.de pear channel-discover components.ez.no pear channel-discover pear.symfony-project.com pear install phpunit/PHPUnit

View Article


Virtual Hosts on Zend Server

cd /usr/local/zend/etc/sites.d/ touch vhost_foobar.conf nano vhost_foobar.conf Add this to the file <VirtualHost *:80> ServerName netfoliage.net DocumentRoot /var/www/netfoliage_com/v2/wordpress...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images