Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PMG Blog:
Symfony from Scratch
May 21, 2015 @ 13:41:15

In the latest post to the PMG blog Chris Davis shows us how to create a Symfony application from scratch, that is without using the Symfony Standard repository/skeleton application.

The end goal here is to have an application that will send a simple Hello World message. So we’re going to cover the core framework stuff, but save things like templating, database access, ORMs, and forms for later. The goal here to see how to scaffold a Symfony app to better understand why symfony standard does what it does and where to deviate. We’ll end up with an app that uses the Symfony 3 directory structure.

Starting with the smallest "composer.json" he can (just symfony/symfony) he walks through the creation of the application one step at a time:

  • The Application Kernel
  • Handling Web Requests
  • What’s in a Bundle?
  • Stepping into Configuration
  • AppBundle
  • Hello, World

The end result is a simple page outputting a "Hello, World" message, but it gives you a good foundation to work from and understanding of the simplest pieces needed to make a Symfony application.

tagged: symfony scratch introduction simple application standard

Link: https://www.pmg.com/blog/symfony-from-scratch/

TutsWall.com:
CodeIgniter from scratch - Introduction & Installation
Jul 18, 2011 @ 13:48:39

From TutsWall.com there's a recent tutorial (pretty brief) about getting started with CodeIgniter.

Developing web application from scratch is always a painful task. This where frameworks comes to help us, but learning frameworks will at-least take some decent learning curve. But there are some frameworks that is very easy and fun to learn and develop applications and CodeIgniter is of of them.

They cover the download of the framework, ensuring it's working by hitting the main page and creating a simple controller and view to show you where some of the pieces go.

tagged: codeigniter scratch introduction installation

Link:

NETTUTS.com:
25 Resources to Get You Started with PHP from Scratch
Dec 24, 2008 @ 17:57:48

On NETTUTS.com, there's a list of twenty-five resources that can help you get started with PHP if you've never touched the language before:

PHP is a scripting language that is perfect for developing dynamic web pages and applications. You may be a PHP ninja, or perhaps you don't even know what PHP stands for. However, if you plan on or are involved in any kind of web development, you are bound to run into this fantastic and easy to learn web language. Today we will review 25 resources to get you started with PHP.

Its broken up into a series of steps:

  • Download PHP and learn the fundamentals.
  • Intermediate techniques and MySQL databases.
  • Advanced and OOP techniques.
  • Using PHP frameworks.
tagged: resource scratch learn language mysql oop framework

Link:

KillerPHP.com:
Creating a Wordpress Theme from Scratch (Video)
Nov 28, 2008 @ 19:23:18

Stefan Mischook (of the KillerPHP.com site) has posted a new video tutorial about creating WordPress themes:

I just released a new video course on how to create a Wordpress theme/template from scratch. In these 12 videos, we will take someone with some beginner HTML and CSS skills through the steps needed to build a WordPress template from scratch. The videos use only a collection of freely downloadable tools that are available on Windows and Mac.

The full series will cost about $20 USD for a download or $30 USD to have the DVD shipped out to you. The videos focus on different parts of the process like making top-level navigation, setting up content areas and and creation of a custom homepage.

tagged: wordpress theme scratch original tutorial video

Link:

NETTUTS.com:
How to Create a Wordpress Theme from Scratch: Part 2
Sep 18, 2008 @ 15:29:20

The NETTUTS site has posted the second part of their series looking at the creation of a custom WordPress template. This time they focus on expanding on the previous version, adding additional parts to the theme.

It's time for the good stuff now. We'll be adding the comments system, a sidebar with widgets and an archive for all the old posts. This will cover all that you need for a simple but well functioning WordPress theme, and hopefully you be able to apply this to all sorts of theming projects.

The give the code to create the sidebar (in their instance, an image from Flickr), handling the comments for each post and make the "archive" section to get to some of the older posts.

tagged: wordpress theme custom scratch tutorial creation

Link:

Geeks Not Nerds Blog:
Rolling your own Blog Backend from Scratch Part 1
Aug 09, 2007 @ 12:47:46

From the Geeks Not Nerds blog there's the first part of a new series of tutorials looking to help you create your own blogging backend from scratch (PHP5, SQL, HTML and Javascript).

This is the first of a multi part series that will cover designing and building a blog backend from the ground up. The goal of this series is to have a fully functional (albeit simple) blog backend as the final product of the series. We will focus more on good programming technique and design and less on the actual coding of the blog, writing just enough to make a functional example.

They step through the basic design of the application before anything else, laying down the structure for things to come. From there, they move into the database structure for the rest of this part of the series. They even provide the SQL file you'll need to get their structure set up quickly and easily.

tagged: blog roll backend scratch php5 html javascript sql database tutorial blog roll backend scratch php5 html javascript sql database tutorial

Link:

Geeks Not Nerds Blog:
Rolling your own Blog Backend from Scratch Part 1
Aug 09, 2007 @ 12:47:46

From the Geeks Not Nerds blog there's the first part of a new series of tutorials looking to help you create your own blogging backend from scratch (PHP5, SQL, HTML and Javascript).

This is the first of a multi part series that will cover designing and building a blog backend from the ground up. The goal of this series is to have a fully functional (albeit simple) blog backend as the final product of the series. We will focus more on good programming technique and design and less on the actual coding of the blog, writing just enough to make a functional example.

They step through the basic design of the application before anything else, laying down the structure for things to come. From there, they move into the database structure for the rest of this part of the series. They even provide the SQL file you'll need to get their structure set up quickly and easily.

tagged: blog roll backend scratch php5 html javascript sql database tutorial blog roll backend scratch php5 html javascript sql database tutorial

Link:

Greg Beaver's Blog:
pear.chiaraquartet.net Completely Erased
Apr 10, 2006 @ 12:02:07

Some unfortunate news today - Greg Beaver, maintainer of the pear.chiaraquartet.net PEAR channel server has fallen on some bad luck. Some how, the entire database for it was wiped out and Greg can't quite figure out when/how.

Somehow, I managed to erase the entirety of pear.chiaraquartet.net's database, although I have no idea how or when. In other words, all developers, release history, packages were wiped. Needless to say, I am a wee bit pissed off. Until I can find a decent backup, I will reconstruct the entire thing from scratch.

If you have any information that would help him rebuild this resource, please let him know - I know he'll appreciate it.

tagged: pear.chiaraquartet.net completely erased rebuild scratch pear.chiaraquartet.net completely erased rebuild scratch

Link:

Greg Beaver's Blog:
pear.chiaraquartet.net Completely Erased
Apr 10, 2006 @ 12:02:07

Some unfortunate news today - Greg Beaver, maintainer of the pear.chiaraquartet.net PEAR channel server has fallen on some bad luck. Some how, the entire database for it was wiped out and Greg can't quite figure out when/how.

Somehow, I managed to erase the entirety of pear.chiaraquartet.net's database, although I have no idea how or when. In other words, all developers, release history, packages were wiped. Needless to say, I am a wee bit pissed off. Until I can find a decent backup, I will reconstruct the entire thing from scratch.

If you have any information that would help him rebuild this resource, please let him know - I know he'll appreciate it.

tagged: pear.chiaraquartet.net completely erased rebuild scratch pear.chiaraquartet.net completely erased rebuild scratch

Link:


Trending Topics: