Spage Cat, Prince Among Thieves RSS Feed

CorpusPHP - The PHP Framework for the Rest of Us

Recent Activity

HTML5 cleanup-y stuff
Mediabox advance removed
Basic namespace support roughed in to the autoloader
Made to throw errors by default in silly environments
Merge branch 'master' of github.com:donatj/CorpusPHP
Fairly major overhaul of the way database connections work

db:: is no longer a short name but writher an actual wrapper of Database, and Database it self is now abstract, allowing multiple connections ala idl @henderjon

Added the ability to allow routes relative to Content rather than root
Fixed a problem where conf.php files would execute multiple times
Tiny modification to the corpus class that allows conf.php files to be used as basic routers
Slight CSS restructuring
Silly old button code traded out in favor of CSS buttons
startsWith and endsWith simple useful string functions added to general.php
parse_user_agent method added
Basic timezone support added to appease the PHP 5.3 gods

Spelling correction
Unnecessary config values removed

formUtility won't autoload FormUtility when case sensitive.
Merge pull request #3 from phanzink/patch-1

Updated ereg to preg_match
Updated ereg to preg_match

Fixes to the authorize.net processor

XML sitemap generator no longer directly touches the database.

draw_category_tree made no longer recursive using the method detailed here: http://donatstudios.com/Simple-Single-Pass-Doubly-Linked-Flat-Tree-Building-Algorithm
Drop and See debugging functions added
Clean up demo site map a little
The fetch JSON method while useful is completely unnecessary and kind of silly

Edited README.md via GitHub
Merge branch 'master' of github.com:donatj/CorpusPHP

Cache class made to autocleanup on construct instead of just on set

concats in search query changed to concat_ws(' ' to prevent null row issues.

Corrected a longstanding issue where the homepage wouldn't work on certain servers

Merge branch 'master' into autoload
Merge branch 'master' of github.com:donatj/CorpusPHP

Merge branch 'master' of github.com:donatj/CorpusPHP
Trebuchet MS is sooo 2009
head added to categories allowing things to be placed in the head tag

CorpusPHP is setting out to be a world class PHP Framework. The aim is simple, to provide encapsulation, modularization, and helpful tools, all without changing the way you write PHP.

Project Information, documentation, and a timeline for the first release available availble soon

Nightly's available at GitHub, or download the latest milestone below.

BuildDateMessage
v0.99
Download
Merge branch 'master' into autoload
v0.981
Download
Optional $seperator paramter added to the breadcrumb generator.
v0.98
Download
Arial Replaced with Vera, references to helvetica removed
v0.92
Download
Basic SSL support added
v0.9
Download
Repository Restructured
-Working Corpus now in Source Folder
-`Scripts` folder added, includes database dump batch, and README.md HTML viewer
-`Local` folder added, for testing use with local database connections, etc

Documentation
-Finally! Created an initial README.md
-TODO moved from includes folder into root
v0.85
Download
Cache.php
-Major rewrite of cache handling - now requires an instance

Configuration.php
-Added module option to constructor to interface Corpus class and module namespace

Corpus.php
-New __premeta function pulls the first scans data into the module namespace
-$_cache and $_config added to the __load function, vis-à-vis the module namespace

Modules
-Updated for new 'name' meta attribute, 'call' depricated, 'callable' boolean added
--Button.php
--Crux.php
--FlashLoader.php
--FlickrFeed.php
--LastFM.php
--TwitterFeed.php
-Configuration options added
--FlickrFeed.php
--LastFM.php
--TwitterFeed.php
v0.7
Download
functions/general.php
-Updated nempty for PHP 5.3 compatibility (Weird casting bug)
-Removed some unused, commented out, functions
v0.1
Download
Initial CorpusPHP Alpha Release