-
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...
-
Test Driven Development for the Masses by Andre John Tamayo Cruz About the Speaker Andre John Cruz aka cruizer is a Microsoft MVP for Visual C# and an Administrator for PHPUGPH.com. His day job is an Application Developer for Barclays Capital Singapore. He is an avid FOSS enthusiast, and also an active...
-
LAMP Chops for dinner I have been planning to re-cook the production server, as it was losing it's taste to the current trend, php 4's lifespan will eventually die by the end of this year, and i want to know what this new PHP and MySQL ingredient would taste like, XML, OOP and Stored Procedures...
Posted to
,,I,, ^_^ ,,I,,
by
bos_tsip
on
12-04-2007
Filed under:
Filed under: migration, upgrading, mysql, php
-
I've been looking this morning for a WYSIWYG editor to integrate with one of the personal projects I'm planning to make. It's going to be a WIKI that would allow anyone in my team to add, edit, view or search entries for best known knowledge. I'm planning on proposing the app to them...
-
As for my previous post about the teaser info about the upcoming 1st PHP Developer Conference Registration is now OPEN! PHP User Group Philippines, Inc. (PHPUGPH) , a non-profit organization established to provide support for LAMP (Linux Apache MySQL PHP) and open-source enthusiasts in thePhilippines...
-
While I was trying to implement MVC in PHP, It came to me how I would be able to secure my code (i.e. prevent HTTP GET access to some parts). My friend who is a PHP programmer forgot that in some webserver, the .inc extension is not configured as a MIME type for PHP. Good thing I told him about that...
-
PHP Everywhere! December 1, 2007 http://www.php.net/cal.php?id=2807&cm=12&cy=2007 "Welcome to the 1st ever PHP Developer's Conference that will be held this upcoming December 1, 2007 where sharing opensource solutions in the enterprise and schools is the main theme.This is in follow...
-
Startup Directly after starting, the GTK Testrunner looks like this: You should the use the "File" menu for either opening a single test suite or for searching your project for your test suite files, to load multiple of them. Open file The file open dialog allows you to select a PHP source code file...
-
I'm used to doing just <c:import url="/viewaccount.do?id=${account.accountId}"/> in JSP. So when I was asked to make a simple PHP script I thought the same thing was possible in PHP using the include() command. I was wrong though and thought of using session globals as a workaround. It's a good...
-
Our client asked for a short portion of their php code to be modified. Since I'm a Java guy and so is my team lead, we asked our new developer (web developer) to do the dirty stuff for us. Good, he was able to finish quick. But then, when I tested the code he wrote, the php script would just show as...
-
My friend, Adonis(his nick here in devpinoy) mentioned to me this PHP framework called CodeIgniter. It kind of resemble the Struts framework and I have to say that I really like it! It's neat and is easy to use. I haven't really tried it yet. I just watched the video right here... http://www.codeigniter...
-
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...
-
Hmmm... I'm on my first task at my new company. The project I'm involved with is a PHP to Java conversion(Ewwww!). I have to say I really don't like it but it should give me the experience and discipline needed to stay on the job. Besides, it should be fun to work with other people from a distant place...
-
It's Ruby on Rails, almost... One of the great features about Ruby on Rails is its data model implementation in the form of ActiveRecord. It's really impressive the way it was implemented which really makes it promising. There has been some attempts to port that feature into PHP but I was not able to...
-
A Development Framework phptarsier.about Welcome to phptarsier ! This is a quick overview on how phptarsier framework works. You will be guided through the features as well as the structure for the framework. The information presented within this guide might not be enough for you to get started. You...