queirozf.com

Entries by tag: php

Including child/synonym tags

Yii2: Partial View Examples  11 Jan 2015    yii2 views
Yii Routes and URL Generation: Quick Explanation and Examples  02 Jan 2015    route yii
Yii 2 Examples on Using Forms and Fields  03 Sep 2014    yii2 forms
Querying an Elasticsearch Server using PHP - Quick Tutorial + Examples  30 May 2014    php elasticsearch
Error Message: 'Constant Already Defined' When using PHPUnit  27 May 2014    phpunit constants process
PHP Error Reporting and Logging Configuration  10 Apr 2014    php log error
Creating Views on MySQL - Some Examples  22 Mar 2014    phpmyadmin view
Comparing Yii Behaviours and Native PHP Traits  26 Dec 2013    yii traits mixin wip
Yii CActiveForm builtin Javascript functions - Examples and Reference  18 Dec 2013    yii javascript cactiveform
Yii Error Message: column name must be either a string or an array  12 Dec 2013    yii keys error
Yii CGridView Example on Using CCheckBoxColumn  11 Dec 2013    yii cgridview checkbox
Yii CGridView Javascript Functions (builtin JQuery Plugin)  11 Dec 2013    yii cgridview javascript
Yii Logging Tips and Reference  02 Dec 2013    yii log
Yii Examples: Sorting Columns on a CGridView (using CActiveDataProvider)  29 Nov 2013    yii cgridview sorting
Yii RenderPartial Usage Example  22 Nov 2013    yii renderpartial render
Yii - Triggering Validation of an Individual Input/Element Manually with Javascript  17 Nov 2013    yii javascript cactiveform validation
Yii 2 Menu Usage Examples  20 Sep 2013    yii2 menu
Upgrading from Yii 1.1 to Yii 2.0 : Things to Watch Out For  20 Sep 2013    yii2
Yii 2 Database DSNs for Each Database Type  13 Sep 2013    db yii2
Using Gii With URL Rewriting and Path Url Format  01 Aug 2013    yii gii rewrite
PHP DomDocument Examples and Quick Reference  15 Jul 2013    php xml
Adding a Default Order/Sort for Data in a CGridView  14 Jun 2013    yii grid sort
Serializing PHP Values into a File or a Database  28 Apr 2013    php array
Passing Data from the Controller into a CGridView in Yii  25 Apr 2013    yii grid variables
Run an arbitrary SQL command from within Yii  15 Apr 2013    yii sql
Yii Custom Widget Simple Example  23 Mar 2013    widget yii example
Enable SQL logging to the screen on Yii  23 Mar 2013    yii sql logging
Yii CActiveDataProvider Usage Examples  14 Mar 2013    yii examples cactivedataprovider
Uploading an Image and Saving it to a Database in Yii  19 Dec 2012    yii blob upload
Dealing with and formatting dates on Yii  20 Oct 2012    yii dates
Creating Behaviors on Yii Framework  11 Oct 2012    yii wip behaviors
Upgrading PHP to version 5.4 on Ubuntu   30 Sep 2012    php ubuntu php 5.4
Yii Authorization and Access Control Best Practices  30 Sep 2012    yii authorization access control
Using CArrayDataProvider to populate a CGridView in Yii  11 Sep 2012    yii cgridview dataprovider
Yii Form Filter/Validation Cheatsheet  03 Sep 2012    yii filters model
Creating a Modal Login widget using Yii-Bootstrap extension  25 Aug 2012    yii bootstrap modals
Updating Yii's jQuery version  25 Aug 2012    yii jquery
Installing my User Management Module on Yii  23 Aug 2012    yii modules
Yii: CGridView Filter examples  22 Aug 2012    yii cgridview filter
Yii Migrations: cheatsheet and examples  21 Aug 2012    yii wip cheatsheet
Other uses and best practices for Yii rights module   17 Aug 2012    yii rights wip
PHP banana peels: common PHP mistakes and and how to avoid them  17 Aug 2012    php wip banana-peel
Installing and Configuring PHP JpGraph on Linux  08 Aug 2012    php ubuntu jpgraph
Installing Imagemagick for use with PHP on Ubuntu  08 Aug 2012    php ubuntu imagemagick
Yii Cheat Sheet: Filtering by Related Models in a CGridView  07 Aug 2012    yii cgridview filter
Yii CActiveForm examples  01 Aug 2012    yii cactiveform cheatsheet
Creating a customized version of Yii's CActiveRecord  26 Jul 2012    yii cactiverecord
Overriding the default error handler in PHP  25 Jul 2012    php error_handler
Yii Flash Messages: tips and best practices  17 Jul 2012    yii flash ux
Show unparsed XML in a HTML document using PHP  15 Jul 2012    php xml
Trigger Twitter Bootstrap tooltip on a form input  11 Jul 2012    yii bootstrap tooltip
Exploding a String using newline as delimiter.  10 Jul 2012    php strings
Installing Yii-rights extension  30 Jun 2012    yii rights extension
Stuff you need to know to make Yii web apps work on IE too.  27 Jun 2012    yii ie javascript
Adding a composite primary key for MySQL using Yii Migrations  27 Jun 2012    yii mysql migration
Making a CGridView row clickable.  21 Jun 2012    yii cgridview
Using bizrules in Yii RBAC System (examples with rights module)  19 Jun 2012    yii rbac bizrules
Editing the summaryText in a Yii CGridView  15 Jun 2012    yii cgridview
Setting PHP up to handle long execution times, large inputs and so on.  13 Jun 2012    php bigdata time
Best way to show Flash messages in Yii  10 Jun 2012    yii flash
Installing XHProf PHP Profiler on Ubuntu  23 May 2012    php ubuntu xhprof
Testing private methods using PHPUnit  06 May 2012    php testing phpunit
Using Yii findByAttributes method with more than one attribute  26 Apr 2012    yii crud cactiverecord
Make an AJAX request to the current controller in Yii.  17 Apr 2012    yii ajax post jquery
Creating a Jquery autocomplete widget in Yii.  17 Apr 2012    autocomplete widget yii
Using array_map() to return a new array based on an existing array  15 Apr 2012    php array array_map