cakephp
Error while trying to connect to SQLite3 database from CakePHP
Recently I migrate an application from one server to another and now when I try to开发者_StackOverflow access to the app I get this error: \"Fatal error: Call to a member function query() on a non-obj[详细]
2023-04-08 14:24 分类:问答Ajax jQuery picture upload - newbie question whats the best way to handle this?
I have a page with a form on it that the user visits to fill in some info before he signs up for a profile. Underneath the form is a preview of what the profile will look like. I have some javascript[详细]
2023-04-08 13:06 分类:问答Implement URL aliases in CakePHP
I\'m new to CakePHP, though not new at all to MVC frameworks for web development. I\'d normally go with Drupal when doing web sites that are not web apps but my employee feels that coding stuff from t[详细]
2023-04-08 12:17 分类:问答Cakephp Newbie Model question
I have a table familiars , a table mages and a table mages_familiars where I keep which familiar belongs to which Mage.[详细]
2023-04-08 11:36 分类:问答CakePHP 1.3 or 2.0.0-RC2?
I want to start developing in an MVC framework, specifically CakePHP. I see they have released 2.0.0-RC2 and was wondering if it is a waste of time t开发者_开发技巧o start an app in 1.3 when 2.0 is r[详细]
2023-04-08 11:27 分类:问答Data saving as blank in CakePHP
I have a foreach loop that saves a bunch of records into a table using cakePHP foreach($interests as $id){[详细]
2023-04-08 05:49 分类:问答Validation Rule not working in cakePHP
I have a registration page and within this registration page the user will be required to fill in some interest, the interests values is called from a model with the name interest.php, all values are[详细]
2023-04-08 04:26 分类:问答Add Styles to document head from the view in Cakephp?
I need to add styles to my style tag in my head section. How can i add to that style tag 开发者_开发百科from the view.You\'d be better off from an MVC point of view by putting these style elements in[详细]
2023-04-08 03:50 分类:问答image uploading is not working in php
I am working on image uploader in cakephp. I have used this link \"http://www.jquery4u.com/tutorials/thumbnail-image-upload-ajaxphp/#comment-10823\"to display thumb images when user clicks the browse[详细]
2023-04-08 00:48 分类:问答CakePHP business logic layer
CakePHP doesn\'t seem to ever mention separating the business logic and data access layers of an app.This is my first MVC app and my \"fat models\" are turning out to be very fat because they contain[详细]
2023-04-07 19:53 分类:问答