Archive for PHP frameworks

Bored of programming part 2

That was last year, June, when I first went to Daniel’s blog and read this article about the feeling of boredom in programming. I blogged about it here in wordpress hosted blogsite.

There were 2 people who commented on my blog post. The first one was nakatawa. That is a friend of mine (we met in college) who lives now and work as a computer engineer in the United States . And the second was Daniel himself. He said that it was the programming in question if it is the right thing to do.

Once again this year, The feeling is killing me. This time, it feels more frightening, as it tells me to be afraid of the future. IT is more like dictating me what to do and I tend to feel to be in less control.

Comments (2) »

Latest status on Learn The Web Cakephp Project

I thought that I update my readers regarding my personal cakephp project named “Learn The Web”. It’s actually a question and answer site, and the users earn points and gain levels and improve their profile according to the number of questions posted, answers to questions, and votes.

The tasks finished :

1. use of AuthComponent ($this->Auth->authorize = ‘actions’)
2. use of cakephp Themes (with that you can customize or create your own layout for the site.)

The web app online is not updated because I have sessions problem with the free host. (hey , it’s a free host!).

No comment »

my issue with cakephp sessions

Two days before this is posted on this blog, I encountered an issue with the sessions in cakephp on my personal cakephp project. I felt frustrated when I realized that the sessions do not load when logging in.

Read the rest of this entry »

Comments (2) »

cakephp 1.2 RC1 is now available for download!

Yes, cakephp lovers may now download an 1.2 RC1 versionĀ  at http://cakephp.org/downloads.

I can’t wait to try it out its newest features and learn which are removed from previous versions and which areĀ  newly added.

No comment »

cannot add a new record when scaffolding in cakephp 1.2 ?

If it happens to you that when you add a new record when scaffolding in cakephp 1.2 beta version, check if your mysql version is 5.1 or later, and check in my.ini of your mysql server and remove that “STRICT_TRANS_TABLES” setting, and then your cake scaffold will work just fine.

(source: http://groups.google.fr/group/cake-php/browse_thread/thread/a0b1a35c1909d5db )

Note: I think this is just a temporary fix. I was informed in irc that this bug is already fixed. It is advisable to get the latest code thru svn.

No comment »