My PHP Resources Bookmark List on Diigo. I am a beginner at PHP, so right now, most of these are targeting to a very basic level, most useful for other beginners.
When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting, and — most importantly — reading of records.
Why move from SQL to SPARQL?
There are many reasons why you would want to move from SQL to SPARQL. The details extend beyond the scope of this article, but you could be motivated by the following points:
You want a more distributed data solution.
You want to expose your data on the Web for people to use and link to.
You may find Node-Arc-Node relationships (triple) easier to understand than relational database models.
You may want to understand your data in a pure object-oriented fashion to work with an OOP paradigm (PHP V5 and later supports OOP).
You want to build generic agents that can connect to data sources on the Web.
"When developing a Web application, it's standard practice to create a database structure on which server-side code is placed for the logic and UI layers. To connect to the database, the server-side code needs to do some basic creating, updating, deleting
the core of PHP is contributed by people who are solely interested in making PHP better for their professional endeavors
it can be as simple as contributing to the documentation, or submitting a bug report
The community exists because people choose to contribute.
file a bug report or write some documentation today.
Remember: PHP depends on people just like you.
My Boss told me to prepare a paper how we interact good with open source project and how we can generate a win win situation on both sides by submitting (correct) bugreports.