The CakePHP core team is proud to announce the immediate availability of CakePHP 1.3.9 and 2.0.0-alpha.
-
Published by markstory 05/21/11 - 02:49
-
Featured
-
26625 views
I had a few different forms and needed different validation rules for each. For example an administrator could insert any type of data about a client, but a client would be required to insert all their information.
-
Published by Styles 05/18/11 - 20:14
-
3159 views
This article is focused on CakePHP 1.3.8 and the users who moved to Js Helper (jQuery).
The part below contains all the code needed for performing multiple `div` update via ajax.
A helper that extends the Number Helper for more readability of large numbers.
-
Published by xsaint 05/12/11 - 09:05
-
2859 views
For a recent project of mine I had to deploy cakephp on a windows server which had .NET Framework 4.0 running. Due to this framework all url rewrites get /eurl.axd/GUID/ appended to all url's without an extension. Using ISAPI_Rewrite I have rewritten the .htaccess files to make cake have pretty URL's again.
A dynamic menu building helper for CakePHP with lot of customization options.
-
Published by rifat 05/08/11 - 04:23
-
6162 views
CakeGrid is an easy way to easily generate tables from results. It uses elements so changing the design is easy.
-
Published by robertross 05/02/11 - 00:00
-
5906 views
I created a component to fallback onto a default action (if not found), so arbitrary URLs could be handled for pretty URLs (slug-based), such as having "/pages/pricing" call Pages->view('pricing').
Using this approach (instead of traditional routing), I can use both pretty URLs and typical controller actions (delete, resort, index, edit, etc). The problem I came across is that I had too many shared methods (put in AppController for various AJAX and requestAction calls) to list them for exclusion in my routing.
The 'missing action' parameter will be pushed back onto the parameter list.
-
Published by tomas_maly 04/27/11 - 00:00
-
3692 views
I have created this article only for fix bug bakery app.
Господа, помогите разобраться в чём дело.
Новичок в CakePHP. Делал всё согласно примера в документации
http://book.cakephp.org/#!/view/1543/Simple-Acl-controlled-Application
, но столкнулся с тем что авторизация не проходит.
Попробовал простую авторизацию, не могу понять, в сессии нет данных после входа пользователя. Причём при вводе неправильного логина/пароля выдаёт сообщение об этом. А если верные вводишь - происходит редирект, и всё. Данных в сессии найти не могу, соответственно никакие проверки что пользователь вошёл не проходят.Такое ощущение, что проверку пользователь проходит а сессию данные не попадают.
-
Published by snakekiss 04/20/11 - 00:00
-
2945 views
This article shows how to use the Growl like Flash Messages in CakePHP.
At first we glanced at the internal structure of CakePHP 1.3 and realized that after all these years the core needed a new reorganization on the files , the directory structure wasn't really hinting where each file show be located at, specially for the classes that did not math directly into the MVC structure. With this change we would be allowed to experiment a little with (almost) automatic class loading for increasing the overall framework performance.
-
Published by lorenzo 04/14/11 - 00:00
-
9437 views
Considering the popularity of question and answer application, I built kind of this application using Cake PHP tha (Below I've explained why)
-
Published by mufti 04/12/11 - 00:00
-
7255 views
If you need to dump your SQL queries from a Shell then this is for you.
-
Published by carcus88 04/08/11 - 00:00
-
4497 views
This helper easily can retrieve appropriate icons for a given mimetype or file extension.
-
Published by checkitout 04/08/11 - 00:00
-
4012 views
The CakePHP core team is proud to announce the immediate availability of CakePHP 1.3.8 and 1.2.10. These releases are bugfix/maintenance releases for the 1.2 and 1.3 branches.
-
Published by markstory 03/20/11 - 00:00
-
Featured
-
33175 views
Latest Comments