 | News Feed |
Sections
Community Events
Don't see your event here? Let us know!
|
| feed this: |  |
Zend Developer Zone: Zend_Acl and MVC Integration Part II (Advanced Use)
posted Wednesday July 16, 2008 @ 14:51:56
voice your opinion now!
BY CHRIS CORNUTT
The Zend Developer Zone has posted part two of Aldemar Bernal's in-depth look at using the Zend_Acl component of the Zend Framework to manage the access control for your application.
In part one we saw how to setup our Zend_Acl instance and how to attach it to the MVC environment (by using the Front Controller Plugin), but what about setting another action for the denied access, or how does an article be edited only by its owner?, this, and some more is what we are going to see in the following examples.
This second part is broken up into a few parts:
- Using Modules
- Using Roles
- Setting the denied error action
- Using the action helper
These two tutorials are based on this proposal for the integration of Zend_Acl into the current framework is currently pending.
tagged with: tutorial zendframework zendacl mvc integration acl
Community News: UNA Editor Screencast - PHP integration
posted Friday June 27, 2008 @ 12:07:45
voice your opinion now!
BY CHRIS CORNUTT
John De Goes (of N-Brain) let us know about a screencast he's posted on Vimeo of how he's set up the UNA Editor (Personal Edition - now free!) to work with PHP.
UNA Personal Edition includes full support for standard features of source code editors, such as syntax highlighting, auto-complete, regular expression search and replace, and external tool integration. [...] UNA Personal Edition allows developers to edit, compile, test, and execute files in any and all languages, and is a nice complement to heavyweight IDEs such as Eclipse and IntelliJ Idea.
The screencast lasts about five minutes and shows the creation of a new PHP project, how to set up a "launcher" to access the PHP online documentation right in the browser, use the built-in syntax checker PHP has (lint) and execute the current file.
tagged with: una ide editor integration screencast vimeo
Raphael Stolt's Blog: Hooking a Growl publisher plugin into Xinc
posted Friday April 18, 2008 @ 12:59:47
voice your opinion now!
BY CHRIS CORNUTT
Raphael Stolt, with some time on his hands, set up a local copy of Xinc, the "shiny new Continuous Integration(CI) server" as hosted on the Google code site and spent some time working with it:
Since then the idea of building a Growl publisher plugin for Xinc was traveling my mind repeatedly, so the following post will break this circle and show a possible approach to build such a plugin, which can be used to notify the build result for continuously integrated projects and thereby provide an on-point/immediate feedback.
He includes the plugin class (ready for cut&paste) as well as the task definition and how to hook it all in to the Xinc build system. There's also a little example of it in action - a happy/sad indicator showing if the build failed or was a success, right there on the desktop.
tagged with: xinc continuous integration server grown notification macbook build
PHPBuilder.com: PHP and Adobe Flex
posted Monday October 08, 2007 @ 09:37:00
voice your opinion now!
BY CHRIS CORNUTT
On PHPBuilder.com, there's a new article that takes a look at the recently introduced (well, relatively recent) combination of Flex from Adobe and PHP to create rich internet applications.
Unlike HTML and the endless number of limitations it presents, Adobe Flex provides an intuitive environment with a vast number of options. There is a large variety of events and styles that far exceed what is available with custom coding in Javascript and CSS. [...] The purpose of this article is not to familiarize you with Adobe Flex, but to demonstrate its integration with PHP.
They introduce the concept of integration with a simple little script first - a "click me" button that makes "Hello world" appear when clicked. With that knowledge in place, they move to something a little more complex - the creation of a dynamic chart from database information (code included).
tagged with: adobe flex integration tutorial dynamic chart database adobe flex integration tutorial dynamic chart database
|