CakePHP 3.x CMS?

2016-03-01 Thread Dakota
Croogo is currently being upgraded. Would be great if you could help out :)

-- 
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup

We will soon be closing this Google Group. But don't worry, we have something 
better coming. Stay tuned for an updated from the CakePHP Team soon.

Like Us on FaceBook https://www.facebook.com/CakePHP
Follow 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.
For more options, visit https://groups.google.com/d/optout.


CakePHP 3.x CMS?

2016-03-01 Thread calzone
Are there any current CMS packages out there that are built on CakePHP 3.x?

Seems like all the Cake CMS I can find are abandoned or old and almost 
abandoned projects.  I remember trying one last year and find it wouldn't 
even set up correctly out of the box.

The point of a CMS is to not have to work to get up and running. If I 
wanted to work, I may as well just use CakePHP by itself.

Well, almost.  The issue is that I need to empower totally non-technical 
people to update content on a website, but I want to be able to customize 
it and tweak it myself to do specialized tasks the way we want, tasks that 
are not really well-supported with a traditional CMS or might require 
trying out plugin after plugin hoping to find the right one when I know I 
could just code it myself.

Given that, however, I don't have the bandwidth in my company to actually 
create a CMS using CakePHP for the non-techies.

More explanation than necessary perhaps, but I hope it makes clear why I 
seek a CakePHP CMS as opposed to just using CakePHP or just using some 
other CMS.

-- 
Sign up for our Newsletter for updates.
http://cakephp.org/newsletter/signup

We will soon be closing this Google Group. But don't worry, we have something 
better coming. Stay tuned for an updated from the CakePHP Team soon.

Like Us on FaceBook https://www.facebook.com/CakePHP
Follow 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.
For more options, visit https://groups.google.com/d/optout.


[Off-Topic] CMS for CakePHP v3.0

2015-04-20 Thread ChrisApps
Hi, I would like to share with this community a project I've been working 
on for a while, QuickAppsCMS v2.0, a simple CMS powered by CakePHP v3.0 
that I'm sure more than one would like to delve further. Please feel free 
to contact if you need help or any information:


*Overview*

QuickAppsCMS is a free open source CMS released under GPL license and 
inspired by most of the popular CMS. A robust application fully expandable 
and capable of manage
virtually any website, easy for both developers and users to work with.

*About 2.0*

The v2.x branch is the first version of thi CMS built on top of CakePHP 
v3.0. This major release causes QuickAppsCMS to be incompatible with any 
previous version (1.x), however we are introducing several exciting new 
features, all aimed to facilitate developers to extend this platform.

For installation instructions and further details please check the official 
repository at GitHub:
https://github.com/quickapps/cms

---

P.S.: We are also looking for translators as the only currently available 
language is English (Your help translating would be well received).


Best regards!
Chris

-- 
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: can any body suggest me to create cms in cakephp from scratch

2014-04-25 Thread Marcelo F Andrade
On Thu, Apr 24, 2014 at 3:34 PM, Ankit balyan ankit.kr.bal...@gmail.com wrote:
 i have start using cakephp recent and much friendly with its important
 api's, but now i want to create a simple cms with cakephp, so that my most
 of the basics and doublts clear and so develop large projects.
 thank you.

Start with the CakePHP blog tutorial.  After finished, write us your
next impressions and needs.

http://book.cakephp.org/2.0/en/getting-started.html

Regards.

MARCELO F ANDRADE | Belem, Amazonia, Brazil | http://about.me/mfandrade

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


can any body suggest me to create cms in cakephp from scratch

2014-04-24 Thread Ankit balyan
i have start using cakephp recent and much friendly with its important api's, 
but now i want to create a simple cms with cakephp, so that my most of the 
basics and doublts clear and so develop large projects.
thank you.

-- 
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: php cms and rewriteRule and cakephp routes

2013-05-30 Thread Dakota
You should put the piwik folder inside your webroot/ folder. CakePHP 
directly serves any files inside webroot without parsing them through it's 
internal router.

On Monday, 20 May 2013 05:22:07 UTC+2, Mehrdad Dadkhah wrote:

 hi 

 I have this folders in the host root: 

 app 
 lib 
 plugins 
 vendors 
 piwik 

 piwik is a php cms (just php no framework) 

 but this address (mySite.com/piwik) don't go to /piwik folder and 
 wan't to use rewriteRule and cakephp routes for it 
 I try lot of htaccess codes to resolve it but it didn't work 
 somthing like: 

 IfModule mod_rewrite.c 
RewriteEngine on 
RewriteCond %{REQUEST_URI} !^/piwik/ 
RewriteRule^piwik -[L] 
RewriteRule^$ app/webroot/[L] 
RewriteRule(.*) app/webroot/$1 [L] 
 /IfModule 

 and  

 how can resolve this problem? 

 thanks in advance 


-- 
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: php cms and rewriteRule and cakephp routes

2013-05-30 Thread iFemke
We use our own CMS with CakePHP websites (we're currently translating our 
own cms into a new cakephp cms.). We use the same structure as you, (app, 
lib, plugins, vendors, cms) and we don't do anything with the .htaccess 
files inside the cakephp part (we also use routes, but don't create a /cms 
route especially). We do have this inside our cms map in the .htaccess:
RewriteEngine On
RewriteBase /

RewriteRule ^(.*)/(.*)/(.*)/(.*)/(.*)/$ 
cms/?module=$1page=$2pagenumber=$3get4=$4get5=$5 [L]
RewriteRule ^(.*)/(.*)/(.*)/(.*)/$ cms/?module=$1page=$2pagenumber=$3get4=$4 
[L]
RewriteRule ^(.*)/(.*)/(.*)/$ cms/?module=$1page=$2pagenumber=$3 [L]
RewriteRule ^(.*)/(.*)/$ cms/?module=$1page=$2 [L]
RewriteRule ^(.*)/$ cms/?module=$1 [L]

We can access our cms at websitename.com/cms. I hope something like this 
will also work for you!

-- 
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: php cms and rewriteRule and cakephp routes

2013-05-29 Thread Mehrdad Dadkhah
thanks
I use it

IfModule mod_rewrite.c
   RewriteEngine on
   RewriteCond %{REQUEST_URI} !^/piwik/*
   RewriteRule^$ app/webroot/[L]
   RewriteCond %{REQUEST_URI} !^/piwik/*
   RewriteRule(.*) app/webroot/$1 [L]
/IfModule

and it's work 

-- 
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: php cms and rewriteRule and cakephp routes

2013-05-20 Thread André Luis
Just put another .htaccess witch has it´s own rewriteRules inside piwik 
folder, OR, put this piwik folder inside /app/webroot folder

Em segunda-feira, 20 de maio de 2013 00h22min07s UTC-3, Mehrdad Dadkhah 
escreveu:

 hi 

 I have this folders in the host root: 

 app 
 lib 
 plugins 
 vendors 
 piwik 

 piwik is a php cms (just php no framework) 

 but this address (mySite.com/piwik) don't go to /piwik folder and 
 wan't to use rewriteRule and cakephp routes for it 
 I try lot of htaccess codes to resolve it but it didn't work 
 somthing like: 

 IfModule mod_rewrite.c 
RewriteEngine on 
RewriteCond %{REQUEST_URI} !^/piwik/ 
RewriteRule^piwik -[L] 
RewriteRule^$ app/webroot/[L] 
RewriteRule(.*) app/webroot/$1 [L] 
 /IfModule 

 and  

 how can resolve this problem? 

 thanks in advance 


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




php cms and rewriteRule and cakephp routes

2013-05-19 Thread Mehrdad Dadkhah
hi

I have this folders in the host root:

app
lib
plugins
vendors
piwik

piwik is a php cms (just php no framework)

but this address (mySite.com/piwik) don't go to /piwik folder and
wan't to use rewriteRule and cakephp routes for it
I try lot of htaccess codes to resolve it but it didn't work
somthing like:

IfModule mod_rewrite.c
   RewriteEngine on
   RewriteCond %{REQUEST_URI} !^/piwik/
   RewriteRule^piwik -[L]
   RewriteRule^$ app/webroot/[L]
   RewriteRule(.*) app/webroot/$1 [L]
/IfModule

and 

how can resolve this problem?

thanks in advance

-- 
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: New CMS for CakePHP

2013-03-18 Thread mrenigma
Looks Great! Well done

On Saturday, March 16, 2013 3:53:58 PM UTC, Pinguim Ch wrote:

 Hi, my names is Willy Chagas I'm from Brazil (sorry my english is bad) I 
 like to present the CakeCMS, this is Content Management System.

 *http://www.cakecms.com.br/* http://www.cakecms.com.br/

 *Features*

- ACL controll
- Blog system
- Pages system
- Order menu
- Gallery Images
- User controll
- Others

 I'm not good developer,  I like contribute open source. Anyone would like 
 to contribute with CakeCMS?

 what do you think?


 Thanks...


-- 
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: New CMS for CakePHP

2013-03-18 Thread Nathaniel Sumaya
looks good!! great contribution to the open souce community

On Mon, Mar 18, 2013 at 5:34 PM, mrenigma robertgah...@gmail.com wrote:

 Looks Great! Well done

 On Saturday, March 16, 2013 3:53:58 PM UTC, Pinguim Ch wrote:

 Hi, my names is Willy Chagas I'm from Brazil (sorry my english is bad) I
 like to present the CakeCMS, this is Content Management System.

 *http://www.cakecms.com.br/* http://www.cakecms.com.br/

 *Features*

- ACL controll
- Blog system
- Pages system
- Order menu
- Gallery Images
- User controll
- Others

 I'm not good developer,  I like contribute open source. Anyone would like
 to contribute with CakeCMS?

 what do you think?


 Thanks...

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






-- 
Thanks and Best Regards,
Nathaniel N. Sumaya

-- 
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: New CMS for CakePHP

2013-03-17 Thread rchavik


On Saturday, 16 March 2013 22:53:58 UTC+7, Pinguim Ch wrote:

 Hi, my names is Willy Chagas I'm from Brazil (sorry my english is bad) I 
 like to present the CakeCMS, this is Content Management System.

 *http://www.cakecms.com.br/* http://www.cakecms.com.br/

 *Features*

- ACL controll
- Blog system
- Pages system
- Order menu
- Gallery Images
- User controll
- Others

 I'm not good developer,  I like contribute open source. Anyone would like 
 to contribute with CakeCMS?

 what do you think?


Far out!!

This is awesome. 

-- 
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: New CMS for CakePHP

2013-03-17 Thread Ganapathi Raman
YesI can...:)

On Sun, Mar 17, 2013 at 10:57 AM, Uziel Barbosa cont...@uzielbarbosa.com.br
 wrote:

 Great!
 Do you know Croogo? (http://croogo.org)



 On Sat, Mar 16, 2013 at 3:26 PM, Julien Itard julienit...@gmail.comwrote:

 Hi !
 I like the design of the admin panel

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






 --
 Uziel Barbosa
 IFAL

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




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




New CMS for CakePHP

2013-03-16 Thread Pinguim Ch
Hi, my names is Willy Chagas I'm from Brazil (sorry my english is bad) I 
like to present the CakeCMS, this is Content Management System.

*http://www.cakecms.com.br/* http://www.cakecms.com.br/

*Features*

   - ACL controll
   - Blog system
   - Pages system
   - Order menu
   - Gallery Images
   - User controll
   - Others

I'm not good developer,  I like contribute open source. Anyone would like 
to contribute with CakeCMS?

what do you think?


Thanks...

-- 
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: New CMS for CakePHP

2013-03-16 Thread Julien Itard
Hi !
I like the design of the admin panel

-- 
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: New CMS for CakePHP

2013-03-16 Thread Uziel Barbosa
Great!
Do you know Croogo? (http://croogo.org)



On Sat, Mar 16, 2013 at 3:26 PM, Julien Itard julienit...@gmail.com wrote:

 Hi !
 I like the design of the admin panel

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






-- 
Uziel Barbosa
IFAL

-- 
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: CMS with cakephp

2012-07-03 Thread Davor Ilic
i also agree Tarique and Chetan Patel
2012/6/28 Chetan Patel chetanspeed511...@gmail.com

 You have another option for CMS in cakephp

 http://www.quickappscms.org/

 Thanks
 Chetan


 On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.com wrote:

 Just use Croogo

 http://croogo.org/


 On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if I
 want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,

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


-- 
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: CMS with cakephp

2012-07-03 Thread Mohammad Naghavi
I wanted once to start working on a MODULE that can replace the static
pages but not more than that. I mean having a complete CMS is sometimes not
the right solution because I just want to replace the static pages and the
way they are edited statically with a dynamic online solution where pages
could be edited online but leave other parts of the system intact. This
comes to me a much better solution when you are talking about a framework.
However if you are talking about a CMS then you would better go with
already done works like the ones mentioned above.

MN


On Tue, Jul 3, 2012 at 9:42 AM, Davor Ilic webfa...@gmail.com wrote:

 i also agree Tarique and Chetan Patel

 2012/6/28 Chetan Patel chetanspeed511...@gmail.com

 You have another option for CMS in cakephp

 http://www.quickappscms.org/

 Thanks
 Chetan


 On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.comwrote:

 Just use Croogo

 http://croogo.org/


 On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if
 I want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,

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


  --
 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: CMS with cakephp

2012-07-03 Thread Marcelo Custódio
So what are the advantages of Croogo and QuickAppsCMS over Wordpress, an
easy-to-use and very popular CMS ?



Abraços,

MARCELO CUSTÓDIO




On Tue, Jul 3, 2012 at 5:29 AM, Mohammad Naghavi moham...@gmail.com wrote:

 I wanted once to start working on a MODULE that can replace the static
 pages but not more than that. I mean having a complete CMS is sometimes not
 the right solution because I just want to replace the static pages and the
 way they are edited statically with a dynamic online solution where pages
 could be edited online but leave other parts of the system intact. This
 comes to me a much better solution when you are talking about a framework.
 However if you are talking about a CMS then you would better go with
 already done works like the ones mentioned above.

 MN


 On Tue, Jul 3, 2012 at 9:42 AM, Davor Ilic webfa...@gmail.com wrote:

 i also agree Tarique and Chetan Patel

 2012/6/28 Chetan Patel chetanspeed511...@gmail.com

 You have another option for CMS in cakephp

 http://www.quickappscms.org/

 Thanks
 Chetan


 On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.comwrote:

 Just use Croogo

 http://croogo.org/


 On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if
 I want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,

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


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


-- 
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: CMS with cakephp

2012-07-03 Thread lowpass
Wordpress isn't CakePHP, which can be handy if the site requires more
than just simple CMS capabilities.

On Tue, Jul 3, 2012 at 11:06 AM, Marcelo Custódio
marcelocusto...@gmail.com wrote:
 So what are the advantages of Croogo and QuickAppsCMS over Wordpress, an
 easy-to-use and very popular CMS ?



 Abraços,

 MARCELO CUSTÓDIO





 On Tue, Jul 3, 2012 at 5:29 AM, Mohammad Naghavi moham...@gmail.com wrote:

 I wanted once to start working on a MODULE that can replace the static
 pages but not more than that. I mean having a complete CMS is sometimes not
 the right solution because I just want to replace the static pages and the
 way they are edited statically with a dynamic online solution where pages
 could be edited online but leave other parts of the system intact. This
 comes to me a much better solution when you are talking about a framework.
 However if you are talking about a CMS then you would better go with already
 done works like the ones mentioned above.

 MN


 On Tue, Jul 3, 2012 at 9:42 AM, Davor Ilic webfa...@gmail.com wrote:

 i also agree Tarique and Chetan Patel

 2012/6/28 Chetan Patel chetanspeed511...@gmail.com

 You have another option for CMS in cakephp

 http://www.quickappscms.org/

 Thanks
 Chetan


 On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.com
 wrote:

 Just use Croogo

 http://croogo.org/


 On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if
 I want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,

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


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


 --
 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: CMS with cakephp

2012-07-03 Thread Marcelo Custódio
Well, in a certain way, I foresaw that answer. Thanks. The remaing
question: are they as easy to use as WP ?

Thanks again

Abraços,

MARCELO CUSTÓDIO





On Tue, Jul 3, 2012 at 5:35 PM, lowpass zijn.digi...@gmail.com wrote:

 Wordpress isn't CakePHP, which can be handy if the site requires more
 than just simple CMS capabilities.

 On Tue, Jul 3, 2012 at 11:06 AM, Marcelo Custódio
 marcelocusto...@gmail.com wrote:
  So what are the advantages of Croogo and QuickAppsCMS over Wordpress, an
  easy-to-use and very popular CMS ?
 
 
 
  Abraços,
 
  MARCELO CUSTÓDIO
 
 
 
 
 
  On Tue, Jul 3, 2012 at 5:29 AM, Mohammad Naghavi moham...@gmail.com
 wrote:
 
  I wanted once to start working on a MODULE that can replace the static
  pages but not more than that. I mean having a complete CMS is sometimes
 not
  the right solution because I just want to replace the static pages and
 the
  way they are edited statically with a dynamic online solution where
 pages
  could be edited online but leave other parts of the system intact. This
  comes to me a much better solution when you are talking about a
 framework.
  However if you are talking about a CMS then you would better go with
 already
  done works like the ones mentioned above.
 
  MN
 
 
  On Tue, Jul 3, 2012 at 9:42 AM, Davor Ilic webfa...@gmail.com wrote:
 
  i also agree Tarique and Chetan Patel
 
  2012/6/28 Chetan Patel chetanspeed511...@gmail.com
 
  You have another option for CMS in cakephp
 
  http://www.quickappscms.org/
 
  Thanks
  Chetan
 
 
  On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.com
  wrote:
 
  Just use Croogo
 
  http://croogo.org/
 
 
  On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:
 
  Dear All,
 
  If everyone between cakephp 1.3 and cakephp 2x. which one is better
 if
  I want to make website with unlimited content management system.
 
  Please let me know if anyone know about this.
 
  Sincerely Yours,
  Mr. Manager,
 
  --
  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
 
 
  --
  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
 
 
  --
  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


-- 
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: CMS with cakephp

2012-07-03 Thread Greg Skerman
both have live demos, you can go try it and decide the answer to that
yourself.

For what its worth, even though WP is easy to use from a user/admin
perspective, I find authoring plugins and extending functionality on WP to
be an absolute headache...doesn't feel very developer friendly to me.


On Wed, Jul 4, 2012 at 10:59 AM, Marcelo Custódio marcelocusto...@gmail.com
 wrote:

 Well, in a certain way, I foresaw that answer. Thanks. The remaing
 question: are they as easy to use as WP ?

 Thanks again

 Abraços,

 MARCELO CUSTÓDIO






 On Tue, Jul 3, 2012 at 5:35 PM, lowpass zijn.digi...@gmail.com wrote:

 Wordpress isn't CakePHP, which can be handy if the site requires more
 than just simple CMS capabilities.

 On Tue, Jul 3, 2012 at 11:06 AM, Marcelo Custódio
 marcelocusto...@gmail.com wrote:
  So what are the advantages of Croogo and QuickAppsCMS over Wordpress, an
  easy-to-use and very popular CMS ?
 
 
 
  Abraços,
 
  MARCELO CUSTÓDIO
 
 
 
 
 
  On Tue, Jul 3, 2012 at 5:29 AM, Mohammad Naghavi moham...@gmail.com
 wrote:
 
  I wanted once to start working on a MODULE that can replace the static
  pages but not more than that. I mean having a complete CMS is
 sometimes not
  the right solution because I just want to replace the static pages and
 the
  way they are edited statically with a dynamic online solution where
 pages
  could be edited online but leave other parts of the system intact. This
  comes to me a much better solution when you are talking about a
 framework.
  However if you are talking about a CMS then you would better go with
 already
  done works like the ones mentioned above.
 
  MN
 
 
  On Tue, Jul 3, 2012 at 9:42 AM, Davor Ilic webfa...@gmail.com wrote:
 
  i also agree Tarique and Chetan Patel
 
  2012/6/28 Chetan Patel chetanspeed511...@gmail.com
 
  You have another option for CMS in cakephp
 
  http://www.quickappscms.org/
 
  Thanks
  Chetan
 
 
  On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.com
  wrote:
 
  Just use Croogo
 
  http://croogo.org/
 
 
  On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:
 
  Dear All,
 
  If everyone between cakephp 1.3 and cakephp 2x. which one is
 better if
  I want to make website with unlimited content management system.
 
  Please let me know if anyone know about this.
 
  Sincerely Yours,
  Mr. Manager,
 
  --
  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
 
 
  --
  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
 
 
  --
  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


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

Re: CMS with cakephp

2012-06-28 Thread Miles J
Just use Croogo

http://croogo.org/

On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if I 
 want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,


-- 
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: CMS with cakephp

2012-06-28 Thread Chetan Patel
You have another option for CMS in cakephp

http://www.quickappscms.org/

Thanks
Chetan

On Thu, Jun 28, 2012 at 12:19 PM, Miles J mileswjohn...@gmail.com wrote:

 Just use Croogo

 http://croogo.org/


 On Wednesday, June 27, 2012 8:25:25 PM UTC-7, Mr. Manager wrote:

 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if I
 want to make website with unlimited content management system.

 Please let me know if anyone know about this.

 Sincerely Yours,
 Mr. Manager,

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


CMS with cakephp

2012-06-27 Thread Mr. Manager
Dear All,

If everyone between cakephp 1.3 and cakephp 2x. which one is better if I 
want to make website with unlimited content management system.

Please let me know if anyone know about this.

Sincerely Yours,
Mr. Manager,

-- 
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: CMS with cakephp

2012-06-27 Thread Dr. Tarique Sani
I assume your project will be in development for some time so use
CakePHP 2.2.0RC2  - When it comes to cakePHP always use the latest

Cheers
T

On Thu, Jun 28, 2012 at 8:55 AM, Mr. Manager lyda...@gmail.com wrote:
 Dear All,

 If everyone between cakephp 1.3 and cakephp 2x. which one is better if I
 want to make website with unlimited content management system.

-- 
=
PHP for E-Biz: http://sanisoft.com
=

-- 
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: CMS with cakephp

2012-06-27 Thread Chetan Patel
Hello,

I also favor to Tarique ,

Please read :
http://chetan4cake.blogspot.in/2012/04/whats-new.html

Thanks
Chetan

On Thu, Jun 28, 2012 at 8:59 AM, Dr. Tarique Sani tariques...@gmail.comwrote:

 I assume your project will be in development for some time so use
 CakePHP 2.2.0RC2  - When it comes to cakePHP always use the latest

 Cheers
 T

 On Thu, Jun 28, 2012 at 8:55 AM, Mr. Manager lyda...@gmail.com wrote:
  Dear All,
 
  If everyone between cakephp 1.3 and cakephp 2x. which one is better if I
  want to make website with unlimited content management system.

 --
 =
 PHP for E-Biz: http://sanisoft.com
 =

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


Building CMS CakePHP 1.2

2012-02-09 Thread Khady
Hye, you can help me to cater this problem.
I have this problem. I'm using version 2.0.4 (the latest version).
I'm trying to solve this problem, but it didn't works.


Fatal error: Call to a member function _findPost() on a non-object in
C:\xampp\htdocs\cakecms\Controller\PostsController.php on line 35


public function admin_view($id = null) {

$this-Post-id = $id;
if (!$this-Post-exists()) {
throw new NotFoundException(__('Invalid post'));

}
$post = $this-Controller-Post-_findPost($id); //this is line
35.
$this-set(compact('post'));
}




# Protected

function _findPost($id = null)
{
  $post = $this-Post-find('first', array('conditions' =
array('Post.id = ' = $id)));
  if (empty($post))
  {
   $this-Session-setFlash(__('Post not found', true));
   $this-redirect(array('action'='index'), null, true);

}
return $post;

-- 
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: Building CMS CakePHP 1.2

2012-02-09 Thread Thiago Belem
The Post (Model) object inside the *PostsController* is accessible by: *
$this-Post*, so your line should be:

$post = $this-Post-_findPost($id);

But if the *_findPost()* method is defined inside your controller, you
should use:

$post = $this-_findPost($id);

Because *$this-Post* is the Post Model object (inside the
controller), and*$this
* is the Posts Controller object.

You should give a chance to the blog tutorial on the
CookBookhttp://book.cakephp.org/2.0/en/#build-a-blog
.

Cya,
--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil

+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net

*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
Assando Sites*, curso de CakePHP *»* assando-sites.com.br


2012/2/10 Khady metrobuncit...@gmail.com

 Hye, you can help me to cater this problem.
 I have this problem. I'm using version 2.0.4 (the latest version).
 I'm trying to solve this problem, but it didn't works.


 Fatal error: Call to a member function _findPost() on a non-object in
 C:\xampp\htdocs\cakecms\Controller\PostsController.php on line 35


 public function admin_view($id = null) {

$this-Post-id = $id;
if (!$this-Post-exists()) {
throw new NotFoundException(__('Invalid post'));

}
$post = $this-Controller-Post-_findPost($id); //this is line
 35.
$this-set(compact('post'));
}




 # Protected

function _findPost($id = null)
{
  $post = $this-Post-find('first', array('conditions' =
 array('Post.id = ' = $id)));
  if (empty($post))
  {
   $this-Session-setFlash(__('Post not found', true));
   $this-redirect(array('action'='index'), null, true);

}
return $post;

 --
 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: Building CMS CakePHP 1.2

2012-02-09 Thread Diddy
thanks.
i already do both of the solution.
and it comes out with another error which is this
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error
in your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '_findPost' at line 1

thanks fr yr kindness in helping me. :D

-- 
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: Building CMS CakePHP 1.2

2012-02-09 Thread Thiago Belem
This happend because you don't have the _findPost() on your model... where
you defined it?

Tried $this-_findPost()?

Cya,
--
***Thiago Belem*
Desenvolvedor
Rio de Janeiro - RJ - Brasil

+55 (21) 8865.9250
thiagobelem.net
cont...@thiagobelem.net

*Skype / gTalk **»* thiago.belem.web
*LinkedIn* *»* br.linkedin.com/in/thiagobelem/pt*
Assando Sites*, curso de CakePHP *»* assando-sites.com.br


2012/2/10 Diddy metrobuncit...@gmail.com

 thanks.
 i already do both of the solution.
 and it comes out with another error which is this
 SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error
 in your SQL syntax; check the manual that corresponds to your MySQL server
 version for the right syntax to use near '_findPost' at line 1

 thanks fr yr kindness in helping me. :D

 --
 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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-11 Thread y2k_2000
Let me know if there is anything I can do to
helphttps://github.com/QuickAppsCMS/QuickApps-CMS/wiki/FAQ

* Translating QuickApps to other languages
* Bug-fixes and improvements
* Programming free modules or themes

Or just by using it and letting other people know about the existence of
this project! =)

---

P.S.: I have just created a Google
Grouphttps://groups.google.com/group/quickapps-cmsin order to talk 
share stuff related to the project, so check it out.
Also you can start follow project's facebook
http://www.facebook.com/pages/QuickApps/282627075110255and
twitterhttps://twitter.com/#%21/quickapps_cms
.

P.S-2: Im creating a new website (theme) for the actual project website,
one of its sections is a they are using it like page. So if you have
created any site using this CMS (and if you wish of course)... I can add
them to this list.


Regards  Thanks again!
Chris

2011/12/10 Geoff Douglas [via CakePHP] 
ml-node+s1045679n5064659...@n5.nabble.com

 @Christopher:
 I have am working two project now built on QACMS, and really like what you
 have done. I will try the installer script on a project I just picked up
 the other day. Let me know if there is anything I can do to help. Great
 work. I have looked for a CMS make on cake for a while, and I really
 appreciate the structure of the system.

 Thanks.

 --
 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
 [hidden email] http://user/SendEmail.jtp?type=nodenode=5064659i=0 For
 more options, visit this group at http://groups.google.com/group/cake-php


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://cakephp.1045679.n5.nabble.com/QuickApps-CakePHP-2-0-CMS-Awesomeness-tp5063337p5064659.html
  To unsubscribe from QuickApps - CakePHP 2.0 CMS - Awesomeness., click
 herehttp://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=5063337code=eTJrMjAwMEBnbWFpbC5jb218NTA2MzMzN3wtMTA5NzYzMDU5Nw==
 .
 NAMLhttp://cakephp.1045679.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.InstantMailNamespacebreadcrumbs=instant+emails%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
Christopher Castro.
Analista Programador Senior PHP/MySQL
Pamplona, España
QuickApps.es http://www.quickapps.es/
https://github.com/quickapps/QuickApps-CMS/


--
View this message in context: 
http://cakephp.1045679.n5.nabble.com/QuickApps-CakePHP-2-0-CMS-Awesomeness-tp5063337p5064699.html
Sent from the CakePHP mailing list archive at Nabble.com.

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread phpMagpie
What does this offer that the more established Croogo (http://croogo.org/) 
does not?  A quick look around the backend and plugins does not instantly 
hit me with anything radically different.

Would be much better if everyone who wants to create a CakePHP based CMS 
worked on one project rather than wasting time reinventing the wheel.  

Croogo already has a growing team and a growing list of plugins, they are 
up to version 1.3.4 using Cake 1.3 and have recently released 1.4 beta 
which uses Cake 2.0.

HTH, Paul.


-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread Marco
Paul,

are you saying because Croogo is an excellent CMS for CakePHP no one
can try to develop something different?

There are so many frameworks and cms for PHP, are their developers
reinventing the wheel or simply they have another point of view how to
build them?

Marco

On Dec 10, 6:48 am, phpMagpie p...@webbedit.co.uk wrote:
 What does this offer that the more established Croogo (http://croogo.org/)
 does not?  A quick look around the backend and plugins does not instantly
 hit me with anything radically different.

 Would be much better if everyone who wants to create a CakePHP based CMS
 worked on one project rather than wasting time reinventing the wheel.

 Croogo already has a growing team and a growing list of plugins, they are
 up to version 1.3.4 using Cake 1.3 and have recently released 1.4 beta
 which uses Cake 2.0.

 HTH, Paul.

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread y2k_2000
Hi guys!
@Geoff Douglas:
Thanks for your interest in this project!
I really appreciate it.
BTW, Have you tested the one-file-installer: `Quick-Installer`? I
think you'll like =)


@phpMagpie:
What does this offer that the more established Croogo (http://
croogo.org/) does not?...

I think you should take a look to the source code or the developer
wiki (still under writting).
QuickApps is essentially a Drupal ported into CakePHP: CCK, 100%
Modular architecture, multi-site core, hooks system, etc.
So, What does a `Drupal` site offer that a Croogo site does not?

Quickapps CMS is a project planned a long time ago. But due to huge
limitation of cakephp 1.x, development process was paused. Instead
of wasting time creating a limited and poor architecture I decided to
wait for a better framework.
That is why QACMS was released at the same time Cakephp 2.0... Because
it was planned (designed) a long time ago, and developed using dev-
versions of cakephp 2.0.

--

Regards!,
Christopher Castro

On 10 dic, 00:46, Geoff Douglas drdouglas...@gmail.com wrote:
 I have been playing around with QuickApps for the last month or so. 
 (http://cms.quickapps.es/) (https://github.com/QuickAppsCMS/QuickApps-CMS)

 It is an awesome CMS built with Drupal in mind, with some other yumminess
 from other CMS platforms thrown in.

 My favorite part, is how they have implemented the modules and themes. Very
 cool. They are all plugins, so you can bake stuff, and customize stuff.
 Beautifully done.

 Plus all the User Role based authentication is built in, with a nice admin
 interface. So if you are looking to build a little quick application, look
 to QuickApps.

 Oh, I didn't mention my real favorite part... they have built an awesome
 install script, that checks everything out and creates your initial
 database config file... You can have a fully functional Cake App up and
 running with user authentcation, is a matter of seconds... Simply download,
 drop in to webroot, hit it with the browser, fill in your database crap,
 and you are live. Awesomeness.

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread Geoff Douglas
@Christopher:
I have am working two project now built on QACMS, and really like what you 
have done. I will try the installer script on a project I just picked up 
the other day. Let me know if there is anything I can do to help. Great 
work. I have looked for a CMS make on cake for a while, and I really 
appreciate the structure of the system.

Thanks.

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread Sathia S
Hi ,

Just now installed and looked in Quickapp,
It was awesome admin section.
Thanks for this great app.


-- 
--
Regards
sathia

Here I share my experiments with open source.
http://www.sathia27.wordpress.com
http://www.sathia27.wordpress.com/http://www.lquery.comhttp://www.sathia27.wordpress.com/

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread phpMagpie
@Marco: That's not what I was saying at all.  

If this project is taking an different route that fulfills a need not 
serviced by Croogo (honorable mention to Infinitas too - 
http://infinitas-cms.org) or that could not be easily added into Croogo (or 
Infinitas) then fair enough.  

But, if they it's trying to achieve the same thing (and let's face it most 
CMS's are pretty similar in their aims) then surely it makes sense for each 
team's efforts to be combined?

I'm not trying to knock anyone's efforts here, hell by creating an CMS and 
releasing it to the community they are doing a heck of a lot more than me, 
just think it is a shame to see projects which seem to have major overlaps 
being developed individually.

Paul

-- 
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: QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-10 Thread phpMagpie
@y2k_2000: I promise I will take a look at QACMS and build two identical 
sites/apps using them in the coming weeks. But, from looking at the admin 
system it does seem as though QACMS does exactly the same as Croogo ... the 
only major difference I could see was the ability to assign a template to 
the admin interface aswell as the frontend, which is cool by the way.

   - The source code should be easy to understand in both apps as they are 
   both built on CakePHP
   - Croogo's plugins are easy to install/activate/deactivate/delete
   - CakePHP allows multi-site core so I assume Croogo does too
   - Croogo also has a hooks system
   
I respect your decision to wait for CakePHP 2.0 and that explains why this 
is such a new project.

I will have to wait till I try it before I can make my mind up on if it 
being a port of Drupal is a good thing.  I have limited experience with 
Drupal, and what experience I do have of it has been wholly negative 
(memory hungry beast of a website which still consumed a dedicated server's 
resources despite 5 Drupal 'professionals' charging considerable money to 
'fix' it).

I don't mean to be down on your project, in fact I admire you for releasing 
anything open-source (more than I have done). It just seems that great 
developers like you, Fahad and others should be combining your skills to 
develop an amazing Cake based CMS.

Thanks, Paul.

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


QuickApps - CakePHP 2.0 CMS - Awesomeness.

2011-12-09 Thread Geoff Douglas
I have been playing around with QuickApps for the last month or so. (
http://cms.quickapps.es/) (https://github.com/QuickAppsCMS/QuickApps-CMS)

It is an awesome CMS built with Drupal in mind, with some other yumminess 
from other CMS platforms thrown in.

My favorite part, is how they have implemented the modules and themes. Very 
cool. They are all plugins, so you can bake stuff, and customize stuff. 
Beautifully done.

Plus all the User Role based authentication is built in, with a nice admin 
interface. So if you are looking to build a little quick application, look 
to QuickApps.

Oh, I didn't mention my real favorite part... they have built an awesome 
install script, that checks everything out and creates your initial 
database config file... You can have a fully functional Cake App up and 
running with user authentcation, is a matter of seconds... Simply download, 
drop in to webroot, hit it with the browser, fill in your database crap, 
and you are live. Awesomeness.

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


[Ask] Installer CMS like on CakePHP??

2011-10-28 Thread thom
I am curious about making my app to have a 'cms like' installer. I am using
cakephp 1.3.8 for now. Could anybody tell me any references for me to be
learned?

Thank you.

-- 
Regards,,,
thom
http://mynameisthom.blogspot.com

-- 
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: [Ask] Installer CMS like on CakePHP??

2011-10-28 Thread Simon Males
Croogo has an installer, and its an open source CMS.

http://croogo.org/

Haven't only looked at it briefly the installer seems to be a plugin.

On Fri, Oct 28, 2011 at 8:49 PM, thom cyber.phanto...@gmail.com wrote:
 I am curious about making my app to have a 'cms like' installer. I am using
 cakephp 1.3.8 for now. Could anybody tell me any references for me to be
 learned?
 Thank you.

 --
 Regards,,,
 thom
 http://mynameisthom.blogspot.com

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




-- 
Simon Males

-- 
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: [Ask] Installer CMS like on CakePHP??

2011-10-28 Thread thom
On Fri, Oct 28, 2011 at 5:39 PM, Simon Males s...@sime.net.au wrote:

 Croogo has an installer, and its an open source CMS.

 http://croogo.org/

 Haven't only looked at it briefly the installer seems to be a plugin.


Hmm.. looks like complex enough in croogo. Are there any 'easy' (simple) way
to do it? I mean without YAML (Croogo has it) ..

-- 
Regards,,,
thom
http://mynameisthom.blogspot.com

-- 
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: [Ask] Installer CMS like on CakePHP??

2011-10-28 Thread Andras Kende
http://cakebaker.42dh.com/2007/04/16/writing-an-installer-for-your-cakephp-application/

Andras Kende

On Oct 28, 2011, at 8:59 AM, thom wrote:

 On Fri, Oct 28, 2011 at 5:39 PM, Simon Males s...@sime.net.au wrote:
 Croogo has an installer, and its an open source CMS.
 
 http://croogo.org/
 
 Haven't only looked at it briefly the installer seems to be a plugin.
 
 
 Hmm.. looks like complex enough in croogo. Are there any 'easy' (simple) way 
 to do it? I mean without YAML (Croogo has it) ..
 
 -- 
 Regards,,,
 thom
 http://mynameisthom.blogspot.com
 
 
 -- 
 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: Installer CMS like on CakePHP??

2011-10-28 Thread Miles J
I wrote many installers for Cake and I would highly suggest doing a
shell script.

https://github.com/milesj/cake-forum/blob/master/vendors/shells/install.php

On Oct 28, 7:31 am, Andras Kende and...@kende.com wrote:
 http://cakebaker.42dh.com/2007/04/16/writing-an-installer-for-your-ca...

 Andras Kende

 On Oct 28, 2011, at 8:59 AM, thom wrote:







  On Fri, Oct 28, 2011 at 5:39 PM, Simon Males s...@sime.net.au wrote:
  Croogo has an installer, and its an open source CMS.

 http://croogo.org/

  Haven't only looked at it briefly the installer seems to be a plugin.

  Hmm.. looks like complex enough in croogo. Are there any 'easy' (simple) 
  way to do it? I mean without YAML (Croogo has it) ..

  --
  Regards,,,
  thom
 http://mynameisthom.blogspot.com

  --
  Our newest site for the community: CakePHP Video 
  Tutorialshttp://tv.cakephp.org
  Check out the new CakePHP Questions sitehttp://ask.cakephp.organd 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 
  athttp://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: Installer CMS like on CakePHP??

2011-10-28 Thread thom
On Sat, Oct 29, 2011 at 12:13 AM, Miles J mileswjohn...@gmail.com wrote:

 I wrote many installers for Cake and I would highly suggest doing a
 shell script.

 https://github.com/milesj/cake-forum/blob/master/vendors/shells/install.php


On Oct 28, 7:31 am, Andras Kende and...@kende.com wrote:
  http://cakebaker.42dh.com/2007/04/16/writing-an-installer-for-your-ca...
 
  Andras Kende
 


OK,, many thanks for the help. I'll give it a try first. I'll adjust the
most suitable with my application :)

-- 
Regards,,,
thom
http://mynameisthom.blogspot.com

-- 
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: I developed a small CMS based on CakePHP

2010-09-28 Thread euromark
i can only say that you SHOULD do it entirely in english
especially functions, comments and stuff
otherwise the rest of the world is not able to read it - and maybe
improve it... :)

/**
 * Muestra la pagina indicada
 *
 * @param string $title indica el title_url de la pagina
 * @return void
 */
= ???

etc^^


On 28 Sep., 16:48, Limtrack limtr...@gmail.com wrote:
 I developed a small CMS based on CakePHP, is available for anyone who
 wants (GPL v3), is still at an early stage (alpha) now available for
 download, I'd like to share and disseminate the idea and so can
 improve it, greetings to everyone.

 http://www.fast-foo.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


I developed a small CMS based on CakePHP

2010-09-28 Thread Limtrack
I developed a small CMS based on CakePHP, is available for anyone who
wants (GPL v3), is still at an early stage (alpha) now available for
download, I'd like to share and disseminate the idea and so can
improve it, greetings to everyone.

http://www.fast-foo.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: I developed a small CMS based on CakePHP

2010-09-28 Thread Tilen Majerle
maybe webpage in english? :D
--
Tilen Majerle
http://majerle.eu



2010/9/28 Limtrack limtr...@gmail.com

 I developed a small CMS based on CakePHP, is available for anyone who
 wants (GPL v3), is still at an early stage (alpha) now available for
 download, I'd like to share and disseminate the idea and so can
 improve it, greetings to everyone.

 http://www.fast-foo.com

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: I developed a small CMS based on CakePHP

2010-09-28 Thread Tilen Majerle
and what's the admin password? :D
--
Tilen Majerle
http://majerle.eu



2010/9/28 euromark dereurom...@googlemail.com

 i can only say that you SHOULD do it entirely in english
 especially functions, comments and stuff
 otherwise the rest of the world is not able to read it - and maybe
 improve it... :)

 /**
 * Muestra la pagina indicada
 *
 * @param string $title indica el title_url de la pagina
 * @return void
 */
 = ???

 etc^^


 On 28 Sep., 16:48, Limtrack limtr...@gmail.com wrote:
  I developed a small CMS based on CakePHP, is available for anyone who
  wants (GPL v3), is still at an early stage (alpha) now available for
  download, I'd like to share and disseminate the idea and so can
  improve it, greetings to everyone.
 
  http://www.fast-foo.com

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: Provide read-only interface for our CMS (Drupal)

2010-07-20 Thread Galymzhan
Hi. If I understand you correctly you want to pull data from CakePHP
app and show it in Drupal. So why don't you consider using REST or
something similar (web services?). AFAIK cake supports REST. From the
drupal side, you have to write a module to interact with RESTservices
provided by your cake application. Anyway, it's just an idea. If you
solve your problem, share your solution, I think it would be
interesting.

On 20 июл, 05:01, geste jim.ho...@gmail.com wrote:
 All,

 For an intranet application we run Drupal 6 but we also have a CakePHP
 application for back-office stuff.  A simple example is employee
 directory.  The CakePHP application is read-write with group-based
 access control.

 We'd like some of the CakePHP information to show up in Drupal on a
 read-only basis.  I had written a few cheap scripts placed in nodes
 that query the Cake-side tables directly, but I don't see this as
 ideal.  For one, I want to move toward building more formal Drupal
 modules and avoid simply putting random PHP code in nodes (where I see
 the code being traversed by the Drupal search indexer!).  It would
 also be hard to maintain over time.

 I have the notion of writing a very basic Drupal module that does
 nothing more than provide a single interface to our CakePHP tables,
 then I could add modules like Department_Directory that would use
 the base module.  Where I'm getting bogged down now is how best to
 connect to the CakePHP tables.  I think I have seen most of the Drupal
 and CakePHP docs on connecting to multiple databases (no problem) and
 I have also looked at modules like Drake (not what I want).

 What I am struggling with is whether there is a way to create a
 CakePHP component or helper that provides certain basics (like show
 full name sorted in last name, first name format) but which I could
 also reference from Drupal to provide the same function.  I find
 myself starting to add snippets like this to multiple controllers:

 $person_orderby = array('Person.lastname', 'Person.firstname');
 $people = $this-OfficeOccupancy-Person-find('list', array('order'
 = $person_orderby ));

 to create pick lists/menus.  This could get very laborious, so I am
 trying to figure out how best to component-ize that kind of stuff.
 Even better if I could figure out a way to make the same code/routines
 work for Cake *and* Drupal.

 One thought I had was to have a completely separate controller
 component that would house all of these basic lookup functions and
 then write some very simple (unformatted?  HTML-less?) views that
 Drupal could reference to pull result sets back into my Drupal data
 module.

 Anyhow, sorry for ramble.  Any thoughts appreciated.  I suppose I
 could write a library of functions that just connect to our CakePHP
 tables, but I thought it could be worthwhile to think it through a bit
 more.

 Jim

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: Provide read-only interface for our CMS (Drupal)

2010-07-20 Thread geste
Galymzhan,

Thanks for a great, short answer to a long question.  I am a perpetual
newbie when it comes to some of this stuff and I had not looked at
REST yet.  I wasn't thinking of HTTP-type access because this app
requires SSL+authentication, but I could probably set up a localhost-
only Apache vhost to handle REST requests (Drupal and the CakePHP app
are on same host).  Being able to access controller actions directly
is what I want to do, so this looks like the most promising way to
go.  Yes, I will follow up as to how this works.

Thanks!

Jim

On Jul 19, 8:33 pm, Galymzhan kozha...@gmail.com wrote:
 Hi. If I understand you correctly you want to pull data from CakePHP
 app and show it in Drupal. So why don't you consider using REST or
 something similar (web services?). AFAIK cake supports REST. From the
 drupal side, you have to write a module to interact with RESTservices
 provided by your cake application. Anyway, it's just an idea. If you
 solve your problem, share your solution, I think it would be
 interesting.

 On 20 июл, 05:01, geste jim.ho...@gmail.com wrote:



  All,

  For an intranet application we run Drupal 6 but we also have a CakePHP
  application for back-office stuff.  A simple example is employee
  directory.  The CakePHP application is read-write with group-based
  access control.

  We'd like some of the CakePHP information to show up in Drupal on a
  read-only basis.  I had written a few cheap scripts placed in nodes
  that query the Cake-side tables directly, but I don't see this as
  ideal.  For one, I want to move toward building more formal Drupal
  modules and avoid simply putting random PHP code in nodes (where I see
  the code being traversed by the Drupal search indexer!).  It would
  also be hard to maintain over time.

  I have the notion of writing a very basic Drupal module that does
  nothing more than provide a single interface to our CakePHP tables,
  then I could add modules like Department_Directory that would use
  the base module.  Where I'm getting bogged down now is how best to
  connect to the CakePHP tables.  I think I have seen most of the Drupal
  and CakePHP docs on connecting to multiple databases (no problem) and
  I have also looked at modules like Drake (not what I want).

  What I am struggling with is whether there is a way to create a
  CakePHP component or helper that provides certain basics (like show
  full name sorted in last name, first name format) but which I could
  also reference from Drupal to provide the same function.  I find
  myself starting to add snippets like this to multiple controllers:

  $person_orderby = array('Person.lastname', 'Person.firstname');
  $people = $this-OfficeOccupancy-Person-find('list', array('order'
  = $person_orderby ));

  to create pick lists/menus.  This could get very laborious, so I am
  trying to figure out how best to component-ize that kind of stuff.
  Even better if I could figure out a way to make the same code/routines
  work for Cake *and* Drupal.

  One thought I had was to have a completely separate controller
  component that would house all of these basic lookup functions and
  then write some very simple (unformatted?  HTML-less?) views that
  Drupal could reference to pull result sets back into my Drupal data
  module.

  Anyhow, sorry for ramble.  Any thoughts appreciated.  I suppose I
  could write a library of functions that just connect to our CakePHP
  tables, but I thought it could be worthwhile to think it through a bit
  more.

  Jim

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Provide read-only interface for our CMS (Drupal)

2010-07-19 Thread geste
All,

For an intranet application we run Drupal 6 but we also have a CakePHP
application for back-office stuff.  A simple example is employee
directory.  The CakePHP application is read-write with group-based
access control.

We'd like some of the CakePHP information to show up in Drupal on a
read-only basis.  I had written a few cheap scripts placed in nodes
that query the Cake-side tables directly, but I don't see this as
ideal.  For one, I want to move toward building more formal Drupal
modules and avoid simply putting random PHP code in nodes (where I see
the code being traversed by the Drupal search indexer!).  It would
also be hard to maintain over time.

I have the notion of writing a very basic Drupal module that does
nothing more than provide a single interface to our CakePHP tables,
then I could add modules like Department_Directory that would use
the base module.  Where I'm getting bogged down now is how best to
connect to the CakePHP tables.  I think I have seen most of the Drupal
and CakePHP docs on connecting to multiple databases (no problem) and
I have also looked at modules like Drake (not what I want).

What I am struggling with is whether there is a way to create a
CakePHP component or helper that provides certain basics (like show
full name sorted in last name, first name format) but which I could
also reference from Drupal to provide the same function.  I find
myself starting to add snippets like this to multiple controllers:

$person_orderby = array('Person.lastname', 'Person.firstname');
$people = $this-OfficeOccupancy-Person-find('list', array('order'
= $person_orderby ));

to create pick lists/menus.  This could get very laborious, so I am
trying to figure out how best to component-ize that kind of stuff.
Even better if I could figure out a way to make the same code/routines
work for Cake *and* Drupal.

One thought I had was to have a completely separate controller
component that would house all of these basic lookup functions and
then write some very simple (unformatted?  HTML-less?) views that
Drupal could reference to pull result sets back into my Drupal data
module.

Anyhow, sorry for ramble.  Any thoughts appreciated.  I suppose I
could write a library of functions that just connect to our CakePHP
tables, but I thought it could be worthwhile to think it through a bit
more.

Jim

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


cakephp cms with CCK Funcionality

2010-06-08 Thread Toan Nguyen Dinh
i 'm still working. i hope get more tips from all members

http://www.youtube.com/watch?v=j4JFlTNvDYM

thanks

kind regards

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: cakephp cms with CCK Funcionality

2010-06-08 Thread calvin
I would suggest giving a text description of what the video is in,
both, this thread and your YouTube video description. You may also
want to record a new video where you narrate what you are doing
(perhaps including a clear and audible intro at the start of the
video, explaining to viewers the purpose of the video). An explanation
of what CCK is would also be helpful.

On Jun 7, 7:38 pm, Toan Nguyen Dinh dinhtoan...@gmail.com wrote:
 i 'm still working. i hope get more tips from all members

 http://www.youtube.com/watch?v=j4JFlTNvDYM

 thanks

 kind regards

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: CMS

2010-04-22 Thread keymaster

At this point croogo is pretty much the front contender, way ahead of
the pack. It also seems very well thought out.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: CMS

2010-04-22 Thread chandrasekhar reddy
Thank you very much

On Thu, Apr 22, 2010 at 2:11 PM, keymaster ad...@optionosophy.com wrote:


 At this point croogo is pretty much the front contender, way ahead of
 the pack. It also seems very well thought out.

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


CMS

2010-04-21 Thread chandrasekhar reddy
Hi friends,
 I need some information Regarding CMS(Content Management System). Is There
any CMS was Related to cakephp  (Like joomla,drupal ( for php))

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: CMS

2010-04-21 Thread Leonid Mamchenkov
Hi,

On Wed, Apr 21, 2010 at 13:16, chandrasekhar reddy chanduc...@gmail.com wrote:
  I need some information Regarding CMS(Content Management System). Is There 
 any CMS was Related to cakephp  (Like joomla,drupal ( for php))

Try Google for CakePHP CMS - there is a whole bunch of links,
articles, and reviews.  For example:

* Wildflower - http://wf.klevo.sk/
* Croogo - http://croogo.org/

--
Leonid Mamchenkov
http://mamchenkov.net

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: CMS

2010-04-21 Thread Sitthykun LY
Thank Leonid

On Wed, Apr 21, 2010 at 6:27 PM, Leonid Mamchenkov leo...@mamchenkov.netwrote:

 Hi,

 On Wed, Apr 21, 2010 at 13:16, chandrasekhar reddy chanduc...@gmail.com
 wrote:
   I need some information Regarding CMS(Content Management System). Is
 There any CMS was Related to cakephp  (Like joomla,drupal ( for php))

 Try Google for CakePHP CMS - there is a whole bunch of links,
 articles, and reviews.  For example:

 * Wildflower - http://wf.klevo.sk/
 * Croogo - http://croogo.org/

 --
 Leonid Mamchenkov
 http://mamchenkov.net

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Best regards,
Sitthykun LY

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: CMS

2010-04-21 Thread mufti ali
Hope this list will help you

5 CakePHP based Content Managament System
http://blogfreakz.com/cms/cakephp-based-cms/

On Wed, Apr 21, 2010 at 6:42 PM, Sitthykun LY ly.sitthy...@gmail.comwrote:

 Thank Leonid


 On Wed, Apr 21, 2010 at 6:27 PM, Leonid Mamchenkov 
 leo...@mamchenkov.netwrote:

 Hi,

 On Wed, Apr 21, 2010 at 13:16, chandrasekhar reddy chanduc...@gmail.com
 wrote:
   I need some information Regarding CMS(Content Management System). Is
 There any CMS was Related to cakephp  (Like joomla,drupal ( for php))

 Try Google for CakePHP CMS - there is a whole bunch of links,
 articles, and reviews.  For example:

 * Wildflower - http://wf.klevo.sk/
 * Croogo - http://croogo.org/

 --
 Leonid Mamchenkov
 http://mamchenkov.net

 Check out the new CakePHP Questions site http://cakeqs.org and help
 others with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




 --
 Best regards,
 Sitthykun LY

  Check out the new CakePHP Questions site http://cakeqs.org and help
 others with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en




-- 
Mufti Ali

http://webdev5.com
http://blogfreakz.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: Sample CMS with IMS for products

2010-03-22 Thread jacmoe
Why not use Kaching:
http://code.google.com/p/kaching-php/


On Mar 19, 1:18 pm, Jack CakePHP caker...@gmail.com wrote:
 Dears,

 I am new to Cakephp, and I would like build sample app to manage one
 of the products, I wanna do the following things, and I wanna use CRUD
 to create model, controllers based on BAKE:

 # Front end page for the visitors, they will see list of products in
 the index page, and each products has more than pictures. Pagination
 for the index page, and visitors they can search by product name.
 # Control panel for my staff to manage the products, and customers.
 Staff they are able to upload the pictures for the products.
 # Control panel for the admin to manage employees. products, and
 customers.

 I have created the database, and I hope you guidance me what I should
 use in this application.

 I appreciated your advice and helps.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


Sample CMS with IMS for products

2010-03-19 Thread Jack CakePHP
Dears,

I am new to Cakephp, and I would like build sample app to manage one
of the products, I wanna do the following things, and I wanna use CRUD
to create model, controllers based on BAKE:

# Front end page for the visitors, they will see list of products in
the index page, and each products has more than pictures. Pagination
for the index page, and visitors they can search by product name.
# Control panel for my staff to manage the products, and customers.
Staff they are able to upload the pictures for the products.
# Control panel for the admin to manage employees. products, and
customers.


I have created the database, and I hope you guidance me what I should
use in this application.

I appreciated your advice and helps.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


Re: Sample CMS with IMS for products

2010-03-19 Thread John Andersen
Hi Jack,

Can I assume that you have studied the CakePHP book and found the
chapter Code generation with Bake?
http://book.cakephp.org/view/113/Code-Generation-with-Bake
That should help you on the way to produce a CRUD enabled application
for managing your products.
Enjoy,
   John


On Mar 19, 2:18 pm, Jack CakePHP caker...@gmail.com wrote:
 Dears,

 I am new to Cakephp, and I would like build sample app to manage one
 of the products, I wanna do the following things, and I wanna use CRUD
 to create model, controllers based on BAKE:

 # Front end page for the visitors, they will see list of products in
 the index page, and each products has more than pictures. Pagination
 for the index page, and visitors they can search by product name.
 # Control panel for my staff to manage the products, and customers.
 Staff they are able to upload the pictures for the products.
 # Control panel for the admin to manage employees. products, and
 customers.

 I have created the database, and I hope you guidance me what I should
 use in this application.

 I appreciated your advice and helps.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en

To unsubscribe from this group, send email to 
cake-php+unsubscribegooglegroups.com or reply to this email with the words 
REMOVE ME as the subject.


Intergrating PHPCake into CMS

2010-03-17 Thread Ben
Hello

Has everyone had any experience using PHPCake with an Open Source CMS
such as silverstripe? Any recommendations you have would be
appreciated.

Regards

Ben

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Login to the cms with cakephp

2010-03-10 Thread randi.dc
I have created a login module to log in the my cmc build on cake php.
On the login screen check( 'Message.auth' ) ) $session-
flash( 'auth' ); ?  create( 'User', array( 'action' = 'login' ) ); ?
 message appears. And Loign doesn't work. ANy idea how to get this
running? Please help

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: Login to the cms with cakephp

2010-03-10 Thread John Andersen
Please ensure that your php code and your html code is not mixed up in
the login view!
That seems to me to be your issue here!
Enjoy,
   John

On Mar 11, 5:25 am, randi.dc randi...@gmail.com wrote:
 I have created a login module to log in the my cmc build on cake php.
 On the login screen check( 'Message.auth' ) ) $session-flash( 'auth' ); ?  
 create( 'User', array( 'action' = 'login' ) ); ?
  message appears. And Loign doesn't work. ANy idea how to get this

 running? Please help

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: How to use CMS in cake php.

2010-02-02 Thread John Andersen
CakePHP is a framework, from which you can build a CMS, but it is not
a CMS!
Look for Wildflower or Croogo, which are CMS built using CakePHP.
If this does not help you, please clarify what your issue is! :)
Enjoy,
   John

On Feb 1, 8:10 pm, Md Moniruzzaman mo...@ugibd.net wrote:
 How to use CMS in cake php.
 I want to whole site content control in cake php admin panel.

 Can you help me?

 --
 Regards
 Md.Moniruzzaman
 Web Developer
 Contact no:+088-01712027826
 United Group International

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: How to use CMS in cake php.

2010-02-02 Thread mufti ali
Read this articles, http://blogfreakz.com/cms/cakephp-based-cms/
maybe one of them suitable for you.


-- 
Mufti Ali
087831163105
http://wordtaps.com
http://blogfreakz.com

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


How to use CMS in cake php.

2010-02-01 Thread Md Moniruzzaman
How to use CMS in cake php.
I want to whole site content control in cake php admin panel.

Can you help me?

-- 
Regards
Md.Moniruzzaman
Web Developer
Contact no:+088-01712027826
United Group International

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


How to incorporate site home page with custom cakephp cms

2010-01-19 Thread mklappen
I have created a fairly basic custom content management app using
CakePHP that allows me to enter information into my database through a
number of different web forms. (it's a gaming website that has game
info, reviews, etc...). The app is named 'CMS'.

I developed this mostly to learn the basics of CakePHP but now that I
have it working and have some data, I was wanting to hook it up to my
homepage design so it pulls in the data I've entered into the DB via
my CMS app, However I'm having some 2nd thoughts visualizing how this
should be set up.

Is it better to create a new cakephp app, building the home page and
other pages using the same tables I created/populated in my CMS app?
Or should I start coding my site design into an index.php file with
sql queries to pull content from DB (not using cakephp) and upload
that file to my web server root?

Any tips/recommendations are greatly appreciated,

Thanks!
Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en


Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-15 Thread Hiero
Just a tip: For my my CakePHP blog I implemented Debuggable's Akismet
behavior/datasource and it's done an excellent job nabbing comment
spam without the need for captchas.

http://debuggable.com/posts/akismet-datasource:48bbe6f0-b7c0-47e5-8337-15624834cda3

On Nov 14, 1:44 pm, thankyou gregbo...@gmail.com wrote:
 I have a CMS in cakephp.  I'm starting to get significant comment spam
 for nude pictures, etc.  The posters are entering HTML, which is
 showing links to their websites.  I want to only allow text and no
 links, html, etc..

 Is there an easy way to do this (I'm new to CakePHP)?

 Thank you :)

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread thankyou
I have a CMS in cakephp.  I'm starting to get significant comment spam
for nude pictures, etc.  The posters are entering HTML, which is
showing links to their websites.  I want to only allow text and no
links, html, etc..

Is there an easy way to do this (I'm new to CakePHP)?

Thank you :)

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread Sam Sherlock
Wildflower use an akismet component for this

I think that Croogo uses a simular comp too

not automatically adding comments makes sense

- S


2009/11/14 thankyou gregbo...@gmail.com

 I have a CMS in cakephp.  I'm starting to get significant comment spam
 for nude pictures, etc.  The posters are entering HTML, which is
 showing links to their websites.  I want to only allow text and no
 links, html, etc..

 Is there an easy way to do this (I'm new to CakePHP)?

 Thank you :)

 --

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-...@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/cake-php?hl=.




--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread Sam Sherlock
and of course strip_tags
- S




2009/11/14 Sam Sherlock sam.sherl...@gmail.com

 Wildflower use an akismet component for this

 I think that Croogo uses a simular comp too

 not automatically adding comments makes sense

 - S


 2009/11/14 thankyou gregbo...@gmail.com

 I have a CMS in cakephp.  I'm starting to get significant comment spam
 for nude pictures, etc.  The posters are entering HTML, which is
 showing links to their websites.  I want to only allow text and no
 links, html, etc..

 Is there an easy way to do this (I'm new to CakePHP)?

 Thank you :)

 --

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-...@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/cake-php?hl=.





--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread LancerForHire
If they are able to post raw html to show nude pictures I can only
imagine what else they can do :(

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread Miles J
It seems your not doing any validation or filtering, thats a problem
with your app, not the spam. Try adding a captcha or a spam blocker.

http://www.milesj.me/resources/script/commentia-behavior

On Nov 14, 12:31 pm, LancerForHire lancerforh...@gmail.com wrote:
 If they are able to post raw html to show nude pictures I can only
 imagine what else they can do :(

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread David Roda
can they post php tags too?

I would be very scared of something like ?php unlink(/); ?

On Sat, Nov 14, 2009 at 4:55 PM, thankyou gregbo...@gmail.com wrote:

 I do currently use captcha but its obviously not sufficient.  People
 can still post a href ... links.

 On Nov 14, 4:00 pm, Miles J mileswjohn...@gmail.com wrote:
  It seems your not doing any validation or filtering, thats a problem
  with your app, not the spam. Try adding a captcha or a spam blocker.
 
  http://www.milesj.me/resources/script/commentia-behavior
 
  On Nov 14, 12:31 pm, LancerForHire lancerforh...@gmail.com wrote:
 
   If they are able to post raw html to show nude pictures I can only
   imagine what else they can do :(

 --

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-...@googlegroups.com.
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/cake-php?hl=.




--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread Miles J
Well then thats your fault for allowing HTML. Either strip the HTML
completely or use a BB code system.

http://www.milesj.me/resources/script/decoda

On Nov 14, 3:00 pm, David Roda davidcr...@gmail.com wrote:
 can they post php tags too?

 I would be very scared of something like ?php unlink(/); ?

 On Sat, Nov 14, 2009 at 4:55 PM, thankyou gregbo...@gmail.com wrote:
  I do currently use captcha but its obviously not sufficient.  People
  can still post a href ... links.

  On Nov 14, 4:00 pm, Miles J mileswjohn...@gmail.com wrote:
   It seems your not doing any validation or filtering, thats a problem
   with your app, not the spam. Try adding a captcha or a spam blocker.

  http://www.milesj.me/resources/script/commentia-behavior

   On Nov 14, 12:31 pm, LancerForHire lancerforh...@gmail.com wrote:

If they are able to post raw html to show nude pictures I can only
imagine what else they can do :(

  --

  You received this message because you are subscribed to the Google Groups
  CakePHP group.
  To post to this group, send email to cake-...@googlegroups.com.
  To unsubscribe from this group, send email to
  cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/cake-php?hl=.

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: Cakephp CMS - - how to prevent html in comment spam?

2009-11-14 Thread euromark (munich)
the probably easiest way there is:

use h() for printing out the content of the comment
it will make all special characters useless

by the way:
use a captcha behaviour for those bots
and you should be fine

i even experimented with passive captchas
not visible to the user and therefore not annoying
but very effective against bots!


On 15 Nov., 00:56, Miles J mileswjohn...@gmail.com wrote:
 Well then thats your fault for allowing HTML. Either strip the HTML
 completely or use a BB code system.

 http://www.milesj.me/resources/script/decoda

 On Nov 14, 3:00 pm, David Roda davidcr...@gmail.com wrote:

  can they post php tags too?

  I would be very scared of something like ?php unlink(/); ?

  On Sat, Nov 14, 2009 at 4:55 PM, thankyou gregbo...@gmail.com wrote:
   I do currently use captcha but its obviously not sufficient.  People
   can still post a href ... links.

   On Nov 14, 4:00 pm, Miles J mileswjohn...@gmail.com wrote:
It seems your not doing any validation or filtering, thats a problem
with your app, not the spam. Try adding a captcha or a spam blocker.

   http://www.milesj.me/resources/script/commentia-behavior

On Nov 14, 12:31 pm, LancerForHire lancerforh...@gmail.com wrote:

 If they are able to post raw html to show nude pictures I can only
 imagine what else they can do :(

   --

   You received this message because you are subscribed to the Google Groups
   CakePHP group.
   To post to this group, send email to cake-...@googlegroups.com.
   To unsubscribe from this group, send email to
   cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/cake-php?hl=.

--

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-...@googlegroups.com.
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?hl=.




Re: which CMS should i use?

2009-10-24 Thread jacmoe

A framework allows you to create applications with ease.
A CMS is an application - so I really don't see the redundancy. :)
In fact, since a CMS tends to be a larger application, it is one of
the things for which a framework really would make a difference. The
larger the application, the bigger the benefits. IMO.

Oh, and before I forget: PageBakery is also worth looking into.

On Oct 23, 11:11 pm, Miles J mileswjohn...@gmail.com wrote:
 Personally, I find it redundant to build a CMS with a framework.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-24 Thread j0n4s.h4rtm...@googlemail.com

Next time I need something I am going to try baked simple
http://github.com/morrislaptop/baked_simple

On Oct 24, 9:34 am, jacmoe jac...@mail.dk wrote:
 A framework allows you to create applications with ease.
 A CMS is an application - so I really don't see the redundancy. :)
 In fact, since a CMS tends to be a larger application, it is one of
 the things for which a framework really would make a difference. The
 larger the application, the bigger the benefits. IMO.

 Oh, and before I forget: PageBakery is also worth looking into.

 On Oct 23, 11:11 pm, Miles J mileswjohn...@gmail.com wrote:

  Personally, I find it redundant to build a CMS with a framework.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



which CMS should i use?

2009-10-23 Thread Ziki

Hi, i have my own CMS which was developed before i start using
CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just
want to start with another one, which is simple and that i can change
them on my own way. I must make two simple sites, and it must be
quick, and i need CMS for them, and one for developing.

I just need some simple and good CMS :)

Tnx
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread jacmoe

Wildflower, maybe?
Seems to be the most developed CakePhp based CMS I was able to
find. :)

On Oct 23, 3:14 pm, Ziki zixw...@gmail.com wrote:
 Hi, i have my own CMS which was developed before i start using
 CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just
 want to start with another one, which is simple and that i can change
 them on my own way. I must make two simple sites, and it must be
 quick, and i need CMS for them, and one for developing.

 I just need some simple and good CMS :)

 Tnx
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread jacmoe

Maybe http://fahad19.com/ (Croogo) ?

On Oct 23, 7:03 pm, jacmoe jac...@mail.dk wrote:
 Wildflower, maybe?
 Seems to be the most developed CakePhp based CMS I was able to
 find. :)

 On Oct 23, 3:14 pm, Ziki zixw...@gmail.com wrote:

  Hi, i have my own CMS which was developed before i start using
  CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just
  want to start with another one, which is simple and that i can change
  them on my own way. I must make two simple sites, and it must be
  quick, and i need CMS for them, and one for developing.

  I just need some simple and good CMS :)

  Tnx


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread Miles J

Well CakePHP is NOT a CMS, its a framework. Perhaps read a bit more on
the differences.

On Oct 23, 1:42 pm, jacmoe jac...@mail.dk wrote:
 Maybehttp://fahad19.com/(Croogo) ?

 On Oct 23, 7:03 pm, jacmoe jac...@mail.dk wrote:

  Wildflower, maybe?
  Seems to be the most developed CakePhp based CMS I was able to
  find. :)

  On Oct 23, 3:14 pm, Ziki zixw...@gmail.com wrote:

   Hi, i have my own CMS which was developed before i start using
   CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just
   want to start with another one, which is simple and that i can change
   them on my own way. I must make two simple sites, and it must be
   quick, and i need CMS for them, and one for developing.

   I just need some simple and good CMS :)

   Tnx
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread jacmoe

Was pretty clear to me that the OP has developed a CMS, moved to
Cakephp, and wants to start his new Cakephp based CMS on an existing
Cakephp based CMS, instead of rewriting everything.
In which case, I'd recommend taking a look at Wildflower, OvenCMS and
Croogo. :)

On Oct 23, 10:49 pm, Miles J mileswjohn...@gmail.com wrote:
 Well CakePHP is NOT a CMS, its a framework. Perhaps read a bit more on
 the differences.

 On Oct 23, 1:42 pm, jacmoe jac...@mail.dk wrote:

  Maybehttp://fahad19.com/(Croogo) ?

  On Oct 23, 7:03 pm, jacmoe jac...@mail.dk wrote:

   Wildflower, maybe?
   Seems to be the most developed CakePhp based CMS I was able to
   find. :)

   On Oct 23, 3:14 pm, Ziki zixw...@gmail.com wrote:

Hi, i have my own CMS which was developed before i start using
CakePHP, now i don't want to redeveloped my CMS for CakePHP, i just
want to start with another one, which is simple and that i can change
them on my own way. I must make two simple sites, and it must be
quick, and i need CMS for them, and one for developing.

I just need some simple and good CMS :)

Tnx


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread Miles J

Personally, I find it redundant to build a CMS with a framework.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: which CMS should i use?

2009-10-23 Thread fahad19

when you start developing a website, what are the common features you
would want? pages, a blog, a contact form? and if there is already an
existing cms that utilizes a framework, I think developers will find
it useful and will help save their time.

On Oct 24, 4:11 am, Miles J mileswjohn...@gmail.com wrote:
 Personally, I find it redundant to build a CMS with a framework.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



CMS for pages controller

2009-10-06 Thread Olwen Williams

I have an older install of cakePHP with some static pages.  I'd like
to replace the pages controller with a very simple cms.  I looked
through the forger and could not find what I wanted (signs of senility
I expect).  Can someone point me to something?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: need a cms plugin for tutorwebsite

2009-08-08 Thread JamesF

why not just make your own crud CMS, it's fun and easy. if you want a
CMS that doesn't require programming switch to Joomla.

there are a few on cakeForge if you want something out of the box.

http://cakeforge.org/

On Aug 6, 11:50 pm, adilraufk...@gmail.com adilraufk...@gmail.com
wrote:
 I need a opensource simple cms plugin to use in my tutor application,
 is there any one who has used cms as plugin to cake.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



need a cms plugin for tutorwebsite

2009-08-07 Thread adilraufk...@gmail.com

I need a opensource simple cms plugin to use in my tutor application,
is there any one who has used cms as plugin to cake.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



What's the Cake-way to build a cms?

2009-04-20 Thread Evert

I've tried to think of several ways to build a cms in cake.
But every system I could think of depended a lot on plugins.
One system might use several plugins with one page load and that would
be quite slow cause you needed to use requestAction() a lot. (In that
system plugins weren't like mini-apps, but like code-blocks)
And another system needed plugins to communicate with each other which
isn't really possible in Cake.

So that kinda failed.

So my question to you is:
What's the right way to build a cms in Cake?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: What's the Cake-way to build a cms?

2009-04-20 Thread Evert

Ok, some people told me I didn't need to use requestAction as much as
I thought.
I'll try to build a cms with plugins by only using it's models and
elements..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: What's the Cake-way to build a cms?

2009-04-20 Thread Richard
It really depends on why you are creating your CMS, as that would have a
strong influence on your architecture. If you can provide more specific
questions, maybe we/i can help :)

To address your technical question, about plugins with requestAction -
again, that depends on your architecture. I've never used requestAction
before, keeping logic in the models and views where appropriate.

Richard

On Mon, Apr 20, 2009 at 9:09 AM, Evert compa...@gmail.com wrote:


 I've tried to think of several ways to build a cms in cake.
 But every system I could think of depended a lot on plugins.
 One system might use several plugins with one page load and that would
 be quite slow cause you needed to use requestAction() a lot. (In that
 system plugins weren't like mini-apps, but like code-blocks)
 And another system needed plugins to communicate with each other which
 isn't really possible in Cake.

 So that kinda failed.

 So my question to you is:
 What's the right way to build a cms in Cake?
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: What's the Cake-way to build a cms?

2009-04-20 Thread Evert

Well, the system that I thought required requestAction() was like
this:
I wanted to build a cms that's so complete you would only need to
create a new database and a new css-file to create a whole new
website.
Plugins are used as codeblocks. So if I have a page with some content
(an article or whatever), a rating-box for that content, comments for
that content (like a blog) and a poll in the sidebar that would be 4
plugins. Those plugins are pre-build and basically all I'm doing when
I build that page is just putting the right info in the right tables
in the database.

Now on IRC people told me I could just use the models and elements of
the plugins and then I wouldn't need requestAction().
So basically the plugins don't have controllers. Maybe that's possible
for some plugins, but I think it isn't possible for all plugins..
What about pagination? On that page I described earlier, the content
could be several pages long as well as the comments below that
content.
Pagination uses the URL to send it's page-information, right? So when
I go to page 5 of the comments and then I go to page 2 of the content,
then the comments would be on page 1 again, right? That wouldn't work
right..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: What's the Cake-way to build a cms?

2009-04-20 Thread Martin Westin

I only have a few general things to share. You have probably at least
some of this in mind already but sometimes repetition is good :)

First. It doesn't sound at all like you HAVE TO use plugins for what
you describe. Plugins in cake can basically be two things. An optional
functionality (a fractal generator is an optional image filter for
Photoshop) or a reusable sub-application (debug-kit or maybe a forum
module). You are talking about separating out your entire CMS into
small plugins which can be done but is certainly not necessary. And I
would choose to build it as one application and do the separation
later when you find you have a rating-module that you want to re-use
in more applications.

Second. It sounds like your CMS does not have a clear purpose and set
of requirements. It sounds like the one CMS to rule them all. This is
very hard to design since almost nothing will be concrete or locked
off. The answer to every design-question will be maybe, it depends.
I think you would do yourself a favor by deciding if you are building
a blog, corporate CMS, portal software or some new hybrid. Even with a
new hybrid you need to decide what it will be and (almost more
importantly) what it will NOT be.

You might get some inspiration by looking at how Wildflower and
Neutrino (two Cake CMSes I have looked at). They are very different in
their approach but both are quite general CMSes.

best of luck
Martin



On Apr 20, 11:07 am, Evert compa...@gmail.com wrote:
 Well, the system that I thought required requestAction() was like
 this:
 I wanted to build a cms that's so complete you would only need to
 create a new database and a new css-file to create a whole new
 website.
 Plugins are used as codeblocks. So if I have a page with some content
 (an article or whatever), a rating-box for that content, comments for
 that content (like a blog) and a poll in the sidebar that would be 4
 plugins. Those plugins are pre-build and basically all I'm doing when
 I build that page is just putting the right info in the right tables
 in the database.

 Now on IRC people told me I could just use the models and elements of
 the plugins and then I wouldn't need requestAction().
 So basically the plugins don't have controllers. Maybe that's possible
 for some plugins, but I think it isn't possible for all plugins..
 What about pagination? On that page I described earlier, the content
 could be several pages long as well as the comments below that
 content.
 Pagination uses the URL to send it's page-information, right? So when
 I go to page 5 of the comments and then I go to page 2 of the content,
 then the comments would be on page 1 again, right? That wouldn't work
 right..
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



Re: simple cms w/ auth :: username password only to admin console page

2009-03-31 Thread John Andersen

Ok, I will give it a try with understanding what you are trying to
accomplish!

Correct me if my understand is wrong, but:

1) You have a standard CakePHP installation with the CakePHP directory
and an application app directory, correct?
2) You wish to use the application to provide content management of
the content in the application, correct?
3) You wish that each user of your application will have access only
to his/her own content in the application, correct?

With that I understand that you would like something like:
App
--- Controller
-- a contents controller
--- Models
-- a content model
-- a user model
--- Views
-- Contents
- Content views
-- etc.

Thus when a user has logged in, and has chosen the CMS (contents), the
contents controller gives him/her access to manage the content -
modelled by the content model.

Awaiting some comments from you, enjoy,
   John

On Mar 27, 9:02 am, programguru ja...@w3developing.com wrote:
 Hello,

 I've been hacking at this for several days, and have modified and toyed with 
 about 7 different tutorials with Auth, only to find none of them provide the 
 actual answer I am looking for - or maybe I don't know what the correct 
 answer is.

 Anyhow.

 All I have been trying to do is create:

 1) A view that is user/pass protected which allows control of content for the 
 site. I was able to get several login systems working with Auth, but not able 
 to edit any content because the permissions are outside of the login scope or 
 something of that nature.

 I am certainly missing a link somewhere in all of this.

 2) All controllers should be accessible from this view so the content can be 
 modified.

 I cannot figure out how (although I have done this a million times with 
 straight php/mysql) how to make this work with CakePHP.

 The problem I keep running into is the /users dir only allows access to that 
 dir, but I cannot create a sub directory in there for example called: CMS, 
 because then the controller classes cannot be accessed by the default core.

 Anyhow, Id be glad to hear any insight in how to get a stupid simple CMS page 
 setup with access to all of the sites editable content.

 I don't need anyone to explain how to build a db, a controller, a model, or 
 Bake... That's not what I am asking.

 Just a bit lost and need some direction.

 Thanks.
 --
 View this message in 
 context:http://n2.nabble.com/simple-cms-w--auth-%3A%3A-username---password-on...
 Sent from the CakePHP mailing list archive at Nabble.com.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



simple cms w/ auth :: username password only to admin console page

2009-03-27 Thread programguru


Hello,

I've been hacking at this for several days, and have modified and toyed with 
about 7 different tutorials with Auth, only to find none of them provide the 
actual answer I am looking for - or maybe I don't know what the correct answer 
is.

Anyhow.

All I have been trying to do is create:

1) A view that is user/pass protected which allows control of content for the 
site. I was able to get several login systems working with Auth, but not able 
to edit any content because the permissions are outside of the login scope or 
something of that nature.

I am certainly missing a link somewhere in all of this.

2) All controllers should be accessible from this view so the content can be 
modified.

I cannot figure out how (although I have done this a million times with 
straight php/mysql) how to make this work with CakePHP.

The problem I keep running into is the /users dir only allows access to that 
dir, but I cannot create a sub directory in there for example called: CMS, 
because then the controller classes cannot be accessed by the default core.

Anyhow, Id be glad to hear any insight in how to get a stupid simple CMS page 
setup with access to all of the sites editable content.

I don't need anyone to explain how to build a db, a controller, a model, or 
Bake... That's not what I am asking.

Just a bit lost and need some direction.

Thanks.
-- 
View this message in context: 
http://n2.nabble.com/simple-cms-w--auth-%3A%3A-username---password-only-to-admin-console-page-tp2542722p2542722.html
Sent from the CakePHP mailing list archive at Nabble.com.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
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?hl=en
-~--~~~~--~~--~--~---



  1   2   3   >