Source Code

This page contains some of my source code for fellow developers.

License Agreement

This license lets you distribute, modify, tweak, and build upon my work, even commercially, as long as you credit me (Jerome Poichet) for the original creation.

Suggested Attribution Format

The license requires that you give credit to me, Jerome Poichet, as the original author of any of our source that you use. The placement and format of the credit is up to you, but I prefer the credit to be in the software's "About" window. Alternatively, you could put the credit in the software's documentation, or on the web page for the product. The suggested format for the attribution is:

Includes "Name of Code" code by Jerome Poichet.

where "Name of Code" would obviously be replaced by the name of the specific source-code package you made use of. Where possible, please link the text "Jerome Poichet" to the main page of this website, or include the site’s URL (http://frencaze.com/).

Source Code License Text

read

Sources

Dokin (PHP5)

dokin is a small Model View Controller web framework written in PHP.

No need to learn a new templating syntax, the templates are written in PHP. You can include templates from one another, allowing easy sharing of common HTML structure.

You can use "Layouts" to share the common structure of pages. They basically represent a root template.

Also included a basic Model layer to access a mySQL database.

Finally a bunch of plugins are included to access Amazon Web Services, Smugmug, Twitter and other popular web services. Some of those plugins are very basic and only offer read-only capabilities.

Download then simply point your DocumentRoot to webapp/app/docroot and you are ready to build your next web application. Everything you need to modify can be found under webapp/app directory.

Download (0.1.3 - 29KB)

Donations

If you feel like making a small donation to support my future development efforts, it would be very much appreciated.

© 2007-2009 Jerome "poitch" Poichet. All rights reserved.
Except where otherwise noted, content on this site is licensed under a Create Commons Attribution Non-Commercial No Derivatives 3.0 License