Re: create has many link

2013-05-15 Thread steve van christie
i'm trying to create it, but still can't work as expected. *Controller/AppController.php* class AppController extends Controller { public function beforeFilter() { $this-Auth-allow('index'); $this-loadModel('Category'); $this-set('categories', $this-Category-find('all',

Re: Research about frameworks

2013-05-15 Thread steve van christie
please take a look at : http://en.wikipedia.org/wiki/Comparison_of_web_application_frameworks best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups

create has many link

2013-05-13 Thread steve van christie
hi folks, i have tables with 'has many' relationship. *tables* CREATE TABLE `categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category` varchar(255) NOT NULL, PRIMARY KEY (`id`)); CREATE TABLE `products` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL,

Re: cakephp tutorial

2013-05-10 Thread steve van christie
thank you so much for your pointer divyanshu das, i've followed the tutorial on book, but found a strange things. i can't login with the user i've inserted via mysql dump. for the users i've input via form can login. actually i'm generated the code via cake bake (cake bake model all, cake bake

Re: cakephp tutorial

2013-05-10 Thread steve van christie
basically whenever you set 'admin' = true, it automatically checks for admin_prefix function. On Fri, May 10, 2013 at 2:19 PM, steve van christie steve.van...@gmail.com javascript: wrote: thank you so much for your pointer divyanshu das, i've followed the tutorial on book, but found a strange

Re: Unable to run application using scaffolding technique

2013-05-08 Thread steve . van . christie
Did you already define training models and tables? P.s. Please try cake bake and learned the code first using your database Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: sprad...@solutionstreet.com Sender: cake-php@googlegroups.com Date: Wed, 8 May

Re: Cake CLI no longer works

2013-05-07 Thread steve van christie
tried apt-get install cakep and it did in fact add cake to /usr/bin but a I am still greeted with *: No such file or directory *when executing cake bake. On Mon, May 6, 2013 at 9:23 PM, steve van christie steve.van...@gmail.comjavascript: wrote: assume you have download and extract

cakephp tutorial

2013-05-06 Thread steve van christie
hi i want to learn the simple cake php application that have admin (with login) and user default. is there any web references to learn cakephp tutorial like that? right now, i'm just learn the code from the code generated by cake bake, but i face the problem about the login admin separate

Re: Cake CLI no longer works

2013-05-06 Thread steve . van . christie
Please try to download cakephp new version on website and then test run cake bake on app/Console/cake bake Sent from my BlackBerry® powered by Sinyal Kuat INDOSAT -Original Message- From: Ed Propsner crotchf...@gmail.com Sender: cake-php@googlegroups.com Date: Sun, 5 May 2013 04:29:50

Re: Migrate from 1.3 to 2x

2013-05-06 Thread steve van christie
when the version 3.x is released? * [image: 黄祥] スティファン クリスティ (黄祥) Stifan Kristi (Kou Shou) ジャカルタ、 インドネシア Jakarta, Indonesia 携帯。 +六二 八一八 七八三 一一八 Cell. +62 818 783 118 ウェブサイト : http://stevevanchristie.net Website : http://stevevanchristie.net * On Mon, May 6, 2013 at 12:31 PM, Reuben

Re: Migrate from 1.3 to 2x

2013-05-06 Thread steve van christie
2.x, though, is easily upgradable using existing UpgradeShells and some minor manual tweaks how to do that? is it running in phpcake cli? best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Re: Security Release - CakePHP 1.2.12, 1.3.16, 2.2.8 and 2.3.4

2013-05-06 Thread steve van christie
is it available on cakephp download page? best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups CakePHP group. To unsubscribe from this group and stop

Re: 3.0: a peek into CakePHP's future

2013-05-06 Thread steve van christie
is version 3.x. support upgrade from previous version? just a suggestion, why not use something like backward compatiblity like the others framework have. best regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this

Re: Cake CLI no longer works

2013-05-06 Thread steve van christie
assume you have download and extract and rename it on your home desktop in cakephp folder : please try execute this on your terminal ~/Desktop/cakephp/app/Console/cake bake another solution is using apt-get install for install cakephp, it will automatically add cake in bin system folder. best