You cannot post messages because only members can post, and you are not currently a member.
Description:
Search this group before posting anything. There are over 50,000 posts and it's very likely your question has already been answered.
Visit the IRC channel #cakephp at irc.freenode.net.
The group is moderated to prevent spam, so please be patient if you are new member.
|
|
|
Getting started: Where To Get Help
   
|
| |
[link]
Cheers,
AD
PS. If you've been on this group for more than a week or so, you may
have noticed that the google group pages/files have been/are in the
process of being removed. The pages have been integrated to the
cookbook to allow moderation, prevent spamming and take a step towards... more »
|
|
Release: CakePHP RC3 - The RC of Triumph!
   
|
| |
It's finally here: the final release before the final release of
CakePHP 1.2, and I just want to say how thrilled I am. This release,
possibly more than any other in the history of the project, has truly
been a team effort. Everyone has really come together to make this a
great release, and I just can't say how proud and happy I am of the... more »
|
|
Excel to mysql
|
| |
Hi All,
I have came across a script in my application where Excel
data needs to be imported in to Mysql . All i have come across is that
it needs to be a CSV or .txt file to import all the data from file to
Mysql . Is there any way out for EXCEL import script in Cake !!
Best regards,... more »
|
|
Saving large file
|
| |
I have create a function to export database tables to Excel files.
When my result set reach around 1500 rows, I start getting memory
errors.
I worked around the download issue using the flush() function but I
now get errors like:
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to... more »
|
|
JSON, AJAX or XML
|
| |
Hi,
This is perhaps a pretty simple/silly question. I'm very new to JS
programing so I don't know what's the best practice in my case.
I want to validate a form using Javascript. In my case: The input text
'zip' and 'city' should be checked against goolge maps and return geo
coordinates or "false" if the zip and city values doesn't match.... more »
|
|
NetBeans support for CakePHP
|
| |
Vote for support for Cake PHP in NetBeans.
There's a list of things on the radar at
[link]
that includes Cake.
If you cast your vote for Cake (by voting on issue 140918 at
[link]), it will get... more »
|
|
how can i get the page number in a model
|
| |
i created an application that has a navigation bar.
the query is complex, and the count of returned records varies from
page to another.
i need to get the current page number in my model to use it in the
query, is this possible?
here is the code:
/////////////// the controller ///////////////... more »
|
|
MiBase Auth
|
| |
I have been using MiBase (Awesome btw), and having a couple issues
that I haven't been able to figure out.
When I log in and choose 'Remember Me', the cookie does not stick or
some other issue. I have to login a few times each day when working on
the project.
The browser shows that the cookie isn't set to expire for a month, but... more »
|
|
Proper set up for cache directory
|
| |
The Docs says:
"make sure the /app/tmp directory in your cake installation is
writable by the web server user."
On my server images and files have a user and group of wwwrun.www. I
tried changing the cache directory to that user and group and it
works.
All of my other files are set up as root.data.... more »
|
|
Saving data in HABTM relation ship
|
| |
Hi,
I have a problem to saving data in HABTM relation ship.
1) tags : tag_id, tag_name .
2) entity_types : entity_type_id, entity_type_name . [(0, Posts),
3) teachers : teacher_id, teacher_name .
4) entities_tags : tag_id, entity_type_id, entity_id .
I am using HABTM relation ship between Tag and Teacher modal... more »
|
|
Auth->loginAction()
|
| |
Hi, I've got a little problem regarding Auth->loginAction() on Cake 1.2.0.7692 RC3. Auth and ACL is set up and working fine. By default, Auth redirects to /users/login if someone tries to access a protected page. I want to change that. I put the login-form in some sort of sidebar menu (an element) which is shown on all pages if the user is not logged in.... more »
|
|
|