-
-
14:01
»
Good PHP Tutorials - New Tutorials
This tutorial will show you how to create a mashup of three different APIs including integration with Google Maps. This idea came about when I was searching through ProgrammableWeb's API directory for a couple APIs that complimented each other enough that I could use one to provide the other with data. What I came up with will be known as the "Beer Mashup".
-
14:01
»
Good PHP Tutorials - New Tutorials
A list of examples using DQL and PHP Doctrine instead of SQL.
-
14:01
»
Good PHP Tutorials - New Tutorials
As rich Internet applications (RIAs) built with Adobe Flex become more widely adopted, there is a growing demand for applications that can combine the user interface (UI), media, and client-side benefits of Flex with the power and versatility of a server-side language like PHP. Tight integration between Flex and a server-side language means that your users will have an intuitive, engaging user experience with all the functionality they need. For developers, tight integration between PHP and the Flex development environments can provide big benefits by ensuring a smoother workflow for coding, debugging, and managing a project. You can make the most of such a unified environment by using Adobe Flex Builder and Zend Studio for Eclipse together.
-
14:01
»
Good PHP Tutorials - New Tutorials
Nearly every PHP application uses sessions. This article takes a detailed look at implementing a secure session management mechanism with PHP. Following a fundamental introduction to HTTP, the challenge of maintaining state, and the basic operation of cookies, I will step through simple and effective methods that can be used to increase the security and reliability of your stateful PHP applications.
-
14:01
»
Good PHP Tutorials - New Tutorials
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.
-
14:01
»
Good PHP Tutorials - New Tutorials
This tutorial gives the outline of a highly flexible role-based access control system. The tutorial helps in establishing principles using standard notions of RBAC. It also teaches you the code for administering RBAC and explains how questions about access can be answered.
-
14:01
»
Good PHP Tutorials - New Tutorials
Here we extend PHP Doctrine records fromArray function to allow for check box group relations to be inserted in a straight forward way.
-
-
11:41
»
Good PHP Tutorials - New Tutorials
In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.
-
-
2:36
»
Good PHP Tutorials - New Tutorials
With PHP's widespread adoption,it's almost too easy to find a script or snippet to do exactly what you need. Unfortunately, there's no filter as to what is a "good practice" and what's, well... not so good when writing a PHP script. We need trustworthy sources, who have proven they have a solid grasp on the best practices of PHP.
-
2:36
»
Good PHP Tutorials - New Tutorials
Using cURL (in PHP) to access https url is often not as simple as using the proper url. Using it for authentication is also not very clearly documented. This is a mini tutorial for both accessing https url's as well as for http authentication.