Kohana PHP 3.0 (KO3) Tutorial
I decided to move to KO3 and ditch the 2.3.x tutorial series. 1st part, configuring and creating a simple controller.
Tweet 0 CommentsSave Tags: frameworks, how-to, php
55+ Seriously Useful Front End Web Developer Cheat Sheets
In this article you will find essential cheat sheets for the most commen web based technologies that you are likely to use if you’re a Front End Web... more »
Tweet 0 CommentsSave Tags: javascript, php, web design
More questions on controllers testing
Sune wrote to me yesterday with some questions about testing Zend Framework controllers and proper dependency injection, which to me is a fundamental... more »
Tweet 0 CommentsSave Tags: frameworks, open source, opinion, php
Drupal The Top Open Source php CMS on 2009
We are pleased to announce that Drupal has won the Best Open Source PHP CMS Category in the 2009 Open Source CMS Award. This category featured a very... more »
Tweet 0 CommentsSave Tags: news, open source, php
Doing page redirection in PHP
Doing page redirection in PHP
Tweet 0 CommentsSave Tags: javascript, php
A simpler way to send Text or HTML emails with attachments in PHP
This post details how to create and send Text / HTML email messages with attachments in PHP using an adapted version of the CodeIgniter Email Library.
Tweet 0 CommentsSave Tags: how-to, open source, php, web design
Lesser known PHP functions – parse_str
I often deal with URL strings that return as one string through the way I have my htaccess file set up.
Tweet 0 CommentsSave Tags: php
Use jQuery and PHP to scrape page content
So we have content on another domain that we want to load via AJAX into a page how can we do this?…. This was a question that was put to the other day... more »
Tweet 0 CommentsSave Tags: ajax, javascript, php, tools
Zend Framework and Doctrine. Part 2
Today we start actual development with Doctrine and Zend Framework. Base of this post is my code which I have been using for quite a few projects and... more »
Tweet 0 CommentsSave Tags: database, frameworks, how-to, php