 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Josh Adell's Blog: PHP Fog Quickstart
by Chris Cornutt December 26, 2011 @ 12:46:12
Josh Adell has posted a quick start guide to getting your application up and running on the PHPFog PHP platform as a service offering.
Being it was Christmas and all, I decided to give myself a present and sign up. I was very surprised by how easy it was to get up and running. I managed to build a simple "echo" service in about i.8 minutes, following roughly these steps.
It was as simple as "launching" a new custom application, waiting for it to become available, cloning the git repository and setting up a simple app. In his case , it's a basic Silex-based app that makes a simple site to greet users with a "Hello world" message. Throw in a basic .htaccess file and the app is all set to push.
voice your opinion now!
phpfog quickstart tutorial silex application
Michael Kimsal's Blog: Zend Framework starter kit - zfkit.com
by Chris Cornutt June 10, 2010 @ 13:47:53
Michael Kimsal has put together a Zend Framework starter kit currently posted over on github here.
Feel free to fork it and send me pull requests. There's a load of things I'd like to do to/with it, including a default basic authentication and user mgt system, a basic forms generator, some menu stuff on the side, and some other small stuff. It's got Doctrine built-in, and ready to go with a sample book/author object set, although no sample *data* yet, nor any examples of how to use the code specifically. Maybe I'll add some of that soon.
The ZFKit brings helps you get started quickly by giving you an example of a site that combines Doctrine, PHPUnit and the Zend Framework into one "ready to go" bundle.
voice your opinion now!
zfkit zendframework doctrine quickstart phpunit
Emran Hasan's Blog: Quick start on new Facebook PHP SDK (IFrame based)
by Chris Cornutt May 04, 2010 @ 10:39:05
If you're looking for a stripped down, bare-bones look at how to get started with interfacing your PHP script with Facebook, take a look at this quick guide from Emran Hasan.
The new Facebook API has already spread over the application developers and if you're like me, you've already got your hands dirty to see how this new thing works. If you have tried to follow the documentation to authorize/get session in your canvas application, it is likely you have already hit roadblocks. Well, I am no savior but I have glued together a few clues and got it working for myself.
He walks you through the three simple steps: getting the new API, setting ip a correct configuration file and creating a sample "main page" for your application that echoes out a "Hello World" sort of message to each visitor.
voice your opinion now!
facebook api iframe tutorial quickstart
Matthew Weier O'Phinney's Blog: Quick Start to Zend_Application_Bootstrap
by Chris Cornutt January 12, 2010 @ 09:20:59
Matthew Weier O'Phinney has a recent post to his blog giving a quick introduction to the Zend_Application component of the Zend Framework and how it can be used to create custom resources.
Zend_Application works in conjunction with Zend_Application_Bootstrap, which, as you might guess from its name, is what really does the bulk of the work for bootstrapping your application. It allows you to utilize plugin bootstrap resources, or define local bootstrap resources as class methods. [...] Additionally, Zend_Application_Bootstrap provides for dependency tracking (i.e., if one resource depends on another, you can ensure that that other resource will be executed first), and acts as a repository for initialized resources.
Matthew gets right into the code, looking at how to create a simple bootstrap (for the "zf" command line tool to make the project) and the contents of the application.ini file. From there he looks at creating resources - bits of code that can be executed as a part of your bootstrapping process. His example shows the implementation of "_initCurrency" and "_initRegistry" methods.
voice your opinion now!
zendapplication bootstrap quickstart resource
Eirik Hoem's Blog: Prado Framework 3.1.2 released
by Chris Cornutt April 24, 2008 @ 09:38:49
Eirik Hoem has posted about the latest update of his favorite framework being ready for download - Prado.
My favorite PHP framework just got a new release, adding several new components and fixing 30-ish bugs. The bundled JavaScript libs (Prototype / script.aculo.us) have also been upgraded, so that should help lots of people struggling with the old versions.
You can download the framework from its website and, if you're new to it, check out the tutorial to get you started. Prado is a free PHP5-based rapid application development framework that doesn't go with the usual MVC format of most frameworks. It opts instead for "logic be stored in classes and presentation in templates".
voice your opinion now!
prado framework download release version quickstart tutorial
|
Community Events
Don't see your event here? Let us know!
|