cakephp
CakePHP - Models (Custom E-mail validation)
I have the following custom function, that checks if an email has a gmail.com account ... function check_email($mail) {[详细]
2023-04-13 07:27 分类:问答CakePHP form submit by link click
onto the next question about cakePHP :) In php, I am able to simulate a form submit by for example browsing to开发者_StackOverflow中文版 a url like[详细]
2023-04-13 07:07 分类:问答Invalidate field from controller
I have an action/view that is going to be used for reporting purposes, no saving of data involved. I want some form elements to be valid/invalid and if invalid, some errors to be shown.[详细]
2023-04-13 05:14 分类:问答CakePHP if form field invalidates then values aren't remembered
I\'m using model based validation with CakePHP and if the field invalidates then the values aren\'t remem开发者_StackOverflow中文版bered in the form.[详细]
2023-04-13 04:28 分类:问答Retrieving data from different models
I\'ve been trying to display the data from different model in the same page but still can\'t get it working.[详细]
2023-04-13 02:45 分类:问答unserialize offset Error
-- I have a serialized array开发者_开发问答 sent to another function in my application. Then I try to unserialize the data and present it in another place.[详细]
2023-04-13 00:59 分类:问答Virtual field in 'fields' find condition - Cakephp
I have a Student model with a virtual field: var $virtualFields = array( \'full_name\' => \'CONCAT(Student.fname, \" \", Student.lname)\'[详细]
2023-04-13 00:48 分类:问答CakePHP Creole Markup
I\'m looking to implement http:开发者_如何学Python//ask.cakephp.org/markup/display/wiki and http://www.wikicreole.org/ into a CakePHP application to make it easier for users to write posts.[详细]
2023-04-13 00:15 分类:问答Cakephp how to get callback validation error message from model
I\'m trying t开发者_运维百科o get validation error message from model and display this in json output.[详细]
2023-04-12 23:20 分类:问答Custom validation rule in CakePHP not working as intended
I wrote a custom validation method inside my Submission model that basically allows a blank input field, but once someone enters something in it, it\'ll validate the data entered.[详细]
2023-04-12 21:03 分类:问答