 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHPro.org: SPL Autoload
by Chris Cornutt November 14, 2008 @ 09:31:48
On the PHPro.org website, Kevin Waterson has written up an introduction to the handy autoloading functionality that comes with PHP5 releases - the __autoload method from the Standard PHP Library (SPL).
The SPL __autoload() method is one of the Magic Methods supplied in PHP. The __autoload method is called whenever a class is instantiated and will load the classs the the first time it is called. No longer is include(), require, include_once() or require_once needed as the SPL autoload takes care of this interally.
He looks at how you can use it to load a directory of classes, how to use multiple autoloads in a single script and how to use it with interfaces to register a loader and include it as needed.
voice your opinion now!
spl autoload standardphplibrary tutorial introduction directory register multiple
NETTUTS.com: User Membership With PHP
by Chris Cornutt November 10, 2008 @ 07:55:29
The NETTUTS site has this new tutorial posted today about the creation of a site with a user registration and membership functionality built in.
A tutorial for the very beginners! No matter where you go on the internet, there's a staple that you find almost everywhere - user registration. Whether you need your users to register for security or just for an added feature, there is no reason not to do it with this simple tutorial. In this tutorial we will go over the basics of user management, ending up with a simple Member Area that you can implement on your own website.
They use a MySQL database to store the users' information, show how to create the login form to test the user's credentials and the registration form to make signup easy. They also thrown in a dash of CSS to help style the forms into something a bit more pleasing to the eye.
voice your opinion now!
user membership register mysql tutorial login
DevShed: Filters and Login Systems for Web Application Security
by Chris Cornutt October 06, 2008 @ 13:43:15
DevShed continues their look at security in PHP applications in this third part of the series, a focus on filtering and login systems for your applications.
Any web site that is selective in the kind of users that it wants to grant access to will need some method of filtering. This filtering is usually done through a login system. This (and more) is what we will be building.
The site is made up of a few key components - login/logout pages, password management, a registration page and various configuration and settings files. They include everything you'll need, including the HTML and CSS to make things look exactly the same. The backend is driven off of a MySQL database to store the users and their account info.
voice your opinion now!
tutorial application security login user register
Christopher Jones' Blog: Free Experience Oracle, PHP & Ruby/Rails at Oracle HQ
by Chris Cornutt August 15, 2008 @ 10:24:51
Christopher Jones points out a free event that Oracle is having at its Headquarters (in Redwood Shores, CA) - "Experience Oracle, PHP & Ruby/Rails".
Oracle is running a free workshop at its Headquarters on August 25th. This is a call for developers interested in developing applications in PHP, Ruby/Rails, Java, .Net or even wanting to use Oracle's free SQL Developer tool or learn web development with Oracle's APEX product.
They'll be providing lunch and the information, you just show up and soak it all in. You can find more information about the event here (and register to reserve your spot).
voice your opinion now!
event oracle rubyonrails headquarters hq register
Community News: Dutch PHP Conference 2008 Announced
by Chris Cornutt February 21, 2008 @ 14:04:55
This year's Dutch PHP Conference has been officially announced:
Ibuildings and Zend Technologies are proud to organize the second Dutch PHP Conference on June 14. Plus a pre-conference tutorial day on June 13. Both programs will be completely in English so the only Dutch thing about it is the location. Keywords for these days: Know-how, Best Practices, Networking, Tips & Tricks
This year's even will be happening somewhere in Amsterdam and "big shot" speakers like Lorna Jane Mitchell, Zeev Suraski, Sebastian Bergmann, Matthew Weier O'Phinney, Fabien Potencier, Marco Tabini, and Ivo Jansch will be presenting. If you register before April 14th, you can get in on the Early Bird Special of 350 Euro for both days, 295 Euro for the Tutorial day or 100 Euro for just the conference.
You can get the full story on this year's even (including the schedule) from the conference's main website.
voice your opinion now!
dutchphpcon2008 dutch amsterdam conference announce register schedule
|
Community Events
Don't see your event here? Let us know!
|