There are no reviews yet. Be the first to send feedback to the community and the maintainers!
This is a demo pastebin application, primarily developed to show off new features of the Dojo/Zend Framework integration. INSTALLATION ======================================================================= This application requires that you either have Zend Framework on your include_path, or that you will be symlinking your Zend Framework library into the library directory. If you do not yet have Zend Framework, you can get it from one of the following sources: * Official Release: http://framework.zend.com/dowload/latest * Subversion; use either the current trunk or the 1.7 release branch: svn co http://framework.zend.com/svn/framework/standard/trunk/library/Zend svn co http://framework.zend.com/svn/framework/standard/branches/release-1.7/library/Zend Install Zend Framework locally, and the follow these steps: 1. Untar the archive using: tar xzf <packagefile> 2. I recommend creating a symlink to the directory created when extracting from the archive: ln -s /var/www/pastebin /path/to/<packagedir> (Assuming /var/www contains directories for your vhosts.) 3. Run the install script The application now comes with an install script, that creates the necessary symlinks, initializes the development database, and sets appropriate permissions. Simply run it using php: php install.php path/to/ZendFramework/library/Zend You can get full usage by passing the -h, --help, or -? options: php install.php -h 3. Create a vhost that points its DocumentRoot to the public subdirectory. As an example: <VirtualHost *> DocumentRoot /var/www/pastebin/public ServerName paste.local ErrorLog /var/log/apache2/paste.local-error_log CustomLog /var/log/apache2/paste.local-access_log common <Directory /var/www/pastebin/public> DirectoryIndex index.php AllowOverride All Order allow,deny Allow from all </Directory> </VirtualHost> In this particular example, we use the ServerName "paste.local"; you will need to add this to your hosts file: 127.0.1.1 paste.local 4. Finally, simply fire your browser to: http://paste.local/ FEATURES ======================================================================= This application shows off the following Dojo features: * BorderContainer * TabContainer * ExpandoPane * AccordionContainer * dojox.Grid * dojox.highlight * dojo.back * A variety of dijits: ValidationTextBox, SimpleTextarea, and FilteringSelect * dojo.xhr * JSON-RPC ZF specific features include: * Zend_Dojo_View_Helper_* (BorderContainer, TabContainer, ContentPane, etc.) * Zend_Dojo_Form (form and form elements) * Zend_Dojo_Data (used to populate the grid) * Zend_Json_Server (used to process forms and update statusbar metadata) CUSTOM DOJO BUILDS ======================================================================= For the adventurous, I have provided a profile for creating a custom Dojo build for the pastebin application. You will need to copy the public/js-src/paste directory and contents to your Dojo source installation, and then use the misc/spindle.profile.js build profile to create the build. Further instructions are in misc/README.txt. REQUESTS ======================================================================= If you have any feature requests, feel free to send them to: Matthew Weier O'Phinney <[email protected]> I may or may not honor them. :) LICENSE ======================================================================= Please see LICENSE.txt
changelog_generator
Create changelogs based on your GitHub milestoneszf-examples
Zend Framework Examplesphly
zf-quickstart
QuickStart application from Zend Framework, with variations based on ZF2 MVC prototypesmwop.net
Source code behind mwop.netbugapp
Bug application built on Zend Framework, primarily as a demo app for Dutch PHP Conferencezf1-autoloaders
Port of ZF2 autoloaders to ZF1PhlyPeep
Demonstration ZF2 module -- twitter clonesettings
Various settings for tools I usefig-library
Library of interfaces and common implementationsphly_contact
ZF2 app for demonstrating module developmentphps
Manage PHP versions, extensions, and configuration when using the ondrej/php PPAzend-datavalidator
New validation component for Zend Frameworkproblem-details
Problem Details for PSR-7 APIsphpunit-watch
Execute PHPUnit when files changeapigility-3hr-tutorial
Code and exercises for DPC 2014 Apigility tutorialzf-component-template
Skeleton to use when creating new ZF componentshal
ABANDONED; use zendframework/zend-expressive-hal instead.PhlyComic
Console tool for fetching comics.paster.vim
Paste to arbitrary web pastebins from Vim2015-10-20-PSR-7-and-Middleware
Phpbnl13StatusApiSiteExample
Example site for PHPBenelux 2013 "RESTful Services Made Easy With ZF2" tutorial.SkeletonCssModule
ZF2 module that provides Skeleton CSSgrumpy-phpunit
Repo containing manuscript for my upcoming bookPhpbnl13StatusApi
Repository for PHPBenelux 2013 ZF2 + RESTful Resources workshopapigility-tutorial-code-dpc2014
dpc12workshop
Tutorial app for Dutch PHP Conference 2012 ZF2 Modules workshop2013-04-04-RestfulZf2-Webinar
Slides and notes for a webinar on building RESTful APIs with Zend Framework 2weierophinney.github.com
github pageslaminas-stdlib
p.mwop.net
Pastebin web applicationSkeletonAppWithUserModule
ZF2 skeleton app with user module -- testing Service Manager integration2016-10-20-Use-Zend-Components-Anywhere
2015-10-22-ZF3
psr-17-diactoros
Experimental repository for PSR-17docbook5-migration
Tools for migrating DocBook4 sources to DocBook5apigility-zendcon-slides
laminas-psr7-serializer
laminas-ci-swoole-builder
Build Swoole and OpenSwoole for the Laminas CIgithub-actions
2016-10-19-Create-PHPantastic-Packages
2015-10-21-Apigility-Agile-APIs
rtfd-experiments
RTD rendering experimentsapigility-3h-tutorial
change-logs
weierophinney
zf-apigility-documentation-apiblueprint
API Blueprint integration for Apigilitytest-local-action
phlyql_resource
Toy PHP library for prototyping persistence for RESTful resourceszphp
php-import-test
zf-docs-deploy
zf-docs-toolchain-experiment
Experimental repo to test the ZF docs toolchain.github_push
test-multiline-workflow-step-output
apigility-tutorial-dpc2014
Love Open Source and this site? Check out how you can help us