Re: User Management Plugin Cakephp 2

2012-05-10 Thread Sam Sherlock
extending the Users plugin into your App makes it easy to customise the the
plugins functionality
and then you can add acl and stuff.

 - S




On 10 May 2012 05:06, Steven Scaffidi ssca...@gmail.com wrote:

 Thank you for the advice. I honestly just want to see how they do the
 email confirmation, lost passwords, and all of that stuff. I will be
 developing my own ACL app.

 On Tuesday, May 8, 2012 10:55:26 AM UTC-5, Điển vũ wrote:

 https://github.com/cakedc
 search *users* , this plugin is stable at 95%  , 5% isn't stable . but
 it is good, you can see and get code from it .
 Now , it is best, if you develop users magnagement for yourself. Then you
 can easier to fix any errors happen.

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


-- 
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: User Management Plugin Cakephp 2

2012-05-09 Thread Steven Scaffidi
Thank you for the advice. I honestly just want to see how they do the email 
confirmation, lost passwords, and all of that stuff. I will be developing 
my own ACL app.

On Tuesday, May 8, 2012 10:55:26 AM UTC-5, Điển vũ wrote:

 https://github.com/cakedc 
 search *users* , this plugin is stable at 95%  , 5% isn't stable . but it 
 is good, you can see and get code from it .
 Now , it is best, if you develop users magnagement for yourself. Then you 
 can easier to fix any errors happen.


-- 
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: User Management Plugin Cakephp 2

2012-05-08 Thread Điển vũ
https://github.com/cakedc 
search *users* , this plugin is stable at 95%  , 5% isn't stable . but it 
is good, you can see and get code from it .
Now , it is best, if you develop users magnagement for yourself. Then you 
can easier to fix any errors happen.

-- 
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: User Management Plugin Cakephp 2

2012-05-08 Thread Điển vũ
https://github.com/cakedc 
search *users* , this plugin stable at 95%  , 5% isn't table . but it is 
good, you can see and get code from it .
Now , it is best, if you develop users magnagement for yourself. Then you 
can easier to fix any errors happen.

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


User Management Plugin Cakephp 2

2012-05-06 Thread Steven Scaffidi
Hi I'm using a user management plugin for cakephp. The one I'm using can be 
found here: http://usermgmt.ektasoftwares.com/

Has anyone ever used this plugin? For some reason I can't get the 
permissions to work. For example, I create another user (as a user not 
admin) and I gave users permission to edit their profile through the admin 
side. However, when I go to the user side I can't edit my profile - it just 
says access denied and tells me to go back to the dashboard...I checked the 
database in myphpadmin and the table seems to be correct for the particular 
row I'm talking about. I don't understand why it isn't working. 

If anyone can help with this problem or just recommend another plugin 
similar I'd really appreciate it.

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


plugin cakephp

2011-10-18 Thread kika
please help me

who know how to make a simple plugin and communicate it whitin the
application
im a starter in cakephp im learning the documentation but i didnt find
how do it
please if do you have a tutoriel or video or slider help me
thanks evrybady !!!

-- 
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: plugin cakephp

2011-10-18 Thread Dee Johnson
I am assuming that you want to make a component?  If so please read the 
following and let us know if this is what you would like to do.

http://book.cakephp.org/view/996/Creating-Components

also (shot in the dark) read this 

http://book.cakephp.org/view/1073/Creating-Behaviors

-- 
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: plugin cakephp

2011-10-18 Thread pedro rojo
no Mr i want make a plugin and inter it in my application i didnt find a
tutorial for this subject
it's urgent please

-- 
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: plugin cakephp

2011-10-18 Thread Dee Johnson
what type of plugin?

-- 
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: plugin cakephp

2011-10-18 Thread Dee Johnson
http://book.cakephp.org/view/1112/Creating-a-Plugin

try this

-- 
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: plugin cakephp

2011-10-18 Thread pedro rojo
thanks for your help but the problem :
how to communicate my plugin with my application how to let the controllers,
view the models etr plugin communicate with the controllers, models and view
my application?
do you have one idea? please :)

-- 
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: plugin cakephp

2011-10-18 Thread zuha
Plugin communication is typically pretty simple.  Here's one example that 
might get you started...

// In my Users Plugin, which I want to relate to my Galleries Plugin

var $hasMany = array(
'Gallery' = array(
'className' = 'Galleries.Gallery',
'foreignKey' = 'foreign_key',
'dependent' = true,
),
  );

^^^ Galleries is the name of the plugin, and Gallery is the model within 
that plugin. 

// You might also do plugin to non-plugin communication, or non-plugin to 
non-plugin, if say the Gallery model is in /app/Model/Gallery.php 

var $hasMany = array(
'Gallery' = array(
'className' = 'Gallery',
'foreignKey' = 'foreign_key',
'dependent' = true,
),
 );

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