Raúl Escamilla
Raúl Escamilla
sorry @vimalaanthony You misunderstood my question, or I can't explain well, I need set date format for hAxis labels, so far the label is showed like 01/01/2017 but I need...
@joaoricardorm, do you resolve how integrate upload file input in your phreeze app?
I have find this uploder with backbone.js but I'm not experienced programmer to implement in my phreeze app http://estebanpastorino.com/2013/09/27/simple-file-uploads-with-backbone-dot-js/
There are notices about this topic, there are someone that implement file uploader with phreeze successfully?
I have the same problem, @cristiandavidgm your solution look good but I am using a .phar file instead of uncompresed files of phreeze, @jasonhinkle what is the proccess to create...
I have tried to archive this, this is my case: I have a table for my categories, this table have a field called cat_parent_id that is relationated with cat_id to...
Thansk @jasonhinkle, both solution looks good, but at this time, I prefer to use the second because I have made several changes right now, I found the function validate, but...
@jasonhinkle , I have configured a wordpress CMS in http://myIP/~directory/ and rewrite work fine with it, this isn't the first time that I have this scenary, ( wp in root...
@jasonhinkle finally I found what was the problem, uncomment Rewritebase line in htaccess file solve my problem : ``` RewriteBase /~directory/properties ``` Thanks for your help
Work perfect!! thanks again @jasonhinkle