Welcome Guest, Not a member yet? Register   Sign In
Yupii - a Business Application Framework based on Codeigniter
#9

(05-25-2015, 06:31 AM)PeVal Wrote: 1. Why did you convert pasted text to uppercase. I want to be small. How do I do that?
2. When I put date (field type DATE), I would like to display the calendar of choice and control. How do I do that?
3. How can I insert files?  How do I do that?

I thought that Yupii can do all it, as it can do GroceryCRUD http://www.grocerycrud.com/

Hi..


1 .- in the config/yupii.php file search for the line:

PHP Code:
$config['yupii_all_to_uppercase'] = TRUE
and change it to FALSE.

2.- use type DateTime like this:
PHP Code:
$this->addField('ses_fecha', array('label' => 'Fecha''rules' => 'required',
 
                                  'type'  => 'datetime''default' => date("Y-m-d H:i:s"))); 

i'll be posting tutorials about using files and images soon on the webpage and some more advanced demos

Cheers  Shy
Reply


Messages In This Thread
RE: Yupii - a Business Application Framework based on Codeigniter - by cgarciagl - 05-25-2015, 08:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB