Posts Tagged ‘ form ’

Site Builders can Build Custom Joomla Components :: Joomla …

September 1, 2011
By

Building a Joomla Component can be a very complex undertaking, requiring knowledge of the Joomla API, MVC patterns, MySQL, PHP, error handling , and so on. For that reason, most site builders don't even entertain the ...

Read more »

More about PHP Error Handling – Examples and Explanations …

July 21, 2010
By

In the first part of this article, I introduced you to PHP's error-handling functions, demonstrating how they could be used to control the manner in which.

Read more »

Django tips: Tech Model: Re: hidden fields not cleaned

March 23, 2010
By

Django tips : Tech Model. Tuesday, March 23, 2010. Re: hidden fields not cleaned. oh, great, you were right, thank you. "Validation errors are hold back until the clean method returns the cleaned_data dict." ...

Read more »

Django tips: Tech Model: Re: Generate random data for Django models

February 22, 2010
By

Django tips : Tech Model. Sunday, February 21, 2010. Re: Generate random data for Django models. Okay, I've got such a button and I have copied a template from admin to serve as a stand-in for it. I have created functions under ...

Read more »