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 "CakeP

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('

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, `catego

Re: cakephp tutorial

2013-05-10 Thread steve van christie
rm->end(__('Login')); ?> any idea, suggestion or solution to achieve it? many thanks in advance best regards On Saturday, May 11, 2013 1:46:00 AM UTC+7, divyanshu das wrote: > @steve, for the user you inserted using mysql dump, the password field > encryption function ne

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: 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 201

Re: Cake CLI no longer works

2013-05-07 Thread steve van christie
; file or directohpry*. > > I also 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 > > > w

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

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: 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 r

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 b

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 wro

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 Sender: cake-php@googlegroups.com Date: Sun, 5 May 2013 04:29:50 To: Reply-To: cake-p

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 fro