ZF has just released its newest version today, version 1.0.0. This is the first major release and the stable one. So now, it is safe to say that ZF is the first and the best class library available for PHP5 web application development. Congratulations to ZF developer team, and congratulations to us all, PHP developers …
Category Archives: Zend
Moving to PHP5
Why are people still using PHP4 again? shichinin no samurai full movie download movie rango online hd movie winters bone dvd rip the next three days the movie to download Oh yes, the compatibility issue. Ok, since i’m rewriting all my web apps using Zend Framework now, i guess I don’t have much choice except …
Zend Certified Engineer
After being delayed for couple days, due to some problem with Pearson Vue database, i finally took my Zend PHP Certification exam last tuesday. the resident divx What? are you kidding me, off course i passed the exam. 😉 hi-def quality jusan-nin no shikaku download knight and day stream So now i’m officially Zend certified …
PHP Abstract
watch clash of the titans ful film PHP Abstract is Zend Developer Zone‘s new podcast for PHP developers. It was announced on may 17th 2007, but the first episode was just online today. watch the the tourist movie online watch megan is missing film PHP Abstract episode 1 talks about PHP security tips by Eli, …
Ngeblog 0.2 : Yes, You can Use AuthSub Now
As written in Google Code blog (err, yesterday), Ngeblog now supports AuthSub authentication. And it uses Zend Framework (Zend_Gdata) for abstracting the whole authentication process, including ClientLogin authentication. Since Ngeblog 0.2 now uses the modified version of Zend_Gdata, the files is getting larger and it is hard for me to put Ngeblog 0.2 to phpclasses. …
Continue reading “Ngeblog 0.2 : Yes, You can Use AuthSub Now”
ClientLogin Authentication for Zend GData
As i mentioned in my previous post, i was going to add AuthSub authentication for Ngeblog when people at Google Code team announced that Zend framework now has GData support.
After played around with it for hours, i finally got into a decision to use Zend Gdata for abstracting Ngeblog connection to Blogger. Unfortunately, Zend GData class library only supports AuthSub authentication, while Ngeblog already uses ClientLogin authentication and works fine this far.
So, to make it available for both type of authentication, i finally sat down and wrote some codes myself to add ClientLogin support for Zend GData. You can download the bundle in .zip here or in .tgz here which contains both Zend_Gdata bundle and my Zend_Gdata_ClientLogin class for ClientLogin authentication. Try getauthdemo.php
to see how my ClientLogin class works.