Well, after taking a break from my site, I am back ready to write blog entries! I am going to mix it up with my personal entries and PHP entries. Hope you all will like it!
Popularity: 11% [?]
Sphere: Related Content
RSS | Comments RSS | Atom
Jimmy's thoughts about PHP and life.
Well, after taking a break from my site, I am back ready to write blog entries! I am going to mix it up with my personal entries and PHP entries. Hope you all will like it!
Popularity: 11% [?]
Sphere: Related Content
I’m thinking of making a PHP framework. Any suggestions, comments?
Popularity: 54% [?]
Sphere: Related Content
Well, after a friend has told me that Zend Framework is worth being used, I installed it and have been reading up on the zend framework pdf guide (http://downloads.zend.com/framework/1.6.0/ZendFramework1.6.pdf). There is alot of classes written, so going through each one will take some time, but I think it’s worth the effort to review all of them so I can use them effectively. I have long been a fan of making my own code, but have lately been leaning toward the side of using pre made code to save time and frankly, use code that is better than mine (haha). I have to say though, the ZF is well thought out and written. I am looking forward to fully learning it and using it in my projects.
Popularity: 100% [?]
Sphere: Related Content
Well I’ve been using PDO (PHP Data Objects) lately as opposed to the mysqli class. Only problem is, I don’t know how to retrieve the the number of rows (like $dbh->num_rows($query) in the mysqli class), but I am not finding anything like that in PDO. I could just be stupid and it’s probably staring me in the face, but I don’t know. Any help would be appreciated
.
Popularity: unranked [?]
Sphere: Related Content