2009-08-06

How to find enum options in PHP for cakephp

I created this Bakery article showing some code designed for CakePHP to find enum options automatically from any Model. You can also just copy the code and use it in any PHP app.

http://bakery.cakephp.org/articles/view/find-enum-options-with-a-function-on-any-model

No comments:

Post a Comment

Simple server load test with cron and ab (Linux)

Load testing "refers to the practice of modeling the expected usage of a software program by simulating multiple users accessing the p...