Archive for January, 2010

Scheduling Tasks with Cron Jobs

previewCron Jobs are used for scheduling tasks to run on the server. They’re most commonly used for automating system maintenance or administration. However, they are also relevant to web application development. There are many situations when a web application may need certain tasks to run periodically. Today we are going to explore the fundamentals of Cron Jobs.

Read the full article at Nettuts

SQL For Beginners: Part 3 – Database Relationships

preview Today, we continue our journey into the world of SQL and relational database systems. In this part three of the series, we’ll learn how to work with multiple tables that have relationships with each other. First, we will go over some core concepts, and then will begin working with JOIN queries in SQL.

Read More at Nettuts.com

CodeIgniter and Doctrine from scratch.
Day 10 – Pagination

Codeigniter Doctrine Today we will be working on Pagination.

ci_doctrine_day10_15

Mastering cURL

preview cURL is a tool for transferring files and data with URL syntax, supporting many protocols including HTTP, FTP, TELNET and more. Initially, cURL was designed to be a command line tool. Lucky for us, the cURL library is also supported by PHP. In this article, we will look at some of the advanced features of cURL, and how we can use them in our PHP scripts.

Read the rest of the article at Nettuts

Tags: ,