Quantcast
Channel: Julian Castaneda » PHP
Browsing all 8 articles
Browse latest View live

Zend Cache and Zend Feed Problem

Today I ran into a problem while caching feeds using Zend_Cache. I decided that I wanted to cache the returned object by the Zend_Feed. I had something like this: $rssFeedLink =...

View Article



Image may be NSFW.
Clik here to view.

Maintaining PHP session when using CURL.

Working now on some iGoogle like dashboard for the system I’m developing. I was trying some stuff out with CURL and was having a hard time to maintain my current session when making a curl request to...

View Article

Image may be NSFW.
Clik here to view.

Facebook iPhone App 3.0

According to Joe Hewitt, developer of the facebook app. Version 3.0 of the facebook application has already been submitted to apple, and it’s waiting for approval. Here is what’s new on the version of...

View Article

Image may be NSFW.
Clik here to view.

Zend Framework and Firebug – Log and Debug your Projects

When developing an application there are some important factors that you have to pay close attention to avoid problems in the future. I think one of the most important is logging information on how...

View Article

Image may be NSFW.
Clik here to view.

Zend Framework: Internalization and Translation

This week I set myself to lay the ground work of translation on the application we are doing at work. In our application we are using Zend Framework, so I decided to take a look into the Zend_Translate...

View Article


Image may be NSFW.
Clik here to view.

Unit Testing your AJAX requests with Zend Framework and PHPunit

I ran into a problem yesterday, when trying to create a couple of unit tests using PHPunit along side the Zend Framework. If you want to unit test an action in a controller that checks the request to...

View Article

PHP: Change UTC time to local time

Did you know that you can quickly change UTC time stamps to Local time by doing the following: //make sure your time is set date_default_timezone_set('America/New_York'); $datetime =...

View Article

UTF-8 Encoding problems with file_get_contents() and DOMDocument

I recently bumped into an encoding issue on a project I was working on. I was trying to scrape some content off a website that had ISO-8859-1 charset encoding, and I needed to capture some text and...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images