Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Protecting your CakePhp application against Sql injection

SQL injection is a technique where malicious users can inject the SQL commands /queries into an SQL statement, resulting in false input of the web page and the security of a web application. Eventually CakePhp already protects the application again

Ajax Upload Files With the HTML5 FormData

If you are making a Ajax request to submit a form that include files then HTML5 FormData is the solution for that. You can also used jQuery form for upload files using Ajax request. First, we need to add jQuery code to submit function which is calle

What is the equivalent to getLastInsertId() in Cakephp?

Hello if you want to get last insert id or something equivalent to this you can try following steps:- Lets take this example, Here I just inserted the field in column $data = array('menuName' =$_REQUEST['menuname']) $this->Menu->crea

How to set checkbox to checked in CakePhp

Hi All, In this blog we will discuss about how to set checkbox checked in cakePhp application. You should set the checkbox checked/selected with the 'selected' option. For example- You can find a list of categories from the database table called

What is Nullable Type in C#

The Nullable Types in C# language: The nullable data types were included to value data types with C# language in the year 2005. This feature allows us to assign the null value to a value-type variables. You need this functionality with databases wh

Controlling visiblility of blocks in Drupal 7

Go to Structure -> Blocks Here you can fill the information regarding a block like, Block Title (you can override the default title for the block. Use to display no title, or leave blank to use the default block title. This field supports toke

Different Types Of Software Design Levels

Different Types Of Software Design Levels:- In the software engineering field software designing is a main section. We can categorized into three sections of the software designing these are as-- Architectural Design High-level Design Detailed De

How to create table using PDO in PHP?

PDO is PHP Data Objects which is used to connect to any database. Benefit of using PDO is that if there is any problem in our query it has an exception class to handle it. If any exception thrown to the try block, the script stops and directly flows

Recordset operations in odoo9

Recordset operations is used to make ids and function in Odoo module. The operation are given below. ids List of actual record ids in this recordset (ignores placeholder ids for records to create) ensure_one() Verifies that the current recorset holds

Validation in CakePHP

Validation in cakePHP is on the client side and on the server side. Client side validation is on the js file that is in the webroot folder. Server side validation is on the model which we are using. Client side validation is important as it do not

1 33 103
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: