Quantcast
Channel: ronald's weblog » PHP
Browsing all 10 articles
Browse latest View live

Apache 2.2, PHP 5, and MySQL 5 Install and Setup on Windows XP

The following is a series of notes that I compiled while installing and configuring Apache 2.2, PHP 5, and MySQL 5 on Windows XP: Apache Installation Download Apache HTTP Server (v2.2) from apache...

View Article


Symfony Install and Setup for Windows XP with Apache 2.2

The following is a compilation of notes taken while installing and configuring Symfony for Windows XP with Apache 2.2: The Process Make sure that PHP is installed, then go to your PHP directory (i.e.,...

View Article


Prado PHP 5 Framework

I’ve been reading a lot about ASP.Net (with C#) recently. I want to learn to use ASP.Net proficiently so that I can add it to my web “toolkit” (development languages I’m familiar with). A major...

View Article

PHP 5.3

Good things are coming to PHP, and sooner than expected: http://www.sitepoint.com/article/whats-new-php-5-3 Here’s a quick list: Namespaces Namespace Aliases Native MySQL Driver Class constants Late...

View Article

Zend Framework & Flash

Here’s a quick little “gotcha” when using the Zend PHP Framework: If you plan on using Flash at all (i.e., SWF or FLV files) be sure to append the necessary extensions the .htaccess file in the...

View Article


T_PAAMAYIM_NEKUDOTAYIM

Parse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in … I encountered this weird PHP error today; if it happens to you it’s probably because you forgot to declare a variable by...

View Article

Zend Framework 1.7 Now Available

Zend Framework 1.7 has been released! Here’s what I’m excited about: Zend_Amf with support for AMF0 and AMF3 protocols Performance enhancements in Zend_Loader, Zend_Controller, and server components...

View Article

Zend Framework on MediaTemple DV

I’ve done this a few times already, and it seems every time I make the same time-wasting mistakes. So here’s the process quick and dirty (be sure to follow the links if there’s a point you don’t...

View Article


Zend Framework Migration and File Not Found

Recently I went through and upgraded a website from Zend Framework 1.7 to the latest 1.9 minor version. Everything worked great for the most part (aside from a minor code change involving Zend Filter...

View Article


Getting Smarty 3.0 to work with Zend Framework 1.9

Assuming you’re using the method demonstrated in the Zend Framework Manual, the first thing you need is to configure the Zend AutoLoader. Add this to the index.php file in your public directory: //...

View Article
Browsing all 10 articles
Browse latest View live