Re: Automagic in CakePHP 3.x

2014-03-07 Thread José Lorenzo
Can you explain the idea with the named validator? On Friday, March 7, 2014 4:24:30 AM UTC+1, Dr. Tarique Sani wrote: How much of the controller - model/orm automagic make it to the final release. Particularly things like Post is automatically available in Posts controller... Ideally I

Custom MM:SS Time Validation with Regex

2014-03-07 Thread Justin Atack
Hi All, I need to validate a field that will store a time instance MM:SS e.g. 04:32 would represent 4 minutes and 32 seconds. I have created the code in my model to validate the time field but I really don't know much about regex. Here are a few that work ok... /([0-9]\d|60):([0-9]\d|60)/

Desarrollador CakePHP en Barcelona para empresa Digital en expansión!

2014-03-07 Thread Andres Pulgarin
Buscamos un desarrollador CakePhp que le gusten los retos y con ganas de comprometerse con un proyecto en plena expansión e internacionalización. Mas info por favor contactarme. andres.pulga...@talemtus.com Gracias y Have a good Code!! : ) talemtus.com 'your future, in your hand' -- Like

Re: Automagic in CakePHP 3.x

2014-03-07 Thread Dr. Tarique Sani
I want to see a PostValidator to be included automatically in the Posts controller. PostValidator should be an independent class, I like the idea of validation not being tightly coupled with the model. Tarique On Friday, March 7, 2014, José Lorenzo jose@gmail.com wrote: Can you explain the