To continue our excursion from last time, where we’ve installed our local server, PHP engine and MySQL database we today will install the Zend Framework on our machine. After doing that we will be very nearly done with preparations and can jump right into code-mode. To install Zend we will first need to download it, [...]
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/onemoreline.com/httpdocs owned by uid 0 in /var/www/vhosts/onemoreline.com/httpdocs/wp-includes/functions.php on line 2125
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 10002 is not allowed to access /var/www/vhosts/onemoreline.com/httpdocs owned by uid 0 in /var/www/vhosts/onemoreline.com/httpdocs/wp-includes/functions.php on line 2125
Until now, I haven’t really gotten into anything specific. All I did was to talk about having a plan and the importance thereof. Not to imply that htis was wrong, cause it really wasn’t, but it’s time for something specific. So today I’m gonna talk about setting up your system for development. So what we’re [...]
Well, the heading says it all, I guess. You have to have a plan when you develop an application of any kind and I am still figuring out some details about the application I am trying to create. The basic idea is there and I have made progress in terms of specification of basic features [...]