Category: Random
Storing an object in a Zend_Auth session
I saw on our Zend Technologies page on Facebook a question on how to get a logged in user profile when using Zend_Auth. The exact question was this:
hye guys, i need help in Zend … i m implmenting web based application using zend framework the version i am using is 1.9.5 but i got a problem, i dont know how to display a user profile once he or she login into the system? anybody can help me doing so? i tried googling but mostly the code there is for zend 1.5 i guess.. wish can get it done as soon as possible
The music from Zendcon 2009
So there’s been a little bit of interest in the music I wrote for Zendcon in ’09. Some people liked it, some didn’t. I remember reading some of the Twitter posts on the wall and feeling a little nervous. The sound guys played it more up-front than I was expecting. I had no idea that they were going to turn it up the way they did. It wasn’t that loud (according to Kevin’s reckoning ) but I was expecting it to be background music. So the fact that I wasn’t chased out of there with pitchforks made me glad.
The Zend / PHP relationship
So this is my first post after having slaved away over hot code for two weeks. Well, two weeks off and on. And it wasn’t the PHP code, it was the JavaScript and CSS. The PHP code was a snap… as it should be. But this was a challenge nonetheless. So the question now is what to write about. And given that this is a first post it will be one of those things that will be way down at the end of every search result and every tag list. And since it is the first posting nobody will probably read it except for my Mom.
A really quick, no API, Zend_Service_Twitter example
One of the cool things in Zend Framework is the Zend_Service layer. What it basically does is provide access to a variety of different service-based… well, services, so that you can easily integrate your application with other services. One example is, of course, Twitter. Often, to connect to various services you need to have an API key that you use to connect. The same is true for Twitter, except for public feed information. What this means is that you can search Twitter for free, with no API, easily.