Thursday, December 31, 2009

TOP 50 CAMEROONIANS TO WATCH IN 2010 BY DULCE CAMER

Getting up from bed this morning after a long holiday trip to limbe yesterday, I cant be more happy when the first thing I see is an article putting my name on the light along with other top 49 Cameroonian personalities worth emulating in 2010 by Ducle Camer .
This is encouraging but I cant talk more because I got some serious work todo on a private project ;)...dont blame me this is the only time I got to work on my personal projects. You call it holiday, I call it AfroVisioN Group holiday, personal full-job time ;).

check out the list below

TOP 50 CAMEROONIANS TO WATCH IN 2010 BY DULCE CAMER UK....here

Tuesday, December 22, 2009

Introduction To KohanaPHP - Article for packtpub UK

Recently I was contacted by one of the editors at www.packtpub.com, to come up with an article on programming with Kohana PHP Framework www.kohanaphp.com. I was happy getting such an offer and also happy because I will get to see how good my technology writing skills are ;), to me its some sort of a test. I came up with the article after a couple of days and for my first time, I say I am impressed because my first draft was approved and was said to be ok for publishing.
Oh well personally I was thinking I will have to do a second and third draft before it gets approved.
below is a preview of the article followed by a link to packtpub.com where the article is published... check it out and tell me what you think....merci.

Overview

Kohana PHP Framework is an open source PHP software development framework that helps php developers to build web applications faster, and also, more effectively by providing them with a set of built-in objects/classes. It also enforces highly organized coding standards.

The Kohana PHP Framework is just like Ruby on Rails; it implements the well known software engineering design pattern—Model View Controller(MVC). The Model View Controller software design pattern guides engineers to design their software codes into three separate parts which includes:

  • Models: The objects that manipulate data sources and data stores.
  • Views: The html and css files with inline php codes that present the user interface and controls to the application users.
  • Controllers: Objects in charge of the business logic, displaying the page(views), and routing the click actions from the views to the model and back to the views....