Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Category Archives: micro tutorial
Setting a Zend Framework _redirect Referer
Seems to be impossible, just because the only parameters you can set are far less than setting a referrer. Thus you’ve to rely on your browser capabilities. However the most reliable way is to redirect with referrer in mind. Something … Continue reading
Posted in micro tutorial, PHP, zend framework
Tagged controller, HTTP referrer, Hypertext, Parameter, URI scheme, URL, web development, World Wide Web
2 Comments
Custom Routes with Zend_Controller_Router_Route
Rewrite The Url? Actually this is really a common task to do. You’ve to rewrite the url to be more “user friendly”. To be more clear I’ll give you an example. Let’s imagine you have a index controller and an … Continue reading
Zend_Http_Client and Case Sensitivity
Recently I posted about Zend_Http_Client and the ability to check a request HEAD or GET. It is, as everything in Zend Framework, extremely easy to adopt and use, but today I experienced some “strnage” problems! As I wrote some lines … Continue reading







