Skip to main content

Questions tagged [cakephp]

CakePHP is a free, open-source, rapid development framework for PHP. It’s a foundational structure for programmers to create web applications.

Filter by
Sorted by
Tagged with
1 vote
0 answers
36 views

I'm writing a simple web application that allows users to login on different levels. Example: admin: may access to everything in read/write manager: some sections are in read/only operator: only few ...
Mark's user avatar
  • 111
15 votes
6 answers
1k views

I build quite a bit of projects with a friend of mine, but we always come to the same pitfall over and over again. I know how to write PHP, Javascript and all that of stuff (I also know CSS and HTML) ...
Finlay Roelofs's user avatar
3 votes
2 answers
707 views

Our company has developed a PHP(CakePHP) "Cloud" application that is running on our servers, now we have some customers that would like to use our service and make integrations to their local systems. ...
Sultanen's user avatar
  • 101
0 votes
1 answer
269 views

We (2 developers) are developing a cakephp app that is running on a remote server. In NetBeans we both have project set up as "PHP application from remote server". The problem is that whenever one of ...
Domas's user avatar
  • 101
-2 votes
1 answer
112 views

I have a select dropdown, with '+' and '-' buttons that add and remove items before submission. I would like to be able to remove the elements with the '-' button after they have been added to the ...
user3746654's user avatar
1 vote
1 answer
1k views

I am developing an app where four types of user share same module. So is it a good idea to create: one table and user_type and user_id (something like that) table prefixes basically 4 diff tables of ...
Mubasshir Pawle's user avatar
4 votes
1 answer
2k views

Folks, first time on CodeReview - just looking for some input in creating some automation in CakePHP, wondering if this is best used a component or a behavior. It's model driven but involves logic and ...
optimumdarren's user avatar
2 votes
3 answers
3k views

I work on a CakePHP app and the views consist of raw html with embedded php echo statements, which over time has gotten rather messy. Before I go in and rewrite the code, I'm wondering if it makes ...
dandrews's user avatar
  • 123
1 vote
3 answers
629 views

I started with PHP a little while ago. I've been doing a lot of tutorials, practice sites, etc. and it's going great. One thing I like about PHP is how easy it is to get started (downloading WAMP and ...
kdub's user avatar
  • 119
2 votes
2 answers
387 views

I currently have an installer that works, but I have to repackage the open source apps and hack things together to get the installer to install them. I want to be able to use the apps installation ...
Chuck Burgess's user avatar
1 vote
2 answers
164 views

We are on the stage of planning a CakePHP project. It is a relatively a big project for us, as a developer+project manager, I want to hire someone to work with me. But what I really want is to spend ...
user avatar
4 votes
2 answers
988 views

While implementing a flash game portal I decided to "component-ize" my views. The repeating elements were a no brainer and the templates for these were placed in elements. I pass through data from ...
Scott Mc's user avatar
  • 143
9 votes
4 answers
4k views

We have handsome library of cakephp modules at my workplace, and we develop custom websites at good pace until the shopping cart comes our way to slow down the process. I have used various (Magento, ...
ish1301's user avatar
  • 203
5 votes
5 answers
1k views

I've worked fairly extensively with the MVC framework cakephp, however I'm finding that I would rather have my pages driven by the multiple MVC than by just one MVC. My reason is primarily to maintain ...
lordg's user avatar
  • 247
0 votes
1 answer
2k views

I am writing an admin panel in cakephp I got a question the panel will have the functionality to add items to the main website (images specifically) so I am wondering if I should put all the ...
shaheer's user avatar
  • 103
1 vote
1 answer
4k views

I am developing a small web application in CakePHP which allows user to create contents using tools I provide. Once user is done creating the contents, I want to give an option to embed that in her ...
abhi's user avatar
  • 97
3 votes
8 answers
3k views

Title is the question. And why I am asking is because from what I read about most PHP frameworks (e.g. Code Igniter, Kohana, Cake, Zend) is that they're ether too complex, or are designed mostly for ...
mvbl fst's user avatar
  • 133