PHP Tutorial – Basic Output and Variables
This short video introduces you to php code with variables and output. Video Producer: The New Boston
This short video introduces you to php code with variables and output. Video Producer: The New Boston
PHP’s prepared statements (for database access) are fantastic. Not only do they help secure your database queries, but they’re also particularly more efficient for larger products. However, there are a couple issues that appear to make these methods less flexible than we’d hope. This video shows solutions to these issues. …
This video shows how to add validation to a registration form. We validate name, email, and password, as well as display error messages to the user. Producer: ThinkVitamin
From the beginning in 2004 to today, Facebook has been built on common open source software such as Linux, Apache, MySQL, and PHP. Today the site reaches over 350 million people per month, is the largest PHP site in the World, and has released major pieces of our infrastructure as …
ZF 1.8 with new Zend_Application provides an easy way to get your models loaded automatically and resources to be shared across the whole application. Just need to know the naming convention. As I am using a simple database connection to illustrate the example, you also get a sneak peak at …
Part 2 of tutorial #2 – Interaction between Controller and Viewer of Zend Framework. Here, I show where controller and corresponding viewer are located in the MVC layout and how to access them in the web browser.