php functions

Anson Cheung's Blog: Top 10 PHP Best Security Practices for Sys ...

PHPDeveloper.org  Mon, 01/30/2012 - 14:52

In this recent post to his blog Anson Cheung provides a set of helpful hints for sysadmins to follow when installing (or just securing) the PHP installations on their systems.


 

Community News: CakePHP 2.0 Released (with some Major Changes)

PHPDeveloper.org  Fri, 10/21/2011 - 10:03

The Bakery (a CakePHP site) has announced the release of CakePHP 2.0, a major shift in the framework with some very large changes to bring it up to the level of other full-stack frameworks currently offered for PHP.


 

Rafael Dohms' Blog: Filtering objects using annotations

PHPDeveloper.org  Fri, 08/12/2011 - 09:04

Rafael Dohms has an interesting new post to his site today looking at a library he's developed (inspired by the Symfony Validation library) to help filtering values with rules defined in annotations.


 

NetTuts.com: Understanding Hash Functions and Keeping Passwords ...

PHPDeveloper.org  Tue, 01/18/2011 - 08:05

On NetTuts.com today there's a new tutorial from Burak Guzel about keeping your passwords (and web applications) safer by using hashing with passwords and understanding which of the PHP functions is right for you.


 

PHPBuilder.com: PHP Scripts for Interacting with Networks

PHPDeveloper.org  Wed, 12/15/2010 - 13:49

On PHPBuilder.com there's a new tutorial showing you some of the PHP functions that you can use to interact with the network surrounding (and even vaguely related to) your application.


 

Fabien Potencier's Blog: Find your Files

PHPDeveloper.org  Thu, 04/22/2010 - 13:45

Fabien Potencier has a new post today about an update he's made to an aging bit of code for the Symfony framework to find files on the local filesystem - sfFinder.


 

Find your Files - Fabien Potencier

Planet PHP  Thu, 04/22/2010 - 00:58

The best practices for finding files with PHP has evolved a lot in a the last few years. Back in 2004, one of the very first thing I did with PHP was porting the File::Find::Rule Perl module to PHP. File::Find::Rule is a great way to describe the files and directories you want to work with.

I used the opendir, readdir, and closedir native PHP functions, and it did the job quite well.

The PHP class was named sfFinder, and it can still be found in all symfony versions.


 

Brendon's Blog: 10 PHP functions you (probably) never use

PHPDeveloper.org  Fri, 01/15/2010 - 11:27

New from his blog Brendon has a list of what he thinks are ten PHP functions you'll never use.


 

Hannes Magnusson's Blog: Unix manual pages for PHP functions

PHPDeveloper.org  Tue, 01/05/2010 - 11:06

Hannes Magnusson has a new post today about an interesting feature of the PHP documentation some might not have known existed - manual pages (man) for PHP functions/methods for unix systems.