News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Nexen.net:
Elephpants, 2008 generation
0 comments :: posted Friday May 02, 2008 @ 17:12:40
voice your opinion now!

So you've seen all of the pictures of the elePHPants floating around and want to get your hands on one of your very own? Good news! Damien Seguy and crew have another fresh batch of huggable blue PHPness on the way and you can place your order now:

If you have missed the boat of the first generation of elePHPants, now is the right time to catchup up and participate to the 2008 generation! As for the first generation, this project is open to every PHP User group and aficionados, that want to adopt elePHPants, small or big.

Pricing is 4 Euros per elephant (in a 50 count box only) or 50 Euro for one of the larger elephants. They're even open to having company logos ("your own brood") added to the other side of his back. You can find more details on getting your hands on one at this page on the Nexen.net website or just head right to the order form to get a little blue PHPer to call your own.

tagged with: elephpant order stuffed animal small large custom logo


Maggie Nelson's Blog:
NTILE() - easy way to generate tag clouds
0 comments :: posted Tuesday April 29, 2008 @ 13:44:01
voice your opinion now!

For the Oracle users out there looking for an easy way to pull those tags together and make a handy little cloud out of them, Maggie Nelson has posted about a simple Oracle function that can help - NTILE.

For example, check out the documentation for the NTILE Function. Yeah, sounds kind of boring. What good could it be in the wonderful world of web development? After all, who manages employee or sales tables anymore... Answer: generating tag clouds.

Her SQL statement categorizes the tags for you automatically, dropping them in to "buckets" of font sizes. This makes it simple to loop through them (like with a foreach) and output your tags with a little help from some CSS. You can even specify how many buckets you want it to fill (how many different tag values to get and compare).

tagged with: ntile tag cloud tutorial oracle sql order bucket

Davey Shafik's Blog:
php|architect's Zend PHP 5 Certification Study Guide, 2nd Edition
0 comments :: posted Wednesday April 23, 2008 @ 23:14:52
voice your opinion now!

Davey Shafik has posted a quick update about the php|architect guide to the Zend PHP5 Certification exam and its updates.

Just a quick note to say that the second edition of the study guide has been released. It features all erratta items fixed, as well as a new chapter on Database Programming. If you didn't grab it yet, it makes a great reference for any intermediate and above developer, as well as obviously being the study guide that it is meant to be

You can get more information on the book (and place your order) on the book's website - zceguide.com.

tagged with: php5 certification study guide update erraatta order

Lee Blue's Blog:
How To Sort A Zend_Db_Table_Rowset
0 comments :: posted Thursday February 14, 2008 @ 17:11:00
voice your opinion now!

Lee Blue has posted a handy tip for users of the Zend Framework, specifically when sorting the results from a query to tables linked in a Zend_Db_Table setup.

So you figured out how to define the relationships between your Zend_Db_Tables and you have issued a call to findDependentRowset(). You get your Rowset back but you need to sort the results by one of the columns in the dependent table. How do you do that?

Unfortunately, he's found out that you just simply can't - well, not without a custom function (until the 1.5 release of the framework rolls around). He shows his table set up and some sample database classes to relate to the tables (and link between them). The magic comes in with his DU_Utils class that takes in the data and sorts it based on the given column name in the given direction.

tagged with: zendframework zenddb table relationship sort order column


book zend conference job ajax PHP5 pecl database release cakephp releases security application mysql developer package zendframework PEAR framework code

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework