June 19, 2008
· Filed under Developer, PHP, PHP frameworks, PHPUGPH, Programming, Web Development, cakephp · Tagged cakephp 1.2 RC1, learn the web, cakephp 1.2b
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!).
June 12, 2008
· Filed under PHP, PHP frameworks, Programming, cakephp, personal, personal project · Tagged cakephp, PHP frameworks, cakephp 1.2, 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 »
June 5, 2008
· Filed under PHP, PHP frameworks, Programming, cakephp · Tagged cakephp 1.2 RC1, PHP frameworks
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.