lecterror

Hating people since 1983

Home |  Articles RSS |  Comments RSS

Now available!

Search

 

Articles

  • News
  • Hatred
  • CakePHP
  • NeutrinoCMS
  • Misc

Downloads

  • Source code
  • NeutrinoCMS
  • B3S SubTranslator

Highest rated

  • Simple tweak for model relations in CakePHP
  • Being linked to is nice
  • IE sucks and can kiss my ass
  • Making a tableless model in CakePHP
  • Manually hashing password and password validation in CakePHP

Admin

  • Login
CakePHP: the rapid development php framework
Get Firefox

CakePHP

Articles related to CakePHP in some way.

CakePHP generic filter plugin

Posted in CakePHP on 02.01.2010.

Although cake takes good care of the basic CRUD functionality, I often need to do one more thing with my data. And that's filtering it. Or "searching", if you like it more that way.
Read more Posted in CakePHP » Last updated: 02.01.2010.
9 comments

Simple tweak for model relations in CakePHP

Posted in CakePHP on 30.06.2009.

What happens when you wait for half an hour to delete one row in your database? Investigation!
Read more Posted in CakePHP » Last updated: 30.06.2009.
6 comments

Advanced routing with CakePHP - one example

Posted in CakePHP on 03.06.2009.

Ever wondered how to make a route which has no controller/action name yet doesn't break your existing routes?
Read more Posted in CakePHP » Last updated: 19.06.2009.
9 comments

NetBeans and Vim

Posted in CakePHP on 14.04.2009.

NetBeans is the best PHP IDE out there, and Vim is the best general purpose text editor. What happens when you combine them?
Read more Posted in CakePHP » Last updated: 14.04.2009.
No comments

How to ask a question like a pro

Posted in CakePHP on 29.03.2009.

A lot of people tend to ask questions like plonkers. Therefore, I give you this guide to help you out in such situations. This guide is related to CakePHP, but it can be applied to virtually everything.
Read more Posted in CakePHP » Last updated: 21.06.2009.
No comments

Making a tableless model in CakePHP

Posted in CakePHP on 10.03.2009.

This question seems to pop up every now and then. Making a model without a table is actually very easy.
Read more Posted in CakePHP
3 comments

CakePHP development on Windows - tools of the trade

Posted in CakePHP on 07.03.2009.

I will try to list and review some of the tools I use every day to develop stuff with CakePHP. Most of these will be familiar, but hopefully you'll also find something new to add to your armoury.
Read more Posted in CakePHP » Last updated: 26.05.2009.
5 comments

All CakePHP ACL permissions for your views

Posted in CakePHP on 01.03.2009.

I've started intensifying my work on NeutrinoCMS again, and this is a sneak peek at the new ACL implementation. Or, a story of how I kicked ACL's ass.
Read more Posted in CakePHP
3 comments

CakePHP character encoding / special characters

Posted in CakePHP on 14.02.2009.

This question pops out often, and the solution is very simple.
Read more Posted in CakePHP » Last updated: 14.02.2009.
10 comments

Manually hashing password and password validation in CakePHP

Posted in CakePHP on 08.02.2009.

Sometimes you want to go avoid Cake's automagic password hashing for miscellaneous purposes, like additional validation, password strength tests and other things. This is very easy to accomplish.
Read more Posted in CakePHP » Last updated: 19.08.2009.
13 comments

Let me compare frameworks for a fee

Posted in CakePHP on 04.02.2009.

No, I am freaking serious. I will compare your framework, mom, dad, anything..for a fee.
Read more Posted in CakePHP » Last updated: 04.02.2009.
2 comments

FusionCharts plugin for CakePHP

Posted in CakePHP on 02.02.2009.

I've started working on a FusionCharts plugin for CakePHP. Lo and behold the first release.
Read more Posted in CakePHP » Last updated: 10.10.2009.
35 comments

Praying for CakePHP in NetBeans

Posted in CakePHP on 09.01.2009.

Started messing around with NetBeans 6.5 recently, and this is my impression.
Read more Posted in CakePHP » Last updated: 09.01.2009.
2 comments

Smashing Magazine PHP tips

Posted in CakePHP on 20.11.2008.

Smashing Magazine has smashed a list of "advanced tips" for PHP. Let's see..
Read more Posted in CakePHP » Last updated: 20.11.2008.
2 comments

CakePHP password hash issue

Posted in CakePHP on 13.11.2008.

Every now and then, a question of "weird password issue" with CakePHP comes up, with the symptom of password hash being displayed in the password form field.
Read more Posted in CakePHP » Last updated: 13.11.2008.
No comments

DownloadView - A MediaView replacement for CakePHP

Posted in CakePHP on 03.10.2008.

For those who want to use the MediaView for downloads only, this is a simple alternative with no worries about MIME type.
Read more Posted in CakePHP » Last updated: 03.10.2008.
2 comments

Simple CoalesceBehavior for CakePHP

Posted in CakePHP on 22.09.2008.

Although I won't be needing it any time soon, I've decided to create a tiny CoalesceBehavior, utilizing the SQL COALESCE function.
Read more Posted in CakePHP » Last updated: 22.09.2008.
No comments

CakePHP getting more popular

Posted in CakePHP on 11.09.2008.

It seems like CakePHP is getting more and more popular, and we all know why.
Read more Posted in CakePHP » Last updated: 11.09.2008.
4 comments

Code formatting and readability

Posted in CakePHP on 10.07.2008.

While rewriting bits of NeutrinoCMS, I've noticed a slight error in judgment on my behalf. I was following what I consider to be bad code formatting, though some will surely disagree.
Read more Posted in CakePHP » Last updated: 10.07.2008.
2 comments

Creating robots.txt for CakePHP apps

Posted in CakePHP on 09.07.2008.

Sometimes you just don't want to index/crawl parts of your site. Learn how to automate this with CakePHP and robots.txt
Read more Posted in CakePHP » Last updated: 09.03.2010.
6 comments

RememberMe component, the final word

Posted in CakePHP on 01.07.2008.

This is really starting to be annoying, but it is also showing how much one can evolve by learning CakePHP in more detail.
Read more Posted in CakePHP » Last updated: 01.07.2008.
19 comments

Creating a select box for a related model

Posted in CakePHP on 26.06.2008.

Since this question has been asked many times, here it is in a form of short tutorial. Hopefully someone will find it useful.
Read more Posted in CakePHP » Last updated: 03.07.2008.
12 comments

Is CakePHP good for you?

Posted in CakePHP on 16.06.2008.

How would you know if CakePHP is good for you? What do you need to start baking?
Read more Posted in CakePHP » Last updated: 16.06.2008.
No comments

Using EmailComponent in CakePHP 1.2

Posted in CakePHP on 28.05.2008.

It seems like people still have problems with EmailComponent, so here's a short tutorial.
Read more Posted in CakePHP » Last updated: 25.02.2009.
9 comments

MediaView is a bleeding bastard

Posted in CakePHP on 08.05.2008.

Due to some issues with my downloads, I've decided to try MediaView. Too bad for me.
Read more Posted in CakePHP » Last updated: 08.05.2008.
3 comments

Why was Cake meant to be for me

Posted in CakePHP on 30.04.2008.

My ancestors wanted me to work with CakePHP. Why? Read on...
Read more Posted in CakePHP » Last updated: 30.04.2008.
2 comments

RememberMe component for CakePHP

Posted in CakePHP on 29.04.2008.

I've decided to make my "remember me" feature a bit better by creating a component.
Read more Posted in CakePHP » Last updated: 01.07.2008.
7 comments

Possible new project in CakePHP

Posted in CakePHP on 28.04.2008.

It seems like I might get a chance to promote CakePHP at work.
Read more Posted in CakePHP » Last updated: 28.04.2008.
2 comments

Changes at the top of the Cake

Posted in CakePHP on 18.04.2008.

There has been some discussion on who should be the lead developer of CakePHP. Here is my 2c.
Read more Posted in CakePHP » Last updated: 18.04.2008.
No comments

Simple hitcount behavior for CakePHP

Posted in CakePHP on 07.04.2008.

While developing Neutrino, I've decided to implement a simple hitcount behavior. So here it is.
Read more Posted in CakePHP » Last updated: 30.06.2009.
5 comments

Simple DB based configuration for CakePHP apps

Posted in CakePHP on 21.03.2008.

A simple yet effective way to store your settings in the database and make them available everywhere.
Read more Posted in CakePHP » Last updated: 21.03.2008.
4 comments

CakePHP and FormHelper - too much magic?

Posted in CakePHP on 21.03.2008.

Last night, I ran into a slight problem with my forms and submitting articles on my dev platform. It seems like the problem lies in Cake's own FormHelper...
Read more Posted in CakePHP » Last updated: 21.03.2008.
2 comments

Which version of CakePHP is good for you?

Posted in CakePHP on 05.03.2008.

I've seen this question asked over and over again: should I use 1.1 or 1.2 beta? Well, here it is once and for all.
Read more Posted in CakePHP » Last updated: 18.04.2008.
2 comments

CakePHP community and the bleeding hell

Posted in CakePHP on 21.02.2008.

It seems like the Cake community has some issues with snobs and noobs and no one is winning. What a splendid thing indeed.
Read more Posted in CakePHP » Last updated: 22.02.2008.
No comments

CakePHP and the infamous "remember me" cookie

Posted in CakePHP on 13.02.2008.

There have been some posts and numerous questions on how to implement the "remember me" checkbox on user login. It seems like I've managed to accomplish this. It may not be the best way to do it, but it works.
Read more Posted in CakePHP » Last updated: 03.07.2008.
8 comments

Baking with Markdown and dp.SyntaxHighlighter

Posted in CakePHP on 06.02.2008.

Creating a content editor with has never been easier. All you need is Markdown and dp.SyntaxHighlighter!
Read more Posted in CakePHP » Last updated: 19.02.2008.
No comments
© lecterror 2008 - 3827 | Original design by: styleshout | Powered by: NeutrinoCMS
Home |  Articles RSS |  Comments RSS