McGivrer’s Home - Frenchy soul about life
Filed under

php

 

PHP framework on the go...

As I have already mention it, I am working on a personal project of a PHP framework.

Plubished to the world through my Github account, I am building a sample project named "Games", or "Games Request" depends which templates you have selected. This is not a game, but a simple CMS sample. Actually only Font-Side is "runnable".
A Back-Office side will raise from foundation soon. But some basic module need rework, and evolution, like persistance side.

Anyway, if anyone want to contribute or comment the current work, please, go to http://github.com/mcgivrer/Games.

In a near future, i will publish a demo on one of my website.

have fun.

Filed under  //   development   framework   php  

Comments [0]

HTML5+CSS3 - start of the first experience !

Discovering HTML5 and CSS3, I'm on the road of creating a small PHP framework (already seen here) to produce easily some WebSite in a fast and stardard respect way.

Here is the first flight for my new framework, still buggy and have some weird behaviour, I'm to happy to show you the first visual picture of such piece of code :)


Yes, the special effects on the mouse hover event are only CSS3 WebKit/Moz implemented version.  But it seems "wavy" ;)

To be able to watch such demo, you need Last versions of Firefox (3.6.x or minefield version) and Google Chrome (Chromium nightly build or last Chrome)

Hope to be able to produce soon better code with better effects !

Filed under  //   css3   demo   framework   html5   php   sample   test  

Comments [0]

A new personal project

To enhanced my knowledge on PHP5 and the MVC pattern, I've just started a brand new framework project to be able to develop quickly some PHP appliction with the following input requirements:

  • Internationalization (i18n)
  • Themes management
  • Ajax compliant (to respect the Web 2.0 paradigm :)
  • User authentication & authorization
  • Model Driven Development with some code generator
  • Database version and migration management


My goal is to try to develop some similar functionalities in my PHP framework like in the RAILS framework (yes, some modesty is good sometimes;)

See you soon for some prototype, a web e-commerce site with all modern technologies.

Edit: You can find some alpha code on the http://code.google.com/p/os-emarket/ site.

Filed under  //   agile   ajax   framework   os-emarket   php   project   web2.0  

Comments [0]