Quantcast
Channel: My Science Is Better » zend framework
Browsing all 10 articles
Browse latest View live

Zend Framework tutorials – RFC

After a talk on #zftalk I’m thinking to start witting a site that would allow the Zend Framework community to submit learning material. The site is going to be called Zend Framework Tips I have a few...

View Article



Install Zend Framework and Zend_Tool using PEAR on Ubuntu

I work every day with Zend Framework and the easiest way i find to install it is by using the PEAR packages offered by the betta channel ZF Campus Here is what you have to do install Zend Framework and...

View Article

Image may be NSFW.
Clik here to view.

How to update your Twitter status using Zend Framework

After reading the NetTuts tutorial on how to update your Twitter status using CodeIgniter, I wanted to show how to update your Twitter status using Zend Framework. For this tutorial you need to install...

View Article

Image may be NSFW.
Clik here to view.

Setup controllers and actions inside a module using zf tool

I’ve been trying to move some old code into separate modules for easier use later on. I installed zend framework and zend tool and created a new project: zf create project myproject Adding a new module...

View Article

Setup ZF using svn externals

After you create a project with zf tool, put it on SVN, you might want to include inside /library the ZF, but you want to have the bleeding edge all the time. You can include it as a svn external like...

View Article


Fix Zend Framework 404 routes on HTTPS

I’ve been working on a web project that required some of the pages to be loaded via HTTPS. I’ve got the certificate, installed accessed homepage via HTTPS and seems to work. That was not the case for...

View Article

Zend_Auth and subdomains

I was working today on an user authentication system that redirects the users to their own sub-domain after a successful login. It should work like this: user comes to www.exmple.com, fills in his...

View Article

Zend Framework disable layout and view rendering

When using Zend Framework, sometimes you need to create a controller action which just does something, doesn’t need to display anything to the user. To disable the layout and the view rendering add the...

View Article


Switch layouts in Zend Framework

If you have a larger Zend Framework application, you probably want to you use a layout for more of your pages. For instance you’d need at least two layouts: one for a backend and another one for...

View Article


HTTP response headers in Zend Framework

I needed to display a Zend Framework generated PDF using the browser plugins and after a bit of looking around it turns out that some headers need to be set in order to achieve that....

View Article
Browsing all 10 articles
Browse latest View live




Latest Images