RIKAS PHP FRAMEWORK
Sunday, March 09, 2008 8:01 PM
    Ah, it's been a while since my last post. I'm just glad to announce that I finished writing my very own PHP FRAMEWORK. Although the framework is still pretty young, Im satisfied with how it worked for me.
    I felt the need to write my own framework because I felt that the current ones being offered are too bloated. So here's a bare-to-the bone framework for PHP developers out there to use. For now, if you want a a copy it you can email me at erwinatuli @ gmail . com while I find good a place to host the code. So here's the RIKAS the php framework for people like me who feel the need for a lightweight PHP framework.
 
Rikas(fast) Is very light PHP framework designed to jumpstart and cut-back your PHP application development time. RIKAS' features include OOP design principles, MVC approach, and boasts it's very own database wrapper.

Features:

  • Implements MVC (model,view,controller) approach to build dynamic websites
  • MYSQL database support
  • Basic session handling
  • PHP4/PHP5 compliant
  • Linux/Unix/Windows
  • OOP Programming principles
  • Fully customizable
Documentation The documentation can help you get started with using the RIKAS framework.

Roadmap

Credits

Erwin E. Atuli
Gen Trias, Cavite PH
Project PHP Wrappers
Saturday, November 04, 2006 7:39 PM
Project PHP Wrappers: That's a good title for my project. I was really thinking of doing this project since I had little to do because I still couldn't find me a job(Maybe someone here could help me get one). I just graduated this October so I'm hoping to find one soon.. I'm also thinking of the project as a start of adding items to my portfolio Stick out tongue. Anyway to describe the project, I'll be doing simple php wrappers for the most common jobs I do In PHP like database and Session handling and other tasks which I can't think of right now. I'll will be making it PHP5 compliant because I want it to be OO and I don't think PHP4 can handle a full OOP implementation, though I admit I am still grasping the OOP idea. I had my senior project implemented in Java but It's not fully object oriented. So I believe for this project, I will achieve both--learn OOP and add an item to my portfolio. Big Smile

1
2
3
4
5
#include<iostream>
int main() {
std::cout<<"Hello Devpinoy:) \n";
return 0;
}

I was just tryin out the syntax highlighting feature but there's none for PHP and C++ codes(I used C#'s for C++ but what about PHP?).
Ps. I really love C++.
<?php
$a=2; $b=3;
$a = $a + $b;
$b = $a - $b;
$a = $a - $b;
?>
by slowlearner | 8 comment(s)
Filed under:
fIrSt Post
Monday, October 30, 2006 9:56 PM
This is gonna be(well actually this is) my first post here at devpinoy. And I'd like to welcome you all to my newest blog space. Stick out tongue First off! I am keeping this space as a place for all new things I learn/will learn during my project developments and other usefull stuffs I usually run into while surfing the web and reading forums.