Use cake console with XAMPP

If you have problem while running cake console scripts for your LAMPP installation and get an error like './cake: line 34: exec: php: not found', fix this problem by editing 'cake' shell script and changing line PLAIN TEXT CODE: exec php -q ${LIB}cake.php "$@" -working "${APP}" to PLAIN TEXT CODE: exec /opt/lampp/bin/php -q ${LIB}cake.php "$@" [...]

Read full story · Comments { 2 }

PHP array to JSON in CakePHP

It is an often asked question on the CakePHP google groups, how to pass a php array to javascript. The answer is to convert the PHP array to JSON, I have seen several solutions recommended which included using vendor classes, the PHP 5 extension for JSON - however the recommended way is to use the [...]

Read full story · Comments { 8 }

SANIsoft moves to new premises.

After operating exactly 9 years out of 361, Shankarnagar, Nagpur; SANIsoft office has shifted to a newer, swankier, larger premises at 15, Shah layout, Atomic Energy Road, Wadi, Nagpur. Well, swankier, if you consider all new machines with LCD monitors, Huge TV screens, a pantry with healthy food (read minus coke or potato chips) as [...]

Read full story · Comments { 6 }