Re: postgresql on schema update

2014-04-01 Thread gavrielh
CakePHP Schema is great stuff - but we've moved onto something a bit more 
robust called Ruckusing Migrations.  This is not meant for CakePHP 
directly, would be cool to see some module within Cake or as an add on that 
did this, but if gives us a lot more flexibility and is well written. 
 Check it out here:

https://github.com/ruckus/ruckusing-migrations

Gary

On Saturday, March 29, 2014 12:24:38 PM UTC-7, learning wrote:
>
> Hi all the people, 
>
> using cakephp 2.3.4 when i update my schema table using postgresql 9.2 i'm 
> getting this error:
>
> Updating Database...
> reports: SQLSTATE[42601]: Syntax error: 7 ERROR:  error de sintaxis en o 
> cerca de «,»
> LINE 14:  ALTER COLUMN "tableParameters" TYPE ,
>
> Is possible that postgresql datasource was incomplete or wrong for 
> tableParameters fields structure?
>
> Thank you very much.
>

-- 
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 receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.


Re: CakeFest 2012' videos.

2013-02-11 Thread gavrielh
Is there any feedback on this - any chance these videos will be uploaded? 
 We're becoming huge CakePHP followers here and I think the advantage of 
having these videos on line will boost the overall community - very much 
interested in finding out more about this and if there's anything we can do 
help get these videos online.  I guess the real question is, do the videos 
exist?

On Tuesday, October 9, 2012 8:44:40 PM UTC-7, Milina Udara wrote:
>
> Hi,
> We are very thank full if any one can uplode the  'CakeFest 2012'  videos 
> to  CakeTV (http://tv.cakephp.org/events)
>
> On Saturday, September 8, 2012 11:30:26 PM UTC+5:30, Jean Traullé wrote:
>>
>> Hello everyone,
>>
>> Does anyone know if the CakeFest 2012' conferences were recorded?
>> If this is the case, have you got an idea of when they will be 
>> available on CakeTV (http://tv.cakephp.org/events)?
>>
>> Thank you in advance !
>> Jean
>>
>

-- 
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 receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Cake PHP User Management Plugin Eagle

2012-07-23 Thread gavrielh
The site links do not work - can't login as "admin" to test the site... 
 Looks cool, but little time to test without working.

On Monday, July 23, 2012 3:30:04 AM UTC-7, Albert 'Tigr' wrote:
>
>
>
> On Sunday, 22 July 2012 13:17:43 UTC+2, Steve wrote:
>>
>>
>> This Eagle Plugin was made for a user who is facing problem with 
>> Login/Registration and other issues. It has 56 features. Please don't 
>> concentrate on design, everything is code. 
>>
>
>
>
> Ok, where is the code then?
>
> Albert
>  
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Cake Bake Model Template - Access Field Data Within Template

2012-03-13 Thread gavrielh
Mark,

Thanks for the reply - but are these variables accessible in the Model 
template.  I can see them in the view template, but having problems 
accessing field names in the model template.

On Tuesday, March 13, 2012 2:02:59 AM UTC-7, gavrielh wrote:
>
> I'm trying to iterate over model fields within a custom Bake template - I 
> can't seem to figure out what variables might be available that would allow 
> me to iterate over the fields within the model.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Cake Bake Model Template - Access Field Data Within Template

2012-03-13 Thread gavrielh
I'm trying to iterate over model fields within a custom Bake template - I 
can't seem to figure out what variables might be available that would allow 
me to iterate over the fields within the model.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Custom Bake Fails

2012-03-13 Thread gavrielh
I figured this out - for anyone interested, there's a missing directory 
under vendors/shells that needs to be there for this to work.  The custom 
bake templates need to be placed in a folder (any name of your choosing 
except for default) under the following directory - 
/app/vendors/shells/templates/.

On Monday, March 12, 2012 7:01:41 PM UTC-7, gavrielh wrote:
>
> I've changed some of the controller actions within the bake template 
> and cannot seem to get Cake Bake to use these custom templates.  I 
> have Cake 1.3 installed in the following manner: 
>
> /var/www/cakephp(root install, added to environment variables) 
> /var/www/myapp  (application code) 
>
> I copied the cake bake templates from 
>
> /var/www/cakephp/cake/console/templates/default 
>
> to 
>
> /var/www/myapp/vendors/shells/custom 
>
> When I navigate to /var/www/myapp and run 
>
> cake bake controller person 
>
> I end up with the standard out of the box cake controller, not my 
> custom bake template. 
>
> Am I doing something wrong here?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Custom Bake Fails

2012-03-12 Thread gavrielh
I've changed some of the controller actions within the bake template
and cannot seem to get Cake Bake to use these custom templates.  I
have Cake 1.3 installed in the following manner:

/var/www/cakephp(root install, added to environment variables)
/var/www/myapp  (application code)

I copied the cake bake templates from

/var/www/cakephp/cake/console/templates/default

to

/var/www/myapp/vendors/shells/custom

When I navigate to /var/www/myapp and run

cake bake controller person

I end up with the standard out of the box cake controller, not my
custom bake template.

Am I doing something wrong here?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


CakePHP Web Developer Needed

2012-02-10 Thread gavrielh
We're looking for a developer that can jump in on a few projects with
us.  All projects are in CakePHP and will require some front end UI
work using JQuery.  In general, we're looking for someone that's
interested in on-going work and has some experience in working
remotely (unless you just happen to be located in Santa Cruz, CA).

Please contact me directly off list at gher...@jabico.com.

Thanks,

Gary Herman

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Newbie Question - Controller Model Binding

2011-07-06 Thread gavrielh
Just jumping into CakePHP and while I've gotten quite deep in the code
already, awesome by the way, I found one article that threw me for a
loop.  Basically it suggested that one should only create controllers
for database tables and for nothing else.  This seems a bit strange,
why would I not be able to create a controller for a backend class or
something not directly tied to the model?

Also, on a side note - I notice that a lot of my searches on Google
for CakePHP related topics return very old posts - is CakePHP still
alive and well?

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php